#1E051B

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

Shades of Mardi Gras #1E051B

Tints of Mardi Gras #1E051B

Color information

#1E051B (or 0x1E051B) is unknown color: approx Mardi Gras. HEX triplet: 1E, 05 and 1B. RGB value is (30,5,27). Sum of RGB (Red+Green+Blue) = 30+5+27=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E051B is #E1FAE4. Grayscale: #0E0E0E. Windows color (decimal): -14809829 or 1770782. OLE color: 1770782.

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

Color convert

RGB30527-
CMYK00.830.100.88
HSL307.2º71.43%6.86%-
HSV(B)307.2º83.33%11.76%-
XYZ0.790.461.08-
YUV14.98134.78138.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 48.39%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 27 (10.94% from 255) = 43.55%
R=48.39%
G=8.06%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3052700.830.100.88307.271.436.86
Hex1E51B053A58133477
Octal365330123121304631077
Binary111101011101101010011101010110001001100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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