Html Css Color HEX #1E181F Mardi Gras

📋 copy color: '#1E181F'

red 30 ◦ green 24 ◦ blue 31

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

Shades of Mardi Gras #1E181F

Tints of Mardi Gras #1E181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 36.47%

R = 35.29%
G = 28.24%
B = 36.47%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E181F (or 0x1E181F) is known color: Mardi Gras. HEX triplet: 1E, 18 and 1F. RGB value is (30,24,31). Sum of RGB (Red+Green+Blue) = 30+24+31=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E181F is #E1E7E0. Grayscale: #1A1A1A. Windows color (decimal): -14804961 or 2037790. OLE color: 2037790.

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

Color convert

RGB 30 24 31 -
CMYK 0.03 0.23 0 0.88
HSL 291.43º 0.13% 0.11% -
HSV(B) 291.43º 0.23% 0.12% -
XYZ 1.11 1.03 1.44 -
YUV 26.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 30 24 31 0.03 0.23 0 0.88 291.43 0.13 0.11
Hex 1E 18 1F 3 17 0 58 123 D B
Octal 36 30 37 3 27 0 130 443 15 13
Binary 11110 11000 11111 11 10111 0 1011000 100100011 1101 1011

Color Harmonies of #1E181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E181F

Black with #1E181F

Text Example


Text Example

White with #1E181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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