#20011E

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

Shades of Mardi Gras #20011E

Tints of Mardi Gras #20011E

Color information

#20011E (or 0x20011E) is unknown color: approx Mardi Gras. HEX triplet: 20, 01 and 1E. RGB value is (32,1,30). Sum of RGB (Red+Green+Blue) = 32+1+30=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20011E is #DFFEE1. Grayscale: #0D0D0D. Windows color (decimal): -14679778 or 1966368. OLE color: 1966368.

HSL color Cylindrical-coordinate representation of color #20011E: hue angle of 303.87º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20011E is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB32130-
CMYK00.970.060.87
HSL303.87º93.94%6.47%-
HSV(B)303.87º96.88%12.55%-
XYZ0.840.421.27-
YUV13.58137.27141.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50.79%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=50.79%
G=1.59%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3213000.970.060.87303.8793.946.47
Hex2011E0616571305e6
Octal40136014161274601366
Binary1000001111100110000111010101111001100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20011E; }

 p { color: rgb(32,1,30); }

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

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

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

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

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

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

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