Color Hex Logo

#01211c Color Hex

#01211C
(1,33,28)
0 Favorites   0 Comments

Color spaces of #01211c

RGB 13328
HSL0.470.940.07
HSV171°97°13°
CMYK 0.970.000.15   0.87
XYZ0.76601.17801.2856
Yxy1.17800.23720.3648
Hunter Lab10.8536-6.39600.5746
CIE-Lab10.3941-13.4237-0.0350

#01211c color RGB value is (1,33,28).

#01211c hex color red value is 1, green value is 33 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #01211c hue: 0.47 , saturation: 0.94 and the lightness value of 01211c is 0.07.

The process color (four color CMYK) of #01211c color hex is 0.97, 0.00, 0.15, 0.87. Web safe color of #01211c is #003333. Color #01211c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 00011100
Octal 1 41 34
Decimal 1 33 28
Hex 1 21 1C

RGB Percentages of Color #01211c

%1.61
%53.23
%45.16

CMYK Percentages of Color #01211c

%97
%0
%15
%87

Triadic Colors of #01211c

#01211c #1c0121 #211c01

Analogous Colors of #01211c

#01211c #011621 #01210c

Monochromatic Colors of #01211c

#01211c

Complementary Color

#01211c #210106

#01211c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01211c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01211c Color CSS Codes

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

#01211c Text Font Color

<p style="color:#01211c">Text here</p>

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


#01211c Background Color

<div style="background-color:#01211c">
Div content here</div>

This div background color is #01211c


#01211c Border Color

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

This div border color is #01211c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,33,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01211c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01211c;
  -webkit-box-shadow: 1px 1px 3px 2px #01211c;
  box-shadow:         1px 1px 3px 2px #01211c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01211c


Comments

No comments written yet.

Please login to write comment.