#1E021E

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

Shades of Mardi Gras #1E021E

Tints of Mardi Gras #1E021E

Color information

#1E021E (or 0x1E021E) is unknown color: approx Mardi Gras. HEX triplet: 1E, 02 and 1E. RGB value is (30,2,30). Sum of RGB (Red+Green+Blue) = 30+2+30=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E021E is #E1FDE1. Grayscale: #0D0D0D. Windows color (decimal): -14810594 or 1966622. OLE color: 1966622.

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

Color convert

RGB30230-
CMYK00.9300.88
HSL300º87.5%6.27%-
HSV(B)300º93.33%11.76%-
XYZ0.790.411.27-
YUV13.56137.28139.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 48.39%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=48.39%
G=3.23%
B=48.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3023000.9300.8830087.56.27
Hex1E21E05D05812c586
Octal36236013501304541306
Binary11110101111001011101010110001001011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,30); }

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

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

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

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

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

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

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