#211F19

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

Shades of Maire #211F19

Tints of Maire #211F19

Color information

#211F19 (or 0x211F19) is unknown color: approx Maire. HEX triplet: 21, 1F and 19. RGB value is (33,31,25). Sum of RGB (Red+Green+Blue) = 33+31+25=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #211F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F19 is #DEE0E6. Grayscale: #1E1E1E. Windows color (decimal): -14606567 or 1646369. OLE color: 1646369.

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

Color convert

RGB333125-
CMYK00.060.240.87
HSL45º13.79%11.37%-
HSV(B)45º24.24%12.94%-
XYZ1.291.371.12-
YUV30.91124.66129.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=37.08%
G=34.83%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33312500.060.240.874513.7911.37
Hex211F190618572deb
Octal4137310630127551613
Binary1000011111111001011011000101011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211F19; }

 p { color: rgb(33,31,25); }

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

<style>
 a { background-color: #211F19; }

 a { background-color: rgb(33,31,25); }

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

<style>
 span { border-color: #211F19; }

 span { border-color: rgb(33,31,25); }

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