#16160D

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

Shades of Maire #16160D

Tints of Maire #16160D

Color information

#16160D (or 0x16160D) is unknown color: approx Maire. HEX triplet: 16, 16 and 0D. RGB value is (22,22,13). Sum of RGB (Red+Green+Blue) = 22+22+13=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 22 - color contains mainly: red, green. Hex color #16160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16160D is #E9E9F2. Grayscale: #151515. Windows color (decimal): -15329779 or 857622. OLE color: 857622.

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

Color convert

RGB222213-
CMYK000.410.91
HSL60º25.71%6.86%-
HSV(B)60º40.91%8.63%-
XYZ0.690.770.49-
YUV20.97123.5128.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 38.60%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=38.60%
G=38.60%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222213000.410.916025.716.86
Hex1616D00295B3c1a7
Octal262615005113374327
Binary1011010110110100101001101101111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16160D; }

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

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

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

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

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

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

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

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