#161616

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

Shades of Nero #161616

Tints of Nero #161616

Color information

#161616 (or 0x161616) is unknown color: approx Nero. HEX triplet: 16, 16 and 16. RGB value is (22,22,22). Sum of RGB (Red+Green+Blue) = 22+22+22=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 22 - color contains mainly: red, green, blue. Hex color #161616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161616 is #E9E9E9. Grayscale: #161616. Windows color (decimal): -15329770 or 1447446. OLE color: 1447446.

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

Color convert

RGB222222-
CMYK0000.91
HSL0%8.63%-
HSV(B)0%8.63%-
XYZ0.760.80.87-
YUV22128128-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2222220000.91008.63
Hex1616160005B009
Octal2626260001330011
Binary1011010110101100001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161616; }

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

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

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

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

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

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

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

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