#201E10

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

Shades of Maire #201E10

Tints of Maire #201E10

Color information

#201E10 (or 0x201E10) is unknown color: approx Maire. HEX triplet: 20, 1E and 10. RGB value is (32,30,16). Sum of RGB (Red+Green+Blue) = 32+30+16=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E10 is #DFE1EF. Grayscale: #1D1D1D. Windows color (decimal): -14672368 or 1056288. OLE color: 1056288.

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

Color convert

RGB323016-
CMYK00.060.50.87
HSL52.5º33.33%9.41%-
HSV(B)52.5º50%12.55%-
XYZ1.151.270.68-
YUV29120.66130.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=41.03%
G=38.46%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32301600.060.50.8752.533.339.41
Hex201E1006325734219
Octal4036200662127644111
Binary1000001111010000011011001010101111101001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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