Color Hex Logo

#01120b Color Hex

#01120B
(1,18,11)
0 Favorites   0 Comments

Color spaces of #01120b

RGB 11811
HSL0.430.890.04
HSV155°94°
CMYK 0.940.000.39   0.93
XYZ0.28920.46320.3908
Yxy0.46320.25300.4052
Hunter Lab6.8059-4.32531.3596
CIE-Lab4.1840-6.18791.6241

#01120b color RGB value is (1,18,11).

#01120b hex color red value is 1, green value is 18 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #01120b hue: 0.43 , saturation: 0.89 and the lightness value of 01120b is 0.04.

The process color (four color CMYK) of #01120b color hex is 0.94, 0.00, 0.39, 0.93. Web safe color of #01120b is #000000. Color #01120b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010010 00001011
Octal 1 22 13
Decimal 1 18 11
Hex 1 12 B

RGB Percentages of Color #01120b

%3.33
%60.00
%36.67

CMYK Percentages of Color #01120b

%94
%0
%39
%93

Triadic Colors of #01120b

#01120b #0b0112 #120b01

Analogous Colors of #01120b

#01120b #011112 #011203

Monochromatic Colors of #01120b

#01120b

Complementary Color

#01120b #120108

#01120b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01120b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01120b Color CSS Codes

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

#01120b Text Font Color

<p style="color:#01120b">Text here</p>

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


#01120b Background Color

<div style="background-color:#01120b">
Div content here</div>

This div background color is #01120b


#01120b Border Color

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

This div border color is #01120b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,18,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01120b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01120b;
  -webkit-box-shadow: 1px 1px 3px 2px #01120b;
  box-shadow:         1px 1px 3px 2px #01120b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01120b


Comments

No comments written yet.

Please login to write comment.