Html Css Color HEX #20021D Mardi Gras

📋 copy color: '#20021D'

red 32 ◦ green 2 ◦ blue 29

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

Shades of Mardi Gras #20021D

Tints of Mardi Gras #20021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.17%

 BLUE value IS 29 (11.72% from 255) = 46.03%

R = 50.79%
G = 3.17%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#20021D (or 0x20021D) is known color: Mardi Gras. HEX triplet: 20, 02 and 1D. RGB value is (32,2,29). Sum of RGB (Red+Green+Blue) = 32+2+29=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20021D is #DFFDE2. Grayscale: #0D0D0D. Windows color (decimal): -14679523 or 1901088. OLE color: 1901088.

HSL color Cylindrical-coordinate representation of color #20021D: hue angle of 306º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20021D is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 2 29 -
CMYK 0 0.94 0.09 0.87
HSL 306º 0.88% 0.07% -
HSV(B) 306º 0.94% 0.13% -
XYZ 0.84 0.44 1.2 -
YUV 14.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 32 2 29 0 0.94 0.09 0.87 306 0.88 0.07
Hex 20 2 1D 0 5E 9 57 132 58 7
Octal 40 2 35 0 136 11 127 462 130 7
Binary 100000 10 11101 0 1011110 1001 1010111 100110010 1011000 111

Color Harmonies of #20021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20021D

Black with #20021D

Text Example


Text Example

White with #20021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20021D; }

 p { color: rgb(32,2,29); }

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

background-color css

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

 a { background-color: rgb(32,2,29); }

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

border-color css

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

 span { border-color: rgb(32,2,29); }

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