#131208

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

Shades of Maire #131208

Tints of Maire #131208

Color information

#131208 (or 0x131208) is unknown color: approx Maire. HEX triplet: 13, 12 and 08. RGB value is (19,18,8). Sum of RGB (Red+Green+Blue) = 19+18+8=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #131208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131208 is #ECEDF7. Grayscale: #111111. Windows color (decimal): -15527416 or 528915. OLE color: 528915.

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

Color convert

RGB19188-
CMYK00.050.580.93
HSL54.55º40.74%5.29%-
HSV(B)54.55º57.89%7.45%-
XYZ0.530.590.32-
YUV17.16122.83129.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=42.22%
G=40%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1918800.050.580.9354.5540.745.29
Hex13128053A5D37295
Octal232210057213567515
Binary1001110010100001011110101011101110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131208; }

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

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

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

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

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

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

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

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