#1E131F

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

Shades of Mardi Gras #1E131F

Tints of Mardi Gras #1E131F

Color information

#1E131F (or 0x1E131F) is unknown color: approx Mardi Gras. HEX triplet: 1E, 13 and 1F. RGB value is (30,19,31). Sum of RGB (Red+Green+Blue) = 30+19+31=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E131F is #E1ECE0. Grayscale: #171717. Windows color (decimal): -14806241 or 2036510. OLE color: 2036510.

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

Color convert

RGB301931-
CMYK0.030.3900.88
HSL295º24%9.8%-
HSV(B)295º38.71%12.16%-
XYZ1.020.841.41-
YUV23.66132.14132.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.5%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=37.5%
G=23.75%
B=38.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3019310.030.3900.88295249.8
Hex1E131F32705812718a
Octal36233734701304473012
Binary1111010011111111110011101011000100100111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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