Html Css Color HEX #211221 Mardi Gras

📋 copy color: '#211221'

red 33 ◦ green 18 ◦ blue 33

#211221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #211221

Tints of Mardi Gras #211221

RGB

 RED value IS 33 (13.28% from 255) = 39.29%

 GREEN value IS 18 (7.42% from 255) = 21.43%

 BLUE value IS 33 (13.28% from 255) = 39.29%

R = 39.29%
G = 21.43%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#211221 (or 0x211221) is known color: Mardi Gras. HEX triplet: 21, 12 and 21. RGB value is (33,18,33). Sum of RGB (Red+Green+Blue) = 33+18+33=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #211221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211221 is #DEEDDE. Grayscale: #181818. Windows color (decimal): -14609887 or 2167329. OLE color: 2167329.

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

Color convert

RGB 33 18 33 -
CMYK 0 0.45 0 0.87
HSL 300º 0.29% 0.1% -
HSV(B) 300º 0.45% 0.13% -
XYZ 1.12 0.87 1.55 -
YUV 24.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 33 18 33 0 0.45 0 0.87 300 0.29 0.1
Hex 21 12 21 0 2D 0 57 12C 1D A
Octal 41 22 41 0 55 0 127 454 35 12
Binary 100001 10010 100001 0 101101 0 1010111 100101100 11101 1010

Color Harmonies of #211221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211221

Black with #211221

Text Example


Text Example

White with #211221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211221; }

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

 H1.HeaderClassName
 {
   color: #211221;
 }
 .AnyTagClassName
 {
   color: #211221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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