#1E171E

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

Shades of Mardi Gras #1E171E

Tints of Mardi Gras #1E171E

Color information

#1E171E (or 0x1E171E) is unknown color: approx Mardi Gras. HEX triplet: 1E, 17 and 1E. RGB value is (30,23,30). Sum of RGB (Red+Green+Blue) = 30+23+30=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E171E is #E1E8E1. Grayscale: #191919. Windows color (decimal): -14805218 or 1971998. OLE color: 1971998.

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

Color convert

RGB302330-
CMYK00.2300.88
HSL300º13.21%10.39%-
HSV(B)300º23.33%11.76%-
XYZ1.080.981.36-
YUV25.89130.32130.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.14%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=36.14%
G=27.71%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30233000.2300.8830013.2110.39
Hex1E171E01705812cda
Octal36273602701304541512
Binary1111010111111100101110101100010010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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