#180C09

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

Shades of Black #180C09

Tints of Black #180C09

Color information

#180C09 (or 0x180C09) is unknown color: approx Black. HEX triplet: 18, 0C and 09. RGB value is (24,12,9). Sum of RGB (Red+Green+Blue) = 24+12+9=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C09 is #E7F3F6. Grayscale: #0F0F0F. Windows color (decimal): -15201271 or 592920. OLE color: 592920.

HSL color Cylindrical-coordinate representation of color #180C09: hue angle of 12º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180C09 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB24129-
CMYK00.500.630.91
HSL12º45.45%6.47%-
HSV(B)12º62.5%9.41%-
XYZ0.560.480.32-
YUV15.25124.48134.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 12 (5.08% from 255) = 26.67%
BLUE value IS 9 (3.91% from 255) = 20%
R=53.33%
G=26.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2412900.500.630.911245.456.47
Hex18C90323F5Bc2d6
Octal3014110627713314556
Binary1100011001001011001011111110110111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,12,9); }

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

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

 a { background-color: rgb(24,12,9); }

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

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

 span { border-color: rgb(24,12,9); }

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