#201D0F

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

Shades of Maire #201D0F

Tints of Maire #201D0F

Color information

#201D0F (or 0x201D0F) is unknown color: approx Maire. HEX triplet: 20, 1D and 0F. RGB value is (32,29,15). Sum of RGB (Red+Green+Blue) = 32+29+15=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #201D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D0F is #DFE2F0. Grayscale: #1C1C1C. Windows color (decimal): -14672625 or 990496. OLE color: 990496.

HSL color Cylindrical-coordinate representation of color #201D0F: hue angle of 49.41º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #201D0F is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB322915-
CMYK00.090.530.87
HSL49.41º36.17%9.22%-
HSV(B)49.41º53.12%12.55%-
XYZ1.121.220.63-
YUV28.3120.49130.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=42.11%
G=38.16%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32291500.090.530.8749.4136.179.22
Hex201DF09355731249
Octal40351701165127614411
Binary1000001110111110100111010110101111100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,29,15); }

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

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

 a { background-color: rgb(32,29,15); }

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

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

 span { border-color: rgb(32,29,15); }

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