#16160B

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

Shades of Maire #16160B

Tints of Maire #16160B

Color information

#16160B (or 0x16160B) is unknown color: approx Maire. HEX triplet: 16, 16 and 0B. RGB value is (22,22,11). Sum of RGB (Red+Green+Blue) = 22+22+11=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 22 - color contains mainly: red, green. Hex color #16160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16160B is #E9E9F4. Grayscale: #141414. Windows color (decimal): -15329781 or 726550. OLE color: 726550.

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

Color convert

RGB222211-
CMYK000.50.91
HSL60º33.33%6.47%-
HSV(B)60º50%8.63%-
XYZ0.680.770.43-
YUV20.75122.5128.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222211000.50.916033.336.47
Hex1616B00325B3c216
Octal262613006213374416
Binary10110101101011001100101011011111100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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