#161612

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

Shades of Maire #161612

Tints of Maire #161612

Color information

#161612 (or 0x161612) is unknown color: approx Maire. HEX triplet: 16, 16 and 12. RGB value is (22,22,18). Sum of RGB (Red+Green+Blue) = 22+22+18=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 22 - color contains mainly: red, green. Hex color #161612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161612 is #E9E9ED. Grayscale: #151515. Windows color (decimal): -15329774 or 1185302. OLE color: 1185302.

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

Color convert

RGB222218-
CMYK000.180.91
HSL60º10%7.84%-
HSV(B)60º18.18%8.63%-
XYZ0.730.790.69-
YUV21.54126128.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 35.48%
GREEN value IS 22 (8.98% from 255) = 35.48%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=35.48%
G=35.48%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222218000.180.9160107.84
Hex16161200125B3ca8
Octal2626220022133741210
Binary1011010110100100010010101101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161612; }

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

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

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

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

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

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

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

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