#131104

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

Shades of Maire #131104

Tints of Maire #131104

Color information

#131104 (or 0x131104) is unknown color: approx Maire. HEX triplet: 13, 11 and 04. RGB value is (19,17,4). Sum of RGB (Red+Green+Blue) = 19+17+4=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #131104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131104 is #ECEEFB. Grayscale: #101010. Windows color (decimal): -15527676 or 266515. OLE color: 266515.

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

Color convert

RGB19174-
CMYK00.110.790.93
HSL52º65.22%4.51%-
HSV(B)52º78.95%7.45%-
XYZ0.490.550.19-
YUV16.12121.16130.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 17 (7.03% from 255) = 42.5%
BLUE value IS 4 (1.95% from 255) = 10%
R=47.5%
G=42.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1917400.110.790.935265.224.51
Hex131140B4F5D34415
Octal23214013117135641015
Binary100111000110001011100111110111011101001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131104; }

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

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

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

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

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

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

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

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