#131005

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

Shades of Maire #131005

Tints of Maire #131005

Color information

#131005 (or 0x131005) is unknown color: approx Maire. HEX triplet: 13, 10 and 05. RGB value is (19,16,5). Sum of RGB (Red+Green+Blue) = 19+16+5=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #131005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131005 is #ECEFFA. Grayscale: #0F0F0F. Windows color (decimal): -15527931 or 331795. OLE color: 331795.

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

Color convert

RGB19165-
CMYK00.160.740.93
HSL47.14º58.33%4.71%-
HSV(B)47.14º73.68%7.45%-
XYZ0.480.520.22-
YUV15.64121.99130.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 16 (6.64% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=47.5%
G=40%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1916500.160.740.9347.1458.334.71
Hex131050104A5D2f3a5
Octal2320502011213557725
Binary100111000010101000010010101011101101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131005; }

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

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

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

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

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

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

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

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