#212011

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

Shades of Maire #212011

Tints of Maire #212011

Color information

#212011 (or 0x212011) is unknown color: approx Maire. HEX triplet: 21, 20 and 11. RGB value is (33,32,17). Sum of RGB (Red+Green+Blue) = 33+32+17=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #212011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212011 is #DEDFEE. Grayscale: #1E1E1E. Windows color (decimal): -14606319 or 1122337. OLE color: 1122337.

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

Color convert

RGB333217-
CMYK00.030.480.87
HSL56.25º32%9.8%-
HSV(B)56.25º48.48%12.94%-
XYZ1.241.40.73-
YUV30.59120.33129.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=40.24%
G=39.02%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33321700.030.480.8756.25329.8
Hex2120110330573820a
Octal4140210360127704012
Binary1000011000001000101111000010101111110001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212011; }

 p { color: rgb(33,32,17); }

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

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

 a { background-color: rgb(33,32,17); }

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

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

 span { border-color: rgb(33,32,17); }

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