Color Hex Logo

#01241c Color Hex

#01241C
(1,36,28)
0 Favorites   0 Comments

Color spaces of #01241c

RGB 13628
HSL0.460.950.07
HSV166°97°14°
CMYK 0.970.000.22   0.86
XYZ0.85301.35201.3146
Yxy1.35200.24240.3841
Hunter Lab11.6276-7.25341.4360
CIE-Lab11.6344-15.20791.7637

#01241c color RGB value is (1,36,28).

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

The process color (four color CMYK) of #01241c color hex is 0.97, 0.00, 0.22, 0.86. Web safe color of #01241c is #003333. Color #01241c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100100 00011100
Octal 1 44 34
Decimal 1 36 28
Hex 1 24 1C

RGB Percentages of Color #01241c

%1.54
%55.38
%43.08

CMYK Percentages of Color #01241c

%97
%0
%22
%86

Triadic Colors of #01241c

#01241c #1c0124 #241c01

Analogous Colors of #01241c

#01241c #011b24 #01240b

Monochromatic Colors of #01241c

#01241c

Complementary Color

#01241c #240109

#01241c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01241c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01241c Color CSS Codes

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

#01241c Text Font Color

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

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


#01241c Background Color

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

This div background color is #01241c


#01241c Border Color

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

This div border color is #01241c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,36,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 #01241c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01241c


Comments

No comments written yet.

Please login to write comment.