#1E021F

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

Shades of Mardi Gras #1E021F

Tints of Mardi Gras #1E021F

Color information

#1E021F (or 0x1E021F) is unknown color: approx Mardi Gras. HEX triplet: 1E, 02 and 1F. RGB value is (30,2,31). Sum of RGB (Red+Green+Blue) = 30+2+31=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E021F is #E1FDE0. Grayscale: #0D0D0D. Windows color (decimal): -14810593 or 2032158. OLE color: 2032158.

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

Color convert

RGB30231-
CMYK0.030.9400.88
HSL297.93º87.88%6.47%-
HSV(B)297.93º93.55%12.16%-
XYZ0.80.421.33-
YUV13.68137.78139.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 47.62%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=47.62%
G=3.17%
B=49.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal302310.030.9400.88297.9387.886.47
Hex1E21F35E05812a586
Octal36237313601304521306
Binary111101011111111011110010110001001010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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