Color Hex Logo

#141b0f Color Hex

#141B0F
(20,27,15)
0 Favorites   0 Comments

Color spaces of #141b0f

RGB 202715
HSL0.260.290.08
HSV95°44°11°
CMYK 0.260.000.44   0.89
XYZ0.76660.96710.5982
Yxy0.96710.32870.4147
Hunter Lab9.8341-3.29513.2773
CIE-Lab8.7143-6.15876.4684

#141b0f color RGB value is (20,27,15).

#141b0f hex color red value is 20, green value is 27 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #141b0f hue: 0.26 , saturation: 0.29 and the lightness value of 141b0f is 0.08.

The process color (four color CMYK) of #141b0f color hex is 0.26, 0.00, 0.44, 0.89. Web safe color of #141b0f is #003300. Color #141b0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011011 00001111
Octal 24 33 17
Decimal 20 27 15
Hex 14 1B F

RGB Percentages of Color #141b0f

%32.26
%43.55
%24.19

CMYK Percentages of Color #141b0f

%26
%0
%44
%89

Triadic Colors of #141b0f

#141b0f #0f141b #1b0f14

Analogous Colors of #141b0f

#141b0f #0f1b10 #1a1b0f

Monochromatic Colors of #141b0f

#141b0f

Complementary Color

#141b0f #160f1b

#141b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#141b0f Color CSS Codes

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

#141b0f Text Font Color

<p style="color:#141b0f">Text here</p>

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


#141b0f Background Color

<div style="background-color:#141b0f">
Div content here</div>

This div background color is #141b0f


#141b0f Border Color

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

This div border color is #141b0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,27,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #141b0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #141b0f;
  -webkit-box-shadow: 1px 1px 3px 2px #141b0f;
  box-shadow:         1px 1px 3px 2px #141b0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,27,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141b0f


Comments

No comments written yet.

Please login to write comment.