Html Css Color HEX #201821 Mardi Gras

📋 copy color: '#201821'

red 32 ◦ green 24 ◦ blue 33

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

Shades of Mardi Gras #201821

Tints of Mardi Gras #201821

RGB

 RED value IS 32 (12.89% from 255) = 35.96%

 GREEN value IS 24 (9.77% from 255) = 26.97%

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

R = 35.96%
G = 26.97%
B = 37.08%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#201821 (or 0x201821) is known color: Mardi Gras. HEX triplet: 20, 18 and 21. RGB value is (32,24,33). Sum of RGB (Red+Green+Blue) = 32+24+33=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 33 - color contains mainly: blue. Hex color #201821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201821 is #DFE7DE. Grayscale: #1B1B1B. Windows color (decimal): -14673887 or 2168864. OLE color: 2168864.

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

Color convert

RGB 32 24 33 -
CMYK 0.03 0.27 0 0.87
HSL 293.33º 0.16% 0.11% -
HSV(B) 293.33º 0.27% 0.13% -
XYZ 1.2 1.07 1.58 -
YUV 27.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 32 24 33 0.03 0.27 0 0.87 293.33 0.16 0.11
Hex 20 18 21 3 1B 0 57 125 10 B
Octal 40 30 41 3 33 0 127 445 20 13
Binary 100000 11000 100001 11 11011 0 1010111 100100101 10000 1011

Color Harmonies of #201821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201821

Black with #201821

Text Example


Text Example

White with #201821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201821; }

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

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

background-color css

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

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

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

border-color css

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

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

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