#20041B

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

Shades of Mardi Gras #20041B

Tints of Mardi Gras #20041B

Color information

#20041B (or 0x20041B) is unknown color: approx Mardi Gras. HEX triplet: 20, 04 and 1B. RGB value is (32,4,27). Sum of RGB (Red+Green+Blue) = 32+4+27=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20041B is #DFFBE4. Grayscale: #0E0E0E. Windows color (decimal): -14679013 or 1770528. OLE color: 1770528.

HSL color Cylindrical-coordinate representation of color #20041B: hue angle of 310.71º 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 #20041B is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB32427-
CMYK00.870.160.87
HSL310.71º77.78%7.06%-
HSV(B)310.71º87.5%12.55%-
XYZ0.840.471.08-
YUV14.99134.78140.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50.79%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 27 (10.94% from 255) = 42.86%
R=50.79%
G=6.35%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3242700.870.160.87310.7177.787.06
Hex2041B05710571374e7
Octal404330127201274671167
Binary10000010011011010101111000010101111001101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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