#212120

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

Shades of Maire #212120

Tints of Maire #212120

Color information

#212120 (or 0x212120) is unknown color: approx Maire. HEX triplet: 21, 21 and 20. RGB value is (33,33,32). Sum of RGB (Red+Green+Blue) = 33+33+32=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 33 - color contains mainly: red, green. Hex color #212120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212120 is #DEDEDF. Grayscale: #202020. Windows color (decimal): -14606048 or 2105633. OLE color: 2105633.

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

Color convert

RGB333332-
CMYK000.030.87
HSL60º1.54%12.75%-
HSV(B)60º3.03%12.94%-
XYZ1.431.521.58-
YUV32.89127.5128.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=33.67%
G=33.67%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333332000.030.87601.5412.75
Hex212120003573c2d
Octal41414000312774215
Binary10000110000110000000111010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212120; }

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

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

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

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

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

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

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

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