#21201B

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

Shades of Maire #21201B

Tints of Maire #21201B

Color information

#21201B (or 0x21201B) is unknown color: approx Maire. HEX triplet: 21, 20 and 1B. RGB value is (33,32,27). Sum of RGB (Red+Green+Blue) = 33+32+27=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 33 - color contains mainly: red. Hex color #21201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21201B is #DEDFE4. Grayscale: #1F1F1F. Windows color (decimal): -14606309 or 1777697. OLE color: 1777697.

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

Color convert

RGB333227-
CMYK00.030.180.87
HSL50º10%11.76%-
HSV(B)50º18.18%12.94%-
XYZ1.341.441.24-
YUV31.73125.33128.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=35.87%
G=34.78%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33322700.030.180.87501011.76
Hex21201B03125732ac
Octal4140330322127621214
Binary1000011000001101101110010101011111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21201B; }

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

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

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

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

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

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

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

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