#160C06

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

Shades of Black #160C06

Tints of Black #160C06

Color information

#160C06 (or 0x160C06) is unknown color: approx Black. HEX triplet: 16, 0C and 06. RGB value is (22,12,6). Sum of RGB (Red+Green+Blue) = 22+12+6=40 (5% of max value = 765). Red value is 22 (8.98% from 255 or 55% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 22 - color contains mainly: red. Hex color #160C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160C06 is #E9F3F9. Grayscale: #0E0E0E. Windows color (decimal): -15332346 or 396310. OLE color: 396310.

HSL color Cylindrical-coordinate representation of color #160C06: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #160C06 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB22126-
CMYK00.450.730.91
HSL22.5º57.14%5.49%-
HSV(B)22.5º72.73%8.63%-
XYZ0.50.450.23-
YUV14.31123.31133.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 55%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 6 (2.73% from 255) = 15%
R=55%
G=30%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2212600.450.730.9122.557.145.49
Hex16C602D495B16395
Octal2614605511113326715
Binary10110110011001011011001001101101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,12,6); }

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

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

 a { background-color: rgb(22,12,6); }

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

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

 span { border-color: rgb(22,12,6); }

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