#131409

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

Shades of Maire #131409

Tints of Maire #131409

Color information

#131409 (or 0x131409) is unknown color: approx Maire. HEX triplet: 13, 14 and 09. RGB value is (19,20,9). Sum of RGB (Red+Green+Blue) = 19+20+9=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #131409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131409 is #ECEBF6. Grayscale: #121212. Windows color (decimal): -15526903 or 594963. OLE color: 594963.

HSL color Cylindrical-coordinate representation of color #131409: hue angle of 65.45º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #131409 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB19209-
CMYK0.0500.550.92
HSL65.45º37.93%5.69%-
HSV(B)65.45º55%7.84%-
XYZ0.570.660.36-
YUV18.45122.67128.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=39.58%
G=41.67%
B=18.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192090.0500.550.9265.4537.935.69
Hex1314950375C41266
Octal2324115067134101466
Binary10011101001001101011011110111001000001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131409; }

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

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

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

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

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

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

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

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