#1E051A

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

Shades of Mardi Gras #1E051A

Tints of Mardi Gras #1E051A

Color information

#1E051A (or 0x1E051A) is unknown color: approx Mardi Gras. HEX triplet: 1E, 05 and 1A. RGB value is (30,5,26). Sum of RGB (Red+Green+Blue) = 30+5+26=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E051A is #E1FAE5. Grayscale: #0E0E0E. Windows color (decimal): -14809830 or 1705246. OLE color: 1705246.

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

Color convert

RGB30526-
CMYK00.830.130.88
HSL309.6º71.43%6.86%-
HSV(B)309.6º83.33%11.76%-
XYZ0.780.461.02-
YUV14.87134.28138.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 49.18%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=49.18%
G=8.20%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3052600.830.130.88309.671.436.86
Hex1E51A053D58136477
Octal365320123151304661077
Binary111101011101001010011110110110001001101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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