Html Css Color HEX #201420 Mardi Gras

📋 copy color: '#201420'

red 32 ◦ green 20 ◦ blue 32

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

Shades of Mardi Gras #201420

Tints of Mardi Gras #201420

RGB

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

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

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

R = 38.1%
G = 23.81%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#201420 (or 0x201420) is known color: Mardi Gras. HEX triplet: 20, 14 and 20. RGB value is (32,20,32). Sum of RGB (Red+Green+Blue) = 32+20+32=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201420 is #DFEBDF. Grayscale: #181818. Windows color (decimal): -14674912 or 2102304. OLE color: 2102304.

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

Color convert

RGB 32 20 32 -
CMYK 0 0.37 0 0.87
HSL 300º 0.23% 0.1% -
HSV(B) 300º 0.38% 0.13% -
XYZ 1.11 0.91 1.48 -
YUV 24.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 32 20 32 0 0.37 0 0.87 300 0.23 0.1
Hex 20 14 20 0 25 0 57 12C 17 A
Octal 40 24 40 0 45 0 127 454 27 12
Binary 100000 10100 100000 0 100101 0 1010111 100101100 10111 1010

Color Harmonies of #201420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201420

Black with #201420

Text Example


Text Example

White with #201420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201420; }

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

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

background-color css

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

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

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

border-color css

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

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

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