Html Css Color HEX #20021F Mardi Gras

📋 copy color: '#20021F'

red 32 ◦ green 2 ◦ blue 31

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

Shades of Mardi Gras #20021F

Tints of Mardi Gras #20021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 47.69%

R = 49.23%
G = 3.08%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#20021F (or 0x20021F) is known color: Mardi Gras. HEX triplet: 20, 02 and 1F. RGB value is (32,2,31). Sum of RGB (Red+Green+Blue) = 32+2+31=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20021F is #DFFDE0. Grayscale: #0E0E0E. Windows color (decimal): -14679521 or 2032160. OLE color: 2032160.

HSL color Cylindrical-coordinate representation of color #20021F: hue angle of 302º 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 #20021F is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 2 31 -
CMYK 0 0.94 0.03 0.87
HSL 302º 0.88% 0.07% -
HSV(B) 302º 0.94% 0.13% -
XYZ 0.86 0.45 1.34 -
YUV 14.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 32 2 31 0 0.94 0.03 0.87 302 0.88 0.07
Hex 20 2 1F 0 5E 3 57 12E 58 7
Octal 40 2 37 0 136 3 127 456 130 7
Binary 100000 10 11111 0 1011110 11 1010111 100101110 1011000 111

Color Harmonies of #20021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20021F

Black with #20021F

Text Example


Text Example

White with #20021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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