#201E19

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

Shades of Maire #201E19

Tints of Maire #201E19

Color information

#201E19 (or 0x201E19) is unknown color: approx Maire. HEX triplet: 20, 1E and 19. RGB value is (32,30,25). Sum of RGB (Red+Green+Blue) = 32+30+25=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 32 - color contains mainly: red. Hex color #201E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E19 is #DFE1E6. Grayscale: #1E1E1E. Windows color (decimal): -14672359 or 1646112. OLE color: 1646112.

HSL color Cylindrical-coordinate representation of color #201E19: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #201E19 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB323025-
CMYK00.060.220.87
HSL42.86º12.28%11.18%-
HSV(B)42.86º21.88%12.55%-
XYZ1.241.311.11-
YUV30.03125.16129.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=36.78%
G=34.48%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32302500.060.220.8742.8612.2811.18
Hex201E190616572bcb
Octal4036310626127531413
Binary1000001111011001011010110101011110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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