#131205

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

Shades of Maire #131205

Tints of Maire #131205

Color information

#131205 (or 0x131205) is unknown color: approx Maire. HEX triplet: 13, 12 and 05. RGB value is (19,18,5). Sum of RGB (Red+Green+Blue) = 19+18+5=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #131205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131205 is #ECEDFA. Grayscale: #101010. Windows color (decimal): -15527419 or 332307. OLE color: 332307.

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

Color convert

RGB19185-
CMYK00.050.740.93
HSL55.71º58.33%4.71%-
HSV(B)55.71º73.68%7.45%-
XYZ0.510.580.23-
YUV16.82121.33129.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 18 (7.42% from 255) = 42.86%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=45.24%
G=42.86%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1918500.050.740.9355.7158.334.71
Hex13125054A5D383a5
Octal232250511213570725
Binary1001110010101010110010101011101111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131205; }

 p { color: rgb(19,18,5); }

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

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

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

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

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

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

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