#160401

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

Shades of Black #160401

Tints of Black #160401

Color information

#160401 (or 0x160401) is unknown color: approx Black. HEX triplet: 16, 04 and 01. RGB value is (22,4,1). Sum of RGB (Red+Green+Blue) = 22+4+1=27 (3% of max value = 765). Red value is 22 (8.98% from 255 or 81.48% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 22 - color contains mainly: red. Hex color #160401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160401 is #E9FBFE. Grayscale: #090909. Windows color (decimal): -15334399 or 66582. OLE color: 66582.

HSL color Cylindrical-coordinate representation of color #160401: hue angle of 8.57º 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 #160401 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.91.

Color convert

RGB2241-
CMYK00.820.950.91
HSL8.57º91.3%4.51%-
HSV(B)8.57º95.45%8.63%-
XYZ0.380.260.06-
YUV9.04123.46137.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 81.48%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 1 (0.78% from 255) = 3.70%
R=81.48%
G=14.81%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal224100.820.950.918.5791.34.51
Hex16410525F5B95b5
Octal26410122137133111335
Binary101101001010100101011111101101110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160401; }

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

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

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

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

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

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

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

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