#21021E

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

Shades of Mardi Gras #21021E

Tints of Mardi Gras #21021E

Color information

#21021E (or 0x21021E) is unknown color: approx Mardi Gras. HEX triplet: 21, 02 and 1E. RGB value is (33,2,30). Sum of RGB (Red+Green+Blue) = 33+2+30=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #21021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21021E is #DEFDE1. Grayscale: #0E0E0E. Windows color (decimal): -14613986 or 1966625. OLE color: 1966625.

HSL color Cylindrical-coordinate representation of color #21021E: hue angle of 305.81º 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 #21021E is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB33230-
CMYK00.940.090.87
HSL305.81º88.57%6.86%-
HSV(B)305.81º93.94%12.94%-
XYZ0.880.461.27-
YUV14.46136.77141.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50.77%
GREEN value IS 2 (1.17% from 255) = 3.08%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=50.77%
G=3.08%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3323000.940.090.87305.8188.576.86
Hex2121E05E957132597
Octal412360136111274621317
Binary100001101111001011110100110101111001100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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