#1E021D

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

Shades of Mardi Gras #1E021D

Tints of Mardi Gras #1E021D

Color information

#1E021D (or 0x1E021D) is unknown color: approx Mardi Gras. HEX triplet: 1E, 02 and 1D. RGB value is (30,2,29). Sum of RGB (Red+Green+Blue) = 30+2+29=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E021D is #E1FDE2. Grayscale: #0D0D0D. Windows color (decimal): -14810595 or 1901086. OLE color: 1901086.

HSL color Cylindrical-coordinate representation of color #1E021D: hue angle of 302.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E021D is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB30229-
CMYK00.930.030.88
HSL302.14º87.5%6.27%-
HSV(B)302.14º93.33%11.76%-
XYZ0.780.411.2-
YUV13.45136.78139.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 49.18%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=49.18%
G=3.28%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3022900.930.030.88302.1487.56.27
Hex1E21D05D35812e586
Octal36235013531304561306
Binary111101011101010111011110110001001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,29); }

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

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

 a { background-color: rgb(30,2,29); }

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

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

 span { border-color: rgb(30,2,29); }

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