Html Css Color HEX #211720 Mardi Gras

📋 copy color: '#211720'

red 33 ◦ green 23 ◦ blue 32

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

Shades of Mardi Gras #211720

Tints of Mardi Gras #211720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.14%

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

R = 37.5%
G = 26.14%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211720 (or 0x211720) is known color: Mardi Gras. HEX triplet: 21, 17 and 20. RGB value is (33,23,32). Sum of RGB (Red+Green+Blue) = 33+23+32=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 33 - color contains mainly: red. Hex color #211720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211720 is #DEE8DF. Grayscale: #1A1A1A. Windows color (decimal): -14608608 or 2103073. OLE color: 2103073.

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

Color convert

RGB 33 23 32 -
CMYK 0 0.30 0.03 0.87
HSL 306º 0.18% 0.11% -
HSV(B) 306º 0.3% 0.13% -
XYZ 1.19 1.04 1.5 -
YUV 27.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 33 23 32 0 0.30 0.03 0.87 306 0.18 0.11
Hex 21 17 20 0 1E 3 57 132 12 B
Octal 41 27 40 0 36 3 127 462 22 13
Binary 100001 10111 100000 0 11110 11 1010111 100110010 10010 1011

Color Harmonies of #211720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211720

Black with #211720

Text Example


Text Example

White with #211720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211720; }

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

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

background-color css

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

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

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

border-color css

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

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

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