Html Css Color HEX #211920 Mardi Gras

📋 copy color: '#211920'

red 33 ◦ green 25 ◦ blue 32

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

Shades of Mardi Gras #211920

Tints of Mardi Gras #211920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.78%

 BLUE value IS 32 (12.89% from 255) = 35.56%

R = 36.67%
G = 27.78%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211920 (or 0x211920) is known color: Mardi Gras. HEX triplet: 21, 19 and 20. RGB value is (33,25,32). Sum of RGB (Red+Green+Blue) = 33+25+32=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 33 - color contains mainly: red. Hex color #211920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211920 is #DEE6DF. Grayscale: #1C1C1C. Windows color (decimal): -14608096 or 2103585. OLE color: 2103585.

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

Color convert

RGB 33 25 32 -
CMYK 0 0.24 0.03 0.87
HSL 307.5º 0.14% 0.11% -
HSV(B) 307.5º 0.24% 0.13% -
XYZ 1.24 1.12 1.52 -
YUV 28.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 33 25 32 0 0.24 0.03 0.87 307.5 0.14 0.11
Hex 21 19 20 0 18 3 57 134 E B
Octal 41 31 40 0 30 3 127 464 16 13
Binary 100001 11001 100000 0 11000 11 1010111 100110100 1110 1011

Color Harmonies of #211920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211920

Black with #211920

Text Example


Text Example

White with #211920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211920; }

 p { color: rgb(33,25,32); }

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

background-color css

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

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

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

border-color css

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

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

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