Color Hex Logo

#012415 Color Hex

#012415
(1,36,21)
0 Favorites   0 Comments

Color spaces of #012415

RGB 13621
HSL0.430.950.07
HSV154°97°14°
CMYK 0.970.000.42   0.86
XYZ0.77881.32230.9237
Yxy1.32230.25750.4372
Hunter Lab11.4991-8.03423.2868
CIE-Lab11.4306-17.36696.4958

#012415 color RGB value is (1,36,21).

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

The process color (four color CMYK) of #012415 color hex is 0.97, 0.00, 0.42, 0.86. Web safe color of #012415 is #003300. Color #012415 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100100 00010101
Octal 1 44 25
Decimal 1 36 21
Hex 1 24 15

RGB Percentages of Color #012415

%1.72
%62.07
%36.21

CMYK Percentages of Color #012415

%97
%0
%42
%86

Triadic Colors of #012415

#012415 #150124 #241501

Analogous Colors of #012415

#012415 #012224 #012404

Monochromatic Colors of #012415

#012415

Complementary Color

#012415 #240110

#012415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012415 Color CSS Codes

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

#012415 Text Font Color

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

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


#012415 Background Color

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

This div background color is #012415


#012415 Border Color

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

This div border color is #012415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012415


Comments

No comments written yet.

Please login to write comment.