#161516

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

Shades of Mardi Gras #161516

Tints of Mardi Gras #161516

Color information

#161516 (or 0x161516) is unknown color: approx Mardi Gras. HEX triplet: 16, 15 and 16. RGB value is (22,21,22). Sum of RGB (Red+Green+Blue) = 22+21+22=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 22 - color contains mainly: red, blue. Hex color #161516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161516 is #E9EAE9. Grayscale: #151515. Windows color (decimal): -15330026 or 1447190. OLE color: 1447190.

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

Color convert

RGB222122-
CMYK00.0500.91
HSL300º2.33%8.43%-
HSV(B)300º4.55%8.63%-
XYZ0.740.760.87-
YUV21.41128.33128.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22212200.0500.913002.338.43
Hex1615160505B12c28
Octal262526050133454210
Binary101101010110110010101011011100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161516; }

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

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

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

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

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

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

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

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