#16130C

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

Shades of Maire #16130C

Tints of Maire #16130C

Color information

#16130C (or 0x16130C) is unknown color: approx Maire. HEX triplet: 16, 13 and 0C. RGB value is (22,19,12). Sum of RGB (Red+Green+Blue) = 22+19+12=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 22 - color contains mainly: red. Hex color #16130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16130C is #E9ECF3. Grayscale: #131313. Windows color (decimal): -15330548 or 791318. OLE color: 791318.

HSL color Cylindrical-coordinate representation of color #16130C: hue angle of 42º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #16130C is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB221912-
CMYK00.140.450.91
HSL42º29.41%6.67%-
HSV(B)42º45.45%8.63%-
XYZ0.630.660.44-
YUV19.1123.99130.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=41.51%
G=35.85%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22191200.140.450.914229.416.67
Hex1613C0E2D5B2a1d7
Octal2623140165513352357
Binary1011010011110001110101101101101110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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