#1E111D

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

Shades of Mardi Gras #1E111D

Tints of Mardi Gras #1E111D

Color information

#1E111D (or 0x1E111D) is unknown color: approx Mardi Gras. HEX triplet: 1E, 11 and 1D. RGB value is (30,17,29). Sum of RGB (Red+Green+Blue) = 30+17+29=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 30 - color contains mainly: red. Hex color #1E111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E111D is #E1EEE2. Grayscale: #161616. Windows color (decimal): -14806755 or 1904926. OLE color: 1904926.

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

Color convert

RGB301729-
CMYK00.430.030.88
HSL304.62º27.66%9.22%-
HSV(B)304.62º43.33%11.76%-
XYZ0.960.771.26-
YUV22.26131.81133.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 39.47%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=39.47%
G=22.37%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30172900.430.030.88304.6227.669.22
Hex1E111D02B3581311c9
Octal36213505331304613411
Binary1111010001111010101011111011000100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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