#161614

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

Shades of Maire #161614

Tints of Maire #161614

Color information

#161614 (or 0x161614) is unknown color: approx Maire. HEX triplet: 16, 16 and 14. RGB value is (22,22,20). Sum of RGB (Red+Green+Blue) = 22+22+20=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 22 - color contains mainly: red, green. Hex color #161614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161614 is #E9E9EB. Grayscale: #151515. Windows color (decimal): -15329772 or 1316374. OLE color: 1316374.

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

Color convert

RGB222220-
CMYK000.090.91
HSL60º4.76%8.24%-
HSV(B)60º9.09%8.63%-
XYZ0.740.790.78-
YUV21.77127128.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 22 (8.98% from 255) = 34.38%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=34.38%
G=34.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222220000.090.91604.768.24
Hex1616140095B3c58
Octal262624001113374510
Binary10110101101010000100110110111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161614; }

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

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

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

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

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

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

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

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