Color Hex Logo

#3b141d Color Hex

#3B141D
(59,20,29)
0 Favorites   0 Comments

Color spaces of #3b141d

RGB 592029
HSL0.960.490.15
HSV346°66°23°
CMYK 0.000.660.51   0.77
XYZ2.27561.51881.3356
Yxy1.51880.44360.2961
Hunter Lab12.324011.39282.2013
CIE-Lab12.727120.28473.4046

#3b141d color RGB value is (59,20,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 00010100 00011101
Octal 73 24 35
Decimal 59 20 29
Hex 3B 14 1D

RGB Percentages of Color #3b141d

%54.63
%18.52
%26.85

CMYK Percentages of Color #3b141d

%0
%66
%51
%77

Triadic Colors of #3b141d

#3b141d #1d3b14 #141d3b

Analogous Colors of #3b141d

#3b141d #3b1f14 #3b1431

Monochromatic Colors of #3b141d

#3b141d

Complementary Color

#3b141d #143b32

#3b141d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b141d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b141d Color CSS Codes

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

#3b141d Text Font Color

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

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


#3b141d Background Color

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

This div background color is #3b141d


#3b141d Border Color

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

This div border color is #3b141d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,20,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 #3b141d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b141d


Comments

No comments written yet.

Please login to write comment.