#210221

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

Shades of Mardi Gras #210221

Tints of Mardi Gras #210221

Color information

#210221 (or 0x210221) is unknown color: approx Mardi Gras. HEX triplet: 21, 02 and 21. RGB value is (33,2,33). Sum of RGB (Red+Green+Blue) = 33+2+33=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #210221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210221 is #DEFDDE. Grayscale: #0E0E0E. Windows color (decimal): -14613983 or 2163233. OLE color: 2163233.

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

Color convert

RGB33233-
CMYK00.9400.87
HSL300º88.57%6.86%-
HSV(B)300º93.94%12.94%-
XYZ0.920.481.48-
YUV14.8138.27140.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 48.53%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=48.53%
G=2.94%
B=48.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3323300.9400.8730088.576.86
Hex2122105E05712c597
Octal41241013601274541317
Binary1000011010000101011110010101111001011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210221; }

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

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

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

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

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

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

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

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