#201F0F

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

Shades of Maire #201F0F

Tints of Maire #201F0F

Color information

#201F0F (or 0x201F0F) is unknown color: approx Maire. HEX triplet: 20, 1F and 0F. RGB value is (32,31,15). Sum of RGB (Red+Green+Blue) = 32+31+15=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F0F is #DFE0F0. Grayscale: #1D1D1D. Windows color (decimal): -14672113 or 991008. OLE color: 991008.

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

Color convert

RGB323115-
CMYK00.030.530.87
HSL56.47º36.17%9.22%-
HSV(B)56.47º53.12%12.55%-
XYZ1.171.320.65-
YUV29.48119.83129.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=41.03%
G=39.74%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32311500.030.530.8756.4736.179.22
Hex201FF03355738249
Octal4037170365127704411
Binary10000011111111101111010110101111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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