Color Hex Logo

#012317 Color Hex

#012317
(1,35,23)
0 Favorites   0 Comments

Color spaces of #012317

RGB 13523
HSL0.440.940.07
HSV159°97°14°
CMYK 0.970.000.34   0.86
XYZ0.76821.27041.0153
Yxy1.27040.25150.4160
Hunter Lab11.2712-7.55882.5491
CIE-Lab11.0669-16.23364.5710

#012317 color RGB value is (1,35,23).

#012317 hex color red value is 1, green value is 35 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #012317 hue: 0.44 , saturation: 0.94 and the lightness value of 012317 is 0.07.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100011 00010111
Octal 1 43 27
Decimal 1 35 23
Hex 1 23 17

RGB Percentages of Color #012317

%1.69
%59.32
%38.98

CMYK Percentages of Color #012317

%97
%0
%34
%86

Triadic Colors of #012317

#012317 #170123 #231701

Analogous Colors of #012317

#012317 #011e23 #012306

Monochromatic Colors of #012317

#012317

Complementary Color

#012317 #23010d

#012317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012317 Color CSS Codes

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

#012317 Text Font Color

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

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


#012317 Background Color

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

This div background color is #012317


#012317 Border Color

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

This div border color is #012317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012317


Comments

No comments written yet.

Please login to write comment.