#131109

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

Shades of Maire #131109

Tints of Maire #131109

Color information

#131109 (or 0x131109) is unknown color: approx Maire. HEX triplet: 13, 11 and 09. RGB value is (19,17,9). Sum of RGB (Red+Green+Blue) = 19+17+9=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #131109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131109 is #ECEEF6. Grayscale: #101010. Windows color (decimal): -15527671 or 594195. OLE color: 594195.

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

Color convert

RGB19179-
CMYK00.110.530.93
HSL48º35.71%5.49%-
HSV(B)48º52.63%7.45%-
XYZ0.520.560.34-
YUV16.69123.66129.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 9 (3.91% from 255) = 20%
R=42.22%
G=37.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1917900.110.530.934835.715.49
Hex131190B355D30245
Octal2321110136513560445
Binary10011100011001010111101011011101110000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131109; }

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

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

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

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

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

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

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

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