#131108

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

Shades of Maire #131108

Tints of Maire #131108

Color information

#131108 (or 0x131108) is unknown color: approx Maire. HEX triplet: 13, 11 and 08. RGB value is (19,17,8). Sum of RGB (Red+Green+Blue) = 19+17+8=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #131108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131108 is #ECEEF7. Grayscale: #101010. Windows color (decimal): -15527672 or 528659. OLE color: 528659.

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

Color convert

RGB19178-
CMYK00.110.580.93
HSL49.09º40.74%5.29%-
HSV(B)49.09º57.89%7.45%-
XYZ0.510.560.31-
YUV16.57123.16129.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 8 (3.52% from 255) = 18.18%
R=43.18%
G=38.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1917800.110.580.9349.0940.745.29
Hex131180B3A5D31295
Octal2321100137213561515
Binary10011100011000010111110101011101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131108; }

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

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

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

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

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

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

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

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