#21211C

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

Shades of Maire #21211C

Tints of Maire #21211C

Color information

#21211C (or 0x21211C) is unknown color: approx Maire. HEX triplet: 21, 21 and 1C. RGB value is (33,33,28). Sum of RGB (Red+Green+Blue) = 33+33+28=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 33 - color contains mainly: red, green. Hex color #21211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21211C is #DEDEE3. Grayscale: #202020. Windows color (decimal): -14606052 or 1843489. OLE color: 1843489.

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

Color convert

RGB333328-
CMYK000.150.87
HSL60º8.2%11.96%-
HSV(B)60º15.15%12.94%-
XYZ1.381.491.31-
YUV32.43125.5128.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=35.11%
G=35.11%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333328000.150.87608.211.96
Hex21211C00F573c8c
Octal4141340017127741014
Binary10000110000111100001111101011111110010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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