#13120E

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

Shades of Maire #13120E

Tints of Maire #13120E

Color information

#13120E (or 0x13120E) is unknown color: approx Maire. HEX triplet: 13, 12 and 0E. RGB value is (19,18,14). Sum of RGB (Red+Green+Blue) = 19+18+14=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 19 - color contains mainly: red. Hex color #13120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13120E is #ECEDF1. Grayscale: #111111. Windows color (decimal): -15527410 or 922131. OLE color: 922131.

HSL color Cylindrical-coordinate representation of color #13120E: hue angle of 48º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #13120E is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB191814-
CMYK00.050.260.93
HSL48º15.15%6.47%-
HSV(B)48º26.32%7.45%-
XYZ0.560.60.5-
YUV17.84125.83128.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=37.25%
G=35.29%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19181400.050.260.934815.156.47
Hex1312E051A5D30f6
Octal232216053213560176
Binary1001110010111001011101010111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13120E; }

 p { color: rgb(19,18,14); }

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

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

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

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

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

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

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