#20190C

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

Shades of Maire #20190C

Tints of Maire #20190C

Color information

#20190C (or 0x20190C) is unknown color: approx Maire. HEX triplet: 20, 19 and 0C. RGB value is (32,25,12). Sum of RGB (Red+Green+Blue) = 32+25+12=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #20190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20190C is #DFE6F3. Grayscale: #191919. Windows color (decimal): -14673652 or 792864. OLE color: 792864.

HSL color Cylindrical-coordinate representation of color #20190C: hue angle of 39º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20190C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB322512-
CMYK00.220.630.87
HSL39º45.45%8.63%-
HSV(B)39º62.5%12.55%-
XYZ1.011.030.49-
YUV25.61120.32132.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=46.38%
G=36.23%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32251200.220.630.873945.458.63
Hex2019C0163F57272d9
Octal40311402677127475511
Binary10000011001110001011011111110101111001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20190C; }

 p { color: rgb(32,25,12); }

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

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

 a { background-color: rgb(32,25,12); }

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

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

 span { border-color: rgb(32,25,12); }

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