#1E041A

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

Shades of Mardi Gras #1E041A

Tints of Mardi Gras #1E041A

Color information

#1E041A (or 0x1E041A) is unknown color: approx Mardi Gras. HEX triplet: 1E, 04 and 1A. RGB value is (30,4,26). Sum of RGB (Red+Green+Blue) = 30+4+26=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E041A is #E1FBE5. Grayscale: #0E0E0E. Windows color (decimal): -14810086 or 1704990. OLE color: 1704990.

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

Color convert

RGB30426-
CMYK00.870.130.88
HSL309.23º76.47%6.67%-
HSV(B)309.23º86.67%11.76%-
XYZ0.770.441.02-
YUV14.28134.61139.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=50%
G=6.67%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3042600.870.130.88309.2376.476.67
Hex1E41A057D581354c7
Octal364320127151304651147
Binary111101001101001010111110110110001001101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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