#1E031D

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

Shades of Mardi Gras #1E031D

Tints of Mardi Gras #1E031D

Color information

#1E031D (or 0x1E031D) is unknown color: approx Mardi Gras. HEX triplet: 1E, 03 and 1D. RGB value is (30,3,29). Sum of RGB (Red+Green+Blue) = 30+3+29=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E031D is #E1FCE2. Grayscale: #0D0D0D. Windows color (decimal): -14810339 or 1901342. OLE color: 1901342.

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

Color convert

RGB30329-
CMYK00.900.030.88
HSL302.22º81.82%6.47%-
HSV(B)302.22º90%11.76%-
XYZ0.790.431.2-
YUV14.04136.45139.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 48.39%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=48.39%
G=4.84%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3032900.900.030.88302.2281.826.47
Hex1E31D05A35812e526
Octal36335013231304561226
Binary111101111101010110101110110001001011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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