Html Css Color HEX #211421 Mardi Gras

📋 copy color: '#211421'

red 33 ◦ green 20 ◦ blue 33

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

Shades of Mardi Gras #211421

Tints of Mardi Gras #211421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.26%

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

R = 38.37%
G = 23.26%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#211421 (or 0x211421) is known color: Mardi Gras. HEX triplet: 21, 14 and 21. RGB value is (33,20,33). Sum of RGB (Red+Green+Blue) = 33+20+33=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #211421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211421 is #DEEBDE. Grayscale: #191919. Windows color (decimal): -14609375 or 2167841. OLE color: 2167841.

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

Color convert

RGB 33 20 33 -
CMYK 0 0.39 0 0.87
HSL 300º 0.25% 0.1% -
HSV(B) 300º 0.39% 0.13% -
XYZ 1.15 0.93 1.56 -
YUV 25.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 33 20 33 0 0.39 0 0.87 300 0.25 0.1
Hex 21 14 21 0 27 0 57 12C 19 A
Octal 41 24 41 0 47 0 127 454 31 12
Binary 100001 10100 100001 0 100111 0 1010111 100101100 11001 1010

Color Harmonies of #211421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211421

Black with #211421

Text Example


Text Example

White with #211421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211421; }

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

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

background-color css

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

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

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

border-color css

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

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

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