#201F0C

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

Shades of Maire #201F0C

Tints of Maire #201F0C

Color information

#201F0C (or 0x201F0C) is unknown color: approx Maire. HEX triplet: 20, 1F and 0C. RGB value is (32,31,12). Sum of RGB (Red+Green+Blue) = 32+31+12=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F0C is #DFE0F3. Grayscale: #1D1D1D. Windows color (decimal): -14672116 or 794400. OLE color: 794400.

HSL color Cylindrical-coordinate representation of color #201F0C: hue angle of 57º 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 #201F0C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB323112-
CMYK00.030.630.87
HSL57º45.45%8.63%-
HSV(B)57º62.5%12.55%-
XYZ1.151.310.54-
YUV29.13118.33130.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.67%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 12 (5.08% from 255) = 16%
R=42.67%
G=41.33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32311200.030.630.875745.458.63
Hex201FC033F57392d9
Octal4037140377127715511
Binary10000011111110001111111110101111110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201F0C; }

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

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

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

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

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

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

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

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