#1E141D

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

Shades of Mardi Gras #1E141D

Tints of Mardi Gras #1E141D

Color information

#1E141D (or 0x1E141D) is unknown color: approx Mardi Gras. HEX triplet: 1E, 14 and 1D. RGB value is (30,20,29). Sum of RGB (Red+Green+Blue) = 30+20+29=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E141D is #E1EBE2. Grayscale: #171717. Windows color (decimal): -14805987 or 1905694. OLE color: 1905694.

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

Color convert

RGB302029-
CMYK00.330.030.88
HSL306º20%9.8%-
HSV(B)306º33.33%11.76%-
XYZ1.010.871.28-
YUV24.02130.81132.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=37.97%
G=25.32%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30202900.330.030.88306209.8
Hex1E141D02135813214a
Octal36243504131304622412
Binary1111010100111010100001111011000100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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