#180D06

Color #180D06 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #180D06

Tints of Black #180D06

Color information

#180D06 (or 0x180D06) is unknown color: approx Black. HEX triplet: 18, 0D and 06. RGB value is (24,13,6). Sum of RGB (Red+Green+Blue) = 24+13+6=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #180D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D06 is #E7F2F9. Grayscale: #0F0F0F. Windows color (decimal): -15201018 or 396568. OLE color: 396568.

HSL color Cylindrical-coordinate representation of color #180D06: hue angle of 23.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #180D06 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB24136-
CMYK00.460.750.91
HSL23.33º60%5.88%-
HSV(B)23.33º75%9.41%-
XYZ0.550.50.24-
YUV15.49122.64134.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 13 (5.47% from 255) = 30.23%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=55.81%
G=30.23%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2413600.460.750.9123.33605.88
Hex18D602E4B5B173c6
Octal3015605611313327746
Binary11000110111001011101001011101101110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180D06; }

 p { color: rgb(24,13,6); }

 H1.HeaderClassName
 {
   color: #180D06;
 }
 .AnyTagClassName
 {
   color: #180D06;
 }
</style>
background-color css

<style>
 a { background-color: #180D06; }

 a { background-color: rgb(24,13,6); }

 div.DivClassName
 {
   background-color: #180D06;
 }
 .BgClassName
 {
   background-color: #180D06;
 }
</style>
border-color css

<style>
 span { border-color: #180D06; }

 span { border-color: rgb(24,13,6); }

 td.TdClassName
 {
   border-color: #180D06;
 }
 .TagClassName
 {
   border-color: #180D06;
 }
</style>