#131105

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

Shades of Maire #131105

Tints of Maire #131105

Color information

#131105 (or 0x131105) is unknown color: approx Maire. HEX triplet: 13, 11 and 05. RGB value is (19,17,5). Sum of RGB (Red+Green+Blue) = 19+17+5=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #131105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131105 is #ECEEFA. Grayscale: #101010. Windows color (decimal): -15527675 or 332051. OLE color: 332051.

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

Color convert

RGB19175-
CMYK00.110.740.93
HSL51.43º58.33%4.71%-
HSV(B)51.43º73.68%7.45%-
XYZ0.50.550.22-
YUV16.23121.66129.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=46.34%
G=41.46%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1917500.110.740.9351.4358.334.71
Hex131150B4A5D333a5
Octal2321501311213563725
Binary10011100011010101110010101011101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131105; }

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

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

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

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

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

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

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

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