#1E001D

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

Shades of Mardi Gras #1E001D

Tints of Mardi Gras #1E001D

Color information

#1E001D (or 0x1E001D) is unknown color: approx Mardi Gras. HEX triplet: 1E, 00 and 1D. RGB value is (30,0,29). Sum of RGB (Red+Green+Blue) = 30+0+29=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E001D is #E1FFE2. Grayscale: #0C0C0C. Windows color (decimal): -14811107 or 1900574. OLE color: 1900574.

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

Color convert

RGB30029-
CMYK010.030.88
HSL302º100%5.88%-
HSV(B)302º100%11.76%-
XYZ0.760.361.19-
YUV12.28137.44140.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=50.85%
G=0%
B=49.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30029010.030.883021005.88
Hex1E01D06435812e646
Octal36035014431304561446
Binary11110011101011001001110110001001011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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