Html Css Color HEX #201421 Mardi Gras

📋 copy color: '#201421'

red 32 ◦ green 20 ◦ blue 33

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

Shades of Mardi Gras #201421

Tints of Mardi Gras #201421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.53%

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

R = 37.65%
G = 23.53%
B = 38.82%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#201421 (or 0x201421) is known color: Mardi Gras. HEX triplet: 20, 14 and 21. RGB value is (32,20,33). Sum of RGB (Red+Green+Blue) = 32+20+33=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: blue. Hex color #201421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201421 is #DFEBDE. Grayscale: #191919. Windows color (decimal): -14674911 or 2167840. OLE color: 2167840.

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

Color convert

RGB 32 20 33 -
CMYK 0.03 0.39 0 0.87
HSL 295.38º 0.25% 0.1% -
HSV(B) 295.38º 0.39% 0.13% -
XYZ 1.12 0.92 1.56 -
YUV 25.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 32 20 33 0.03 0.39 0 0.87 295.38 0.25 0.1
Hex 20 14 21 3 27 0 57 127 19 A
Octal 40 24 41 3 47 0 127 447 31 12
Binary 100000 10100 100001 11 100111 0 1010111 100100111 11001 1010

Color Harmonies of #201421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201421

Black with #201421

Text Example


Text Example

White with #201421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201421; }

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

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

background-color css

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

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

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

border-color css

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

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

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