#180A09

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

Shades of Black #180A09

Tints of Black #180A09

Color information

#180A09 (or 0x180A09) is unknown color: approx Black. HEX triplet: 18, 0A and 09. RGB value is (24,10,9). Sum of RGB (Red+Green+Blue) = 24+10+9=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #180A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A09 is #E7F5F6. Grayscale: #0E0E0E. Windows color (decimal): -15201783 or 592408. OLE color: 592408.

HSL color Cylindrical-coordinate representation of color #180A09: hue angle of 4º 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 #180A09 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB24109-
CMYK00.580.630.91
HSL45.45%6.47%-
HSV(B)62.5%9.41%-
XYZ0.530.430.31-
YUV14.07125.14135.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 10 (4.30% from 255) = 23.26%
BLUE value IS 9 (3.91% from 255) = 20.93%
R=55.81%
G=23.26%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2410900.580.630.91445.456.47
Hex18A903A3F5B42d6
Octal301211072771334556
Binary110001010100101110101111111011011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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