Color Hex Logo

#01201b Color Hex

#01201B
(1,32,27)
0 Favorites   0 Comments

Color spaces of #01201b

RGB 13227
HSL0.470.940.06
HSV170°97°13°
CMYK 0.970.000.16   0.87
XYZ0.72691.11861.2145
Yxy1.11860.23750.3656
Hunter Lab10.5764-6.24060.5951
CIE-Lab9.9428-13.08010.0425

#01201b color RGB value is (1,32,27).

#01201b hex color red value is 1, green value is 32 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #01201b hue: 0.47 , saturation: 0.94 and the lightness value of 01201b is 0.06.

The process color (four color CMYK) of #01201b color hex is 0.97, 0.00, 0.16, 0.87. Web safe color of #01201b is #003333. Color #01201b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100000 00011011
Octal 1 40 33
Decimal 1 32 27
Hex 1 20 1B

RGB Percentages of Color #01201b

%1.67
%53.33
%45.00

CMYK Percentages of Color #01201b

%97
%0
%16
%87

Triadic Colors of #01201b

#01201b #1b0120 #201b01

Analogous Colors of #01201b

#01201b #011620 #01200c

Monochromatic Colors of #01201b

#01201b

Complementary Color

#01201b #200106

#01201b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01201b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01201b Color CSS Codes

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

#01201b Text Font Color

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

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


#01201b Background Color

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

This div background color is #01201b


#01201b Border Color

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

This div border color is #01201b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01201b


Comments

No comments written yet.

Please login to write comment.