#160A01

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

Shades of Black #160A01

Tints of Black #160A01

Color information

#160A01 (or 0x160A01) is unknown color: approx Black. HEX triplet: 16, 0A and 01. RGB value is (22,10,1). Sum of RGB (Red+Green+Blue) = 22+10+1=33 (4% of max value = 765). Red value is 22 (8.98% from 255 or 66.67% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 22 - color contains mainly: red. Hex color #160A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160A01 is #E9F5FE. Grayscale: #0C0C0C. Windows color (decimal): -15332863 or 68118. OLE color: 68118.

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

Color convert

RGB22101-
CMYK00.550.950.91
HSL25.71º91.3%4.51%-
HSV(B)25.71º95.45%8.63%-
XYZ0.440.390.08-
YUV12.56121.48134.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 30.30%
BLUE value IS 1 (0.78% from 255) = 3.03%
R=66.67%
G=30.30%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2210100.550.950.9125.7191.34.51
Hex16A10375F5B1a5b5
Octal26121067137133321335
Binary1011010101011011110111111011011110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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