#201920

Color #201920 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #201920

Tints of Mardi Gras #201920

Color information

#201920 (or 0x201920) is unknown color: approx Mardi Gras. HEX triplet: 20, 19 and 20. RGB value is (32,25,32). Sum of RGB (Red+Green+Blue) = 32+25+32=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201920 is #DFE6DF. Grayscale: #1B1B1B. Windows color (decimal): -14673632 or 2103584. OLE color: 2103584.

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

Color convert

RGB322532-
CMYK00.2200.87
HSL300º12.28%11.18%-
HSV(B)300º21.88%12.55%-
XYZ1.21.111.52-
YUV27.89130.32130.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 25 (10.16% from 255) = 28.09%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=35.96%
G=28.09%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32253200.2200.8730012.2811.18
Hex20192001605712ccb
Octal40314002601274541413
Binary100000110011000000101100101011110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201920; }

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

 H1.HeaderClassName
 {
   color: #201920;
 }
 .AnyTagClassName
 {
   color: #201920;
 }
</style>
background-color css

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

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

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

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

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

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