#131204

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

Shades of Maire #131204

Tints of Maire #131204

Color information

#131204 (or 0x131204) is unknown color: approx Maire. HEX triplet: 13, 12 and 04. RGB value is (19,18,4). Sum of RGB (Red+Green+Blue) = 19+18+4=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #131204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131204 is #ECEDFB. Grayscale: #101010. Windows color (decimal): -15527420 or 266771. OLE color: 266771.

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

Color convert

RGB19184-
CMYK00.050.790.93
HSL56º65.22%4.51%-
HSV(B)56º78.95%7.45%-
XYZ0.510.580.2-
YUV16.7120.83129.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=46.34%
G=43.90%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1918400.050.790.935665.224.51
Hex13124054F5D38415
Octal2322405117135701015
Binary10011100101000101100111110111011110001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131204; }

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

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

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

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

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

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

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

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