#1E001A

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

Shades of Mardi Gras #1E001A

Tints of Mardi Gras #1E001A

Color information

#1E001A (or 0x1E001A) is unknown color: approx Mardi Gras. HEX triplet: 1E, 00 and 1A. RGB value is (30,0,26). Sum of RGB (Red+Green+Blue) = 30+0+26=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E001A is #E1FFE5. Grayscale: #0B0B0B. Windows color (decimal): -14811110 or 1703966. OLE color: 1703966.

HSL color Cylindrical-coordinate representation of color #1E001A: hue angle of 308º 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 #1E001A is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB30026-
CMYK010.130.88
HSL308º100%5.88%-
HSV(B)308º100%11.76%-
XYZ0.720.351.01-
YUV11.93135.94140.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 53.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=53.57%
G=0%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30026010.130.883081005.88
Hex1E01A064D58134646
Octal360320144151304641446
Binary1111001101001100100110110110001001101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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