Html Css Color HEX #1E191F Mardi Gras

📋 copy color: '#1E191F'

red 30 ◦ green 25 ◦ blue 31

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

Shades of Mardi Gras #1E191F

Tints of Mardi Gras #1E191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.07%

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

R = 34.88%
G = 29.07%
B = 36.05%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E191F (or 0x1E191F) is known color: Mardi Gras. HEX triplet: 1E, 19 and 1F. RGB value is (30,25,31). Sum of RGB (Red+Green+Blue) = 30+25+31=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E191F is #E1E6E0. Grayscale: #1B1B1B. Windows color (decimal): -14804705 or 2038046. OLE color: 2038046.

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

Color convert

RGB 30 25 31 -
CMYK 0.03 0.19 0 0.88
HSL 290º 0.11% 0.11% -
HSV(B) 290º 0.19% 0.12% -
XYZ 1.13 1.07 1.44 -
YUV 27.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 30 25 31 0.03 0.19 0 0.88 290 0.11 0.11
Hex 1E 19 1F 3 13 0 58 122 B B
Octal 36 31 37 3 23 0 130 442 13 13
Binary 11110 11001 11111 11 10011 0 1011000 100100010 1011 1011

Color Harmonies of #1E191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E191F

Black with #1E191F

Text Example


Text Example

White with #1E191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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