#1E041F

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

Shades of Mardi Gras #1E041F

Tints of Mardi Gras #1E041F

Color information

#1E041F (or 0x1E041F) is unknown color: approx Mardi Gras. HEX triplet: 1E, 04 and 1F. RGB value is (30,4,31). Sum of RGB (Red+Green+Blue) = 30+4+31=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E041F is #E1FBE0. Grayscale: #0E0E0E. Windows color (decimal): -14810081 or 2032670. OLE color: 2032670.

HSL color Cylindrical-coordinate representation of color #1E041F: hue angle of 297.78º degrees, saturation: 0.77, 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 #1E041F is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB30431-
CMYK0.030.8700.88
HSL297.78º77.14%6.86%-
HSV(B)297.78º87.1%12.16%-
XYZ0.830.461.34-
YUV14.85137.11138.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.15%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=46.15%
G=6.15%
B=47.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal304310.030.8700.88297.7877.146.86
Hex1E41F35705812a4d7
Octal36437312701304521157
Binary1111010011111111010111010110001001010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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