#1E121F

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

Shades of Mardi Gras #1E121F

Tints of Mardi Gras #1E121F

Color information

#1E121F (or 0x1E121F) is unknown color: approx Mardi Gras. HEX triplet: 1E, 12 and 1F. RGB value is (30,18,31). Sum of RGB (Red+Green+Blue) = 30+18+31=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E121F is #E1EDE0. Grayscale: #171717. Windows color (decimal): -14806497 or 2036254. OLE color: 2036254.

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

Color convert

RGB301831-
CMYK0.030.4200.88
HSL295.38º26.53%9.61%-
HSV(B)295.38º41.94%12.16%-
XYZ10.811.4-
YUV23.07132.48132.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=37.97%
G=22.78%
B=39.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3018310.030.4200.88295.3826.539.61
Hex1E121F32A0581271ba
Octal36223735201304473312
Binary1111010010111111110101001011000100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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