#160B06

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

Shades of Black #160B06

Tints of Black #160B06

Color information

#160B06 (or 0x160B06) is unknown color: approx Black. HEX triplet: 16, 0B and 06. RGB value is (22,11,6). Sum of RGB (Red+Green+Blue) = 22+11+6=39 (5% of max value = 765). Red value is 22 (8.98% from 255 or 56.41% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 22 - color contains mainly: red. Hex color #160B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160B06 is #E9F4F9. Grayscale: #0D0D0D. Windows color (decimal): -15332602 or 396054. OLE color: 396054.

HSL color Cylindrical-coordinate representation of color #160B06: hue angle of 18.75º 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 #160B06 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB22116-
CMYK00.50.730.91
HSL18.75º57.14%5.49%-
HSV(B)18.75º72.73%8.63%-
XYZ0.480.420.23-
YUV13.72123.64133.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 56.41%
GREEN value IS 11 (4.69% from 255) = 28.21%
BLUE value IS 6 (2.73% from 255) = 15.38%
R=56.41%
G=28.21%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2211600.50.730.9118.7557.145.49
Hex16B6032495B13395
Octal2613606211113323715
Binary10110101111001100101001001101101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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