#1E161D

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

Shades of Mardi Gras #1E161D

Tints of Mardi Gras #1E161D

Color information

#1E161D (or 0x1E161D) is unknown color: approx Mardi Gras. HEX triplet: 1E, 16 and 1D. RGB value is (30,22,29). Sum of RGB (Red+Green+Blue) = 30+22+29=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 30 - color contains mainly: red. Hex color #1E161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E161D is #E1E9E2. Grayscale: #191919. Windows color (decimal): -14805475 or 1906206. OLE color: 1906206.

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

Color convert

RGB302229-
CMYK00.270.030.88
HSL307.5º15.38%10.2%-
HSV(B)307.5º26.67%11.76%-
XYZ1.040.941.29-
YUV25.19130.15131.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=37.04%
G=27.16%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30222900.270.030.88307.515.3810.2
Hex1E161D01B358134fa
Octal36263503331304641712
Binary11110101101110101101111101100010011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,22,29); }

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

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

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

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

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

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

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