#13110C

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

Shades of Maire #13110C

Tints of Maire #13110C

Color information

#13110C (or 0x13110C) is unknown color: approx Maire. HEX triplet: 13, 11 and 0C. RGB value is (19,17,12). Sum of RGB (Red+Green+Blue) = 19+17+12=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #13110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13110C is #ECEEF3. Grayscale: #111111. Windows color (decimal): -15527668 or 790803. OLE color: 790803.

HSL color Cylindrical-coordinate representation of color #13110C: hue angle of 42.86º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #13110C is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB191712-
CMYK00.110.370.93
HSL42.86º22.58%6.08%-
HSV(B)42.86º36.84%7.45%-
XYZ0.540.570.43-
YUV17.03125.16129.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 12 (5.08% from 255) = 25%
R=39.58%
G=35.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19171200.110.370.9342.8622.586.08
Hex1311C0B255D2b176
Octal2321140134513553276
Binary1001110001110001011100101101110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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