#1E0219

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

Shades of Mardi Gras #1E0219

Tints of Mardi Gras #1E0219

Color information

#1E0219 (or 0x1E0219) is unknown color: approx Mardi Gras. HEX triplet: 1E, 02 and 19. RGB value is (30,2,25). Sum of RGB (Red+Green+Blue) = 30+2+25=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0219 is #E1FDE6. Grayscale: #0C0C0C. Windows color (decimal): -14810599 or 1638942. OLE color: 1638942.

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

Color convert

RGB30225-
CMYK00.930.170.88
HSL310.71º87.5%6.27%-
HSV(B)310.71º93.33%11.76%-
XYZ0.730.390.96-
YUV12.99134.78140.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 52.63%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 25 (10.16% from 255) = 43.86%
R=52.63%
G=3.51%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3022500.930.170.88310.7187.56.27
Hex1E21905D1158137586
Octal362310135211304671306
Binary111101011001010111011000110110001001101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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