Html Css Color HEX #1E111D Mardi Gras

📋 copy color: '#1E111D'

red 30 ◦ green 17 ◦ blue 29

#1E111D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #1E111D

Tints of Mardi Gras #1E111D

RGB

 RED value IS 30 (12.11% from 255) = 39.47%

 GREEN value IS 17 (7.03% from 255) = 22.37%

 BLUE value IS 29 (11.72% from 255) = 38.16%

R = 39.47%
G = 22.37%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1E111D (or 0x1E111D) is known color: Mardi Gras. HEX triplet: 1E, 11 and 1D. RGB value is (30,17,29). Sum of RGB (Red+Green+Blue) = 30+17+29=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 30 - color contains mainly: red. Hex color #1E111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E111D is #E1EEE2. Grayscale: #161616. Windows color (decimal): -14806755 or 1904926. OLE color: 1904926.

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

Color convert

RGB 30 17 29 -
CMYK 0 0.43 0.03 0.88
HSL 304.62º 0.28% 0.09% -
HSV(B) 304.62º 0.43% 0.12% -
XYZ 0.96 0.77 1.26 -
YUV 22.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 30 17 29 0 0.43 0.03 0.88 304.62 0.28 0.09
Hex 1E 11 1D 0 2B 3 58 131 1C 9
Octal 36 21 35 0 53 3 130 461 34 11
Binary 11110 10001 11101 0 101011 11 1011000 100110001 11100 1001

Color Harmonies of #1E111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E111D

Black with #1E111D

Text Example


Text Example

White with #1E111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,17,29); }

 H1.HeaderClassName
 {
   color: #1E111D;
 }
 .AnyTagClassName
 {
   color: #1E111D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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