Html Css Color HEX #211521 Mardi Gras

📋 copy color: '#211521'

red 33 ◦ green 21 ◦ blue 33

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

Shades of Mardi Gras #211521

Tints of Mardi Gras #211521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

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

R = 37.93%
G = 24.14%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#211521 (or 0x211521) is known color: Mardi Gras. HEX triplet: 21, 15 and 21. RGB value is (33,21,33). Sum of RGB (Red+Green+Blue) = 33+21+33=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #211521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211521 is #DEEADE. Grayscale: #191919. Windows color (decimal): -14609119 or 2168097. OLE color: 2168097.

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

Color convert

RGB 33 21 33 -
CMYK 0 0.36 0 0.87
HSL 300º 0.22% 0.11% -
HSV(B) 300º 0.36% 0.13% -
XYZ 1.17 0.97 1.56 -
YUV 25.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 33 21 33 0 0.36 0 0.87 300 0.22 0.11
Hex 21 15 21 0 24 0 57 12C 16 B
Octal 41 25 41 0 44 0 127 454 26 13
Binary 100001 10101 100001 0 100100 0 1010111 100101100 10110 1011

Color Harmonies of #211521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211521

Black with #211521

Text Example


Text Example

White with #211521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211521; }

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

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

background-color css

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

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

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

border-color css

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

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

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