#1E0420

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

Shades of Mardi Gras #1E0420

Tints of Mardi Gras #1E0420

Color information

#1E0420 (or 0x1E0420) is unknown color: approx Mardi Gras. HEX triplet: 1E, 04 and 20. RGB value is (30,4,32). Sum of RGB (Red+Green+Blue) = 30+4+32=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #1E0420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0420 is #E1FBDF. Grayscale: #0E0E0E. Windows color (decimal): -14810080 or 2098206. OLE color: 2098206.

HSL color Cylindrical-coordinate representation of color #1E0420: hue angle of 295.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 #1E0420 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB30432-
CMYK0.060.8700.87
HSL295.71º77.78%7.06%-
HSV(B)295.71º87.5%12.55%-
XYZ0.840.471.41-
YUV14.97137.61138.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 45.45%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=45.45%
G=6.06%
B=48.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal304320.060.8700.87295.7177.787.06
Hex1E4206570571284e7
Octal36440612701274501167
Binary111101001000001101010111010101111001010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E0420; }

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

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

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

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

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

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

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

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