#1E181F

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

Shades of Mardi Gras #1E181F

Tints of Mardi Gras #1E181F

Color information

#1E181F (or 0x1E181F) is unknown color: approx Mardi Gras. HEX triplet: 1E, 18 and 1F. RGB value is (30,24,31). Sum of RGB (Red+Green+Blue) = 30+24+31=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E181F is #E1E7E0. Grayscale: #1A1A1A. Windows color (decimal): -14804961 or 2037790. OLE color: 2037790.

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

Color convert

RGB302431-
CMYK0.030.2300.88
HSL291.43º12.73%10.78%-
HSV(B)291.43º22.58%12.16%-
XYZ1.111.031.44-
YUV26.59130.49130.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=35.29%
G=28.24%
B=36.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3024310.030.2300.88291.4312.7310.78
Hex1E181F317058123db
Octal36303732701304431513
Binary11110110001111111101110101100010010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,24,31); }

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

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

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

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

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

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

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