Html Css Color HEX #1E091F Mardi Gras

📋 copy color: '#1E091F'

red 30 ◦ green 9 ◦ blue 31

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

Shades of Mardi Gras #1E091F

Tints of Mardi Gras #1E091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.86%

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

R = 42.86%
G = 12.86%
B = 44.29%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E091F (or 0x1E091F) is known color: Mardi Gras. HEX triplet: 1E, 09 and 1F. RGB value is (30,9,31). Sum of RGB (Red+Green+Blue) = 30+9+31=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E091F is #E1F6E0. Grayscale: #111111. Windows color (decimal): -14808801 or 2033950. OLE color: 2033950.

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

Color convert

RGB 30 9 31 -
CMYK 0.03 0.71 0 0.88
HSL 297.27º 0.55% 0.08% -
HSV(B) 297.27º 0.71% 0.12% -
XYZ 0.88 0.57 1.36 -
YUV 17.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 30 9 31 0.03 0.71 0 0.88 297.27 0.55 0.08
Hex 1E 9 1F 3 47 0 58 129 37 8
Octal 36 11 37 3 107 0 130 451 67 10
Binary 11110 1001 11111 11 1000111 0 1011000 100101001 110111 1000

Color Harmonies of #1E091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E091F

Black with #1E091F

Text Example


Text Example

White with #1E091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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