#131309

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

Shades of Maire #131309

Tints of Maire #131309

Color information

#131309 (or 0x131309) is unknown color: approx Maire. HEX triplet: 13, 13 and 09. RGB value is (19,19,9). Sum of RGB (Red+Green+Blue) = 19+19+9=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131309 is #ECECF6. Grayscale: #111111. Windows color (decimal): -15527159 or 594707. OLE color: 594707.

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

Color convert

RGB19199-
CMYK000.530.93
HSL60º35.71%5.49%-
HSV(B)60º52.63%7.45%-
XYZ0.550.620.35-
YUV17.86123128.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=40.43%
G=40.43%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19199000.530.936035.715.49
Hex1313900355D3c245
Octal232311006513574445
Binary10011100111001001101011011101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131309; }

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

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

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

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

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

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

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

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