#1E171F

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

Shades of Mardi Gras #1E171F

Tints of Mardi Gras #1E171F

Color information

#1E171F (or 0x1E171F) is unknown color: approx Mardi Gras. HEX triplet: 1E, 17 and 1F. RGB value is (30,23,31). Sum of RGB (Red+Green+Blue) = 30+23+31=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E171F is #E1E8E0. Grayscale: #191919. Windows color (decimal): -14805217 or 2037534. OLE color: 2037534.

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

Color convert

RGB302331-
CMYK0.030.2600.88
HSL292.5º14.81%10.59%-
HSV(B)292.5º25.81%12.16%-
XYZ1.090.991.43-
YUV26130.82130.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=35.71%
G=27.38%
B=36.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3023310.030.2600.88292.514.8110.59
Hex1E171F31A058124fb
Octal36273733201304441713
Binary11110101111111111110100101100010010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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