Html Css Color HEX #1E181E Mardi Gras

📋 copy color: '#1E181E'

red 30 ◦ green 24 ◦ blue 30

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

Shades of Mardi Gras #1E181E

Tints of Mardi Gras #1E181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.57%

 BLUE value IS 30 (12.11% from 255) = 35.71%

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E181E (or 0x1E181E) is known color: Mardi Gras. HEX triplet: 1E, 18 and 1E. RGB value is (30,24,30). Sum of RGB (Red+Green+Blue) = 30+24+30=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E181E is #E1E7E1. Grayscale: #1A1A1A. Windows color (decimal): -14804962 or 1972254. OLE color: 1972254.

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

Color convert

RGB 30 24 30 -
CMYK 0 0.20 0 0.88
HSL 300º 0.11% 0.11% -
HSV(B) 300º 0.2% 0.12% -
XYZ 1.1 1.02 1.37 -
YUV 26.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 30 24 30 0 0.20 0 0.88 300 0.11 0.11
Hex 1E 18 1E 0 14 0 58 12C B B
Octal 36 30 36 0 24 0 130 454 13 13
Binary 11110 11000 11110 0 10100 0 1011000 100101100 1011 1011

Color Harmonies of #1E181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E181E

Black with #1E181E

Text Example


Text Example

White with #1E181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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