#131009

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

Shades of Maire #131009

Tints of Maire #131009

Color information

#131009 (or 0x131009) is unknown color: approx Maire. HEX triplet: 13, 10 and 09. RGB value is (19,16,9). Sum of RGB (Red+Green+Blue) = 19+16+9=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #131009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131009 is #ECEFF6. Grayscale: #101010. Windows color (decimal): -15527927 or 593939. OLE color: 593939.

HSL color Cylindrical-coordinate representation of color #131009: hue angle of 42º 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 #131009 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB19169-
CMYK00.160.530.93
HSL42º35.71%5.49%-
HSV(B)42º52.63%7.45%-
XYZ0.50.530.33-
YUV16.1123.99130.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=43.18%
G=36.36%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1916900.160.530.934235.715.49
Hex13109010355D2a245
Octal2320110206513552445
Binary100111000010010100001101011011101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131009; }

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

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

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

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

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

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

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

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