#160A09

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

Shades of Black #160A09

Tints of Black #160A09

Color information

#160A09 (or 0x160A09) is unknown color: approx Black. HEX triplet: 16, 0A and 09. RGB value is (22,10,9). Sum of RGB (Red+Green+Blue) = 22+10+9=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #160A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160A09 is #E9F5F6. Grayscale: #0D0D0D. Windows color (decimal): -15332855 or 592406. OLE color: 592406.

HSL color Cylindrical-coordinate representation of color #160A09: hue angle of 4.62º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #160A09 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.91.

Color convert

RGB22109-
CMYK00.550.590.91
HSL4.62º41.94%6.08%-
HSV(B)4.62º59.09%8.63%-
XYZ0.490.410.31-
YUV13.47125.48134.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 53.66%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=53.66%
G=24.39%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2210900.550.590.914.6241.946.08
Hex16A90373B5B52a6
Octal261211067731335526
Binary101101010100101101111110111011011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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