#201F10

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

Shades of Maire #201F10

Tints of Maire #201F10

Color information

#201F10 (or 0x201F10) is unknown color: approx Maire. HEX triplet: 20, 1F and 10. RGB value is (32,31,16). Sum of RGB (Red+Green+Blue) = 32+31+16=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #201F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F10 is #DFE0EF. Grayscale: #1D1D1D. Windows color (decimal): -14672112 or 1056544. OLE color: 1056544.

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

Color convert

RGB323116-
CMYK00.030.50.87
HSL56.25º33.33%9.41%-
HSV(B)56.25º50%12.55%-
XYZ1.181.320.68-
YUV29.59120.33129.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=40.51%
G=39.24%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32311600.030.50.8756.2533.339.41
Hex201F1003325738219
Octal4037200362127704111
Binary100000111111000001111001010101111110001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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