Color Hex Logo

#3b131c Color Hex

#3B131C
(59,19,28)
0 Favorites   0 Comments

Color spaces of #3b131c

RGB 591928
HSL0.960.510.15
HSV347°68°23°
CMYK 0.000.680.53   0.77
XYZ2.24611.47941.2658
Yxy1.47940.45000.2964
Hunter Lab12.163111.67752.3439
CIE-Lab12.476520.73943.7904

#3b131c color RGB value is (59,19,28).

#3b131c hex color red value is 59, green value is 19 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #3b131c hue: 0.96 , saturation: 0.51 and the lightness value of 3b131c is 0.15.

The process color (four color CMYK) of #3b131c color hex is 0.00, 0.68, 0.53, 0.77. Web safe color of #3b131c is #330033. Color #3b131c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00010011 00011100
Octal 73 23 34
Decimal 59 19 28
Hex 3B 13 1C

RGB Percentages of Color #3b131c

%55.66
%17.92
%26.42

CMYK Percentages of Color #3b131c

%0
%68
%53
%77

Triadic Colors of #3b131c

#3b131c #1c3b13 #131c3b

Analogous Colors of #3b131c

#3b131c #3b1e13 #3b1330

Monochromatic Colors of #3b131c

#3b131c

Complementary Color

#3b131c #133b32

#3b131c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b131c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b131c Color CSS Codes

.mybgcolor {background-color:#3b131c; } 
.myforecolor {color:#3b131c; }
.mybordercolor {border:3px solid #3b131c; }

#3b131c Text Font Color

<p style="color:#3b131c">Text here</p>

This sample text font color is #3b131c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3b131c Background Color

<div style="background-color:#3b131c">
Div content here</div>

This div background color is #3b131c


#3b131c Border Color

<div style="border:3px solid #3b131c">
Div here</div>

This div border color is #3b131c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,19,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b131c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b131c;
  -webkit-box-shadow: 1px 1px 3px 2px #3b131c;
  box-shadow:         1px 1px 3px 2px #3b131c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,19,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3b131c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3b131c;
  -webkit-box-shadow: 1px 1px 3px 2px #3b131c;
  box-shadow:         1px 1px 3px 2px #3b131c;">
Div content here</div>

This div box has shadow with color #3b131c


Comments

No comments written yet.

Please login to write comment.