#21211E

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

Shades of Maire #21211E

Tints of Maire #21211E

Color information

#21211E (or 0x21211E) is unknown color: approx Maire. HEX triplet: 21, 21 and 1E. RGB value is (33,33,30). Sum of RGB (Red+Green+Blue) = 33+33+30=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 33 - color contains mainly: red, green. Hex color #21211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21211E is #DEDEE1. Grayscale: #202020. Windows color (decimal): -14606050 or 1974561. OLE color: 1974561.

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

Color convert

RGB333330-
CMYK000.090.87
HSL60º4.76%12.35%-
HSV(B)60º9.09%12.94%-
XYZ1.411.51.44-
YUV32.66126.5128.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=34.38%
G=34.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333330000.090.87604.7612.35
Hex21211E009573c5c
Octal414136001112774514
Binary1000011000011111000100110101111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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