#161615

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

Shades of Maire #161615

Tints of Maire #161615

Color information

#161615 (or 0x161615) is unknown color: approx Maire. HEX triplet: 16, 16 and 15. RGB value is (22,22,21). Sum of RGB (Red+Green+Blue) = 22+22+21=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 22 - color contains mainly: red, green. Hex color #161615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161615 is #E9E9EA. Grayscale: #151515. Windows color (decimal): -15329771 or 1381910. OLE color: 1381910.

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

Color convert

RGB222221-
CMYK000.050.91
HSL60º2.33%8.43%-
HSV(B)60º4.55%8.63%-
XYZ0.750.80.82-
YUV21.89127.5128.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222221000.050.91602.338.43
Hex1616150055B3c28
Octal26262500513374210
Binary101101011010101001011011011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161615; }

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

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

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

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

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

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

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

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