#1E031A

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

Shades of Mardi Gras #1E031A

Tints of Mardi Gras #1E031A

Color information

#1E031A (or 0x1E031A) is unknown color: approx Mardi Gras. HEX triplet: 1E, 03 and 1A. RGB value is (30,3,26). Sum of RGB (Red+Green+Blue) = 30+3+26=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E031A is #E1FCE5. Grayscale: #0D0D0D. Windows color (decimal): -14810342 or 1704734. OLE color: 1704734.

HSL color Cylindrical-coordinate representation of color #1E031A: hue angle of 308.89º 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 #1E031A is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB30326-
CMYK00.900.130.88
HSL308.89º81.82%6.47%-
HSV(B)308.89º90%11.76%-
XYZ0.750.421.02-
YUV13.69134.95139.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50.85%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=50.85%
G=5.08%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3032600.900.130.88308.8981.826.47
Hex1E31A05AD58135526
Octal363320132151304651226
Binary11110111101001011010110110110001001101011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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