#1E141F

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

Shades of Mardi Gras #1E141F

Tints of Mardi Gras #1E141F

Color information

#1E141F (or 0x1E141F) is unknown color: approx Mardi Gras. HEX triplet: 1E, 14 and 1F. RGB value is (30,20,31). Sum of RGB (Red+Green+Blue) = 30+20+31=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E141F is #E1EBE0. Grayscale: #181818. Windows color (decimal): -14805985 or 2036766. OLE color: 2036766.

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

Color convert

RGB302031-
CMYK0.030.3500.88
HSL294.55º21.57%10%-
HSV(B)294.55º35.48%12.16%-
XYZ1.030.881.41-
YUV24.24131.81132.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 31 (12.5% from 255) = 38.27%
R=37.04%
G=24.69%
B=38.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3020310.030.3500.88294.5521.5710
Hex1E141F32305812716a
Octal36243734301304472612
Binary1111010100111111110001101011000100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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