Html Css Color HEX #211321 Mardi Gras

📋 copy color: '#211321'

red 33 ◦ green 19 ◦ blue 33

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

Shades of Mardi Gras #211321

Tints of Mardi Gras #211321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

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

R = 38.82%
G = 22.35%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#211321 (or 0x211321) is known color: Mardi Gras. HEX triplet: 21, 13 and 21. RGB value is (33,19,33). Sum of RGB (Red+Green+Blue) = 33+19+33=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #211321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211321 is #DEECDE. Grayscale: #181818. Windows color (decimal): -14609631 or 2167585. OLE color: 2167585.

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

Color convert

RGB 33 19 33 -
CMYK 0 0.42 0 0.87
HSL 300º 0.27% 0.1% -
HSV(B) 300º 0.42% 0.13% -
XYZ 1.13 0.9 1.55 -
YUV 24.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 33 19 33 0 0.42 0 0.87 300 0.27 0.1
Hex 21 13 21 0 2A 0 57 12C 1B A
Octal 41 23 41 0 52 0 127 454 33 12
Binary 100001 10011 100001 0 101010 0 1010111 100101100 11011 1010

Color Harmonies of #211321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211321

Black with #211321

Text Example


Text Example

White with #211321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211321; }

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

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

background-color css

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

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

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

border-color css

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

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

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