#1E151E

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

Shades of Mardi Gras #1E151E

Tints of Mardi Gras #1E151E

Color information

#1E151E (or 0x1E151E) is unknown color: approx Mardi Gras. HEX triplet: 1E, 15 and 1E. RGB value is (30,21,30). Sum of RGB (Red+Green+Blue) = 30+21+30=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151E is #E1EAE1. Grayscale: #181818. Windows color (decimal): -14805730 or 1971486. OLE color: 1971486.

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

Color convert

RGB302130-
CMYK00.3000.88
HSL300º17.65%10%-
HSV(B)300º30%11.76%-
XYZ1.040.911.35-
YUV24.72130.98131.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=37.04%
G=25.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30213000.3000.8830017.6510
Hex1E151E01E05812c12a
Octal36253603601304542212
Binary11110101011111001111001011000100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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