#20041F

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

Shades of Mardi Gras #20041F

Tints of Mardi Gras #20041F

Color information

#20041F (or 0x20041F) is unknown color: approx Mardi Gras. HEX triplet: 20, 04 and 1F. RGB value is (32,4,31). Sum of RGB (Red+Green+Blue) = 32+4+31=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #20041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20041F is #DFFBE0. Grayscale: #0F0F0F. Windows color (decimal): -14679009 or 2032672. OLE color: 2032672.

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

Color convert

RGB32431-
CMYK00.870.030.87
HSL302.14º77.78%7.06%-
HSV(B)302.14º87.5%12.55%-
XYZ0.890.491.34-
YUV15.45136.78139.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.76%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=47.76%
G=5.97%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3243100.870.030.87302.1477.787.06
Hex2041F05735712e4e7
Octal40437012731274561167
Binary10000010011111010101111110101111001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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