#211F17

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

Shades of Maire #211F17

Tints of Maire #211F17

Color information

#211F17 (or 0x211F17) is unknown color: approx Maire. HEX triplet: 21, 1F and 17. RGB value is (33,31,23). Sum of RGB (Red+Green+Blue) = 33+31+23=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #211F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F17 is #DEE0E8. Grayscale: #1E1E1E. Windows color (decimal): -14606569 or 1515297. OLE color: 1515297.

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

Color convert

RGB333123-
CMYK00.060.300.87
HSL48º17.86%10.98%-
HSV(B)48º30.3%12.94%-
XYZ1.271.371.01-
YUV30.69123.66129.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 23 (9.38% from 255) = 26.44%
R=37.93%
G=35.63%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33312300.060.300.874817.8610.98
Hex211F17061E573012b
Octal4137270636127602213
Binary10000111111101110110111101010111110000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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