#161515

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

Shades of Nero #161515

Tints of Nero #161515

Color information

#161515 (or 0x161515) is unknown color: approx Nero. HEX triplet: 16, 15 and 15. RGB value is (22,21,21). Sum of RGB (Red+Green+Blue) = 22+21+21=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 22 - color contains mainly: red. Hex color #161515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161515 is #E9EAEA. Grayscale: #151515. Windows color (decimal): -15330027 or 1381654. OLE color: 1381654.

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

Color convert

RGB222121-
CMYK00.050.050.91
HSL2.33%8.43%-
HSV(B)4.55%8.63%-
XYZ0.730.760.82-
YUV21.3127.83128.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=34.38%
G=32.81%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22212100.050.050.9102.338.43
Hex1615150555B028
Octal2625250551330210
Binary101101010110101010110110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161515; }

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

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

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

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

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

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

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

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