#20001E

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

Shades of Mardi Gras #20001E

Tints of Mardi Gras #20001E

Color information

#20001E (or 0x20001E) is unknown color: approx Mardi Gras. HEX triplet: 20, 00 and 1E. RGB value is (32,0,30). Sum of RGB (Red+Green+Blue) = 32+0+30=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #20001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20001E is #DFFFE1. Grayscale: #0C0C0C. Windows color (decimal): -14680034 or 1966112. OLE color: 1966112.

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

Color convert

RGB32030-
CMYK010.060.87
HSL303.75º100%6.27%-
HSV(B)303.75º100%12.55%-
XYZ0.830.41.26-
YUV12.99137.6141.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 51.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=51.61%
G=0%
B=48.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32030010.060.87303.751006.27
Hex2001E064657130646
Octal40036014461274601446
Binary1000000111100110010011010101111001100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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