Color Hex Logo

#011b14 Color Hex

#011B14
(1,27,20)
0 Favorites   0 Comments

Color spaces of #011b14

RGB 12720
HSL0.460.930.05
HSV164°96°11°
CMYK 0.960.000.26   0.89
XYZ0.53070.84080.7961
Yxy0.84080.24480.3879
Hunter Lab9.1695-5.71571.2711
CIE-Lab7.5949-10.99701.7077

#011b14 color RGB value is (1,27,20).

#011b14 hex color red value is 1, green value is 27 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #011b14 hue: 0.46 , saturation: 0.93 and the lightness value of 011b14 is 0.05.

The process color (four color CMYK) of #011b14 color hex is 0.96, 0.00, 0.26, 0.89. Web safe color of #011b14 is #003300. Color #011b14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011011 00010100
Octal 1 33 24
Decimal 1 27 20
Hex 1 1B 14

RGB Percentages of Color #011b14

%2.08
%56.25
%41.67

CMYK Percentages of Color #011b14

%96
%0
%26
%89

Triadic Colors of #011b14

#011b14 #14011b #1b1401

Analogous Colors of #011b14

#011b14 #01151b #011b07

Monochromatic Colors of #011b14

#011b14

Complementary Color

#011b14 #1b0108

#011b14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011b14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011b14 Color CSS Codes

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

#011b14 Text Font Color

<p style="color:#011b14">Text here</p>

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


#011b14 Background Color

<div style="background-color:#011b14">
Div content here</div>

This div background color is #011b14


#011b14 Border Color

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

This div border color is #011b14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011b14


Comments

No comments written yet.

Please login to write comment.