#21211F

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

Shades of Maire #21211F

Tints of Maire #21211F

Color information

#21211F (or 0x21211F) is unknown color: approx Maire. HEX triplet: 21, 21 and 1F. RGB value is (33,33,31). Sum of RGB (Red+Green+Blue) = 33+33+31=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 33 - color contains mainly: red, green. Hex color #21211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21211F is #DEDEE0. Grayscale: #202020. Windows color (decimal): -14606049 or 2040097. OLE color: 2040097.

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

Color convert

RGB333331-
CMYK000.060.87
HSL60º3.13%12.55%-
HSV(B)60º6.06%12.94%-
XYZ1.421.511.51-
YUV32.77127128.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=34.02%
G=34.02%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333331000.060.87603.1312.55
Hex21211F006573c3d
Octal41413700612774315
Binary10000110000111111001101010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21211F; }

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

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

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

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

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

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

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

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