Html Css Color HEX #201820 Mardi Gras

📋 copy color: '#201820'

red 32 ◦ green 24 ◦ blue 32

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

Shades of Mardi Gras #201820

Tints of Mardi Gras #201820

RGB

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

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

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#201820 (or 0x201820) is known color: Mardi Gras. HEX triplet: 20, 18 and 20. RGB value is (32,24,32). Sum of RGB (Red+Green+Blue) = 32+24+32=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201820 is #DFE7DF. Grayscale: #1B1B1B. Windows color (decimal): -14673888 or 2103328. OLE color: 2103328.

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

Color convert

RGB 32 24 32 -
CMYK 0 0.25 0 0.87
HSL 300º 0.14% 0.11% -
HSV(B) 300º 0.25% 0.13% -
XYZ 1.18 1.06 1.51 -
YUV 27.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 32 24 32 0 0.25 0 0.87 300 0.14 0.11
Hex 20 18 20 0 19 0 57 12C E B
Octal 40 30 40 0 31 0 127 454 16 13
Binary 100000 11000 100000 0 11001 0 1010111 100101100 1110 1011

Color Harmonies of #201820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201820

Black with #201820

Text Example


Text Example

White with #201820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201820; }

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

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

background-color css

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

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

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

border-color css

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

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

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