#1E101C

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

Shades of Mardi Gras #1E101C

Tints of Mardi Gras #1E101C

Color information

#1E101C (or 0x1E101C) is unknown color: approx Mardi Gras. HEX triplet: 1E, 10 and 1C. RGB value is (30,16,28). Sum of RGB (Red+Green+Blue) = 30+16+28=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E101C is #E1EFE3. Grayscale: #151515. Windows color (decimal): -14807012 or 1839134. OLE color: 1839134.

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

Color convert

RGB301628-
CMYK00.470.070.88
HSL308.57º30.43%9.02%-
HSV(B)308.57º46.67%11.76%-
XYZ0.930.731.19-
YUV21.55131.64134.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=40.54%
G=21.62%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30162800.470.070.88308.5730.439.02
Hex1E101C02F7581351e9
Octal36203405771304653611
Binary11110100001110001011111111011000100110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,28); }

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

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

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

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

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

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

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