Html Css Color HEX #211021 Mardi Gras

📋 copy color: '#211021'

red 33 ◦ green 16 ◦ blue 33

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

Shades of Mardi Gras #211021

Tints of Mardi Gras #211021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.51%

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

R = 40.24%
G = 19.51%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#211021 (or 0x211021) is known color: Mardi Gras. HEX triplet: 21, 10 and 21. RGB value is (33,16,33). Sum of RGB (Red+Green+Blue) = 33+16+33=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #211021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211021 is #DEEFDE. Grayscale: #161616. Windows color (decimal): -14610399 or 2166817. OLE color: 2166817.

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

Color convert

RGB 33 16 33 -
CMYK 0 0.52 0 0.87
HSL 300º 0.35% 0.1% -
HSV(B) 300º 0.52% 0.13% -
XYZ 1.09 0.8 1.54 -
YUV 23.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 33 16 33 0 0.52 0 0.87 300 0.35 0.1
Hex 21 10 21 0 34 0 57 12C 23 A
Octal 41 20 41 0 64 0 127 454 43 12
Binary 100001 10000 100001 0 110100 0 1010111 100101100 100011 1010

Color Harmonies of #211021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211021

Black with #211021

Text Example


Text Example

White with #211021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211021; }

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

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

background-color css

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

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

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

border-color css

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

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

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