Color Hex Logo

#3b131d Color Hex

#3B131D
(59,19,29)
0 Favorites   0 Comments

Color spaces of #3b131d

RGB 591929
HSL0.960.510.15
HSV345°68°23°
CMYK 0.000.680.51   0.77
XYZ2.25831.48431.3299
Yxy1.48430.44520.2926
Hunter Lab12.183211.76652.0562
CIE-Lab12.507920.86343.0924

#3b131d color RGB value is (59,19,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 00010011 00011101
Octal 73 23 35
Decimal 59 19 29
Hex 3B 13 1D

RGB Percentages of Color #3b131d

%55.14
%17.76
%27.10

CMYK Percentages of Color #3b131d

%0
%68
%51
%77

Triadic Colors of #3b131d

#3b131d #1d3b13 #131d3b

Analogous Colors of #3b131d

#3b131d #3b1d13 #3b1331

Monochromatic Colors of #3b131d

#3b131d

Complementary Color

#3b131d #133b31

#3b131d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b131d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b131d Color CSS Codes

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

#3b131d Text Font Color

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

This sample text font color is #3b131d
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.


#3b131d Background Color

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

This div background color is #3b131d


#3b131d Border Color

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

This div border color is #3b131d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b131d


Comments

No comments written yet.

Please login to write comment.