#16130B

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

Shades of Maire #16130B

Tints of Maire #16130B

Color information

#16130B (or 0x16130B) is unknown color: approx Maire. HEX triplet: 16, 13 and 0B. RGB value is (22,19,11). Sum of RGB (Red+Green+Blue) = 22+19+11=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 22 - color contains mainly: red. Hex color #16130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16130B is #E9ECF4. Grayscale: #131313. Windows color (decimal): -15330549 or 725782. OLE color: 725782.

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

Color convert

RGB221911-
CMYK00.140.50.91
HSL43.64º33.33%6.47%-
HSV(B)43.64º50%8.63%-
XYZ0.620.660.41-
YUV18.98123.49130.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 42.31%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=42.31%
G=36.54%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22191100.140.50.9143.6433.336.47
Hex1613B0E325B2c216
Octal2623130166213354416
Binary10110100111011011101100101011011101100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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