Html Css Color HEX #1E091B Mardi Gras

📋 copy color: '#1E091B'

red 30 ◦ green 9 ◦ blue 27

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

Shades of Mardi Gras #1E091B

Tints of Mardi Gras #1E091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 40.91%

R = 45.45%
G = 13.64%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E091B (or 0x1E091B) is known color: Mardi Gras. HEX triplet: 1E, 09 and 1B. RGB value is (30,9,27). Sum of RGB (Red+Green+Blue) = 30+9+27=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E091B is #E1F6E4. Grayscale: #111111. Windows color (decimal): -14808805 or 1771806. OLE color: 1771806.

HSL color Cylindrical-coordinate representation of color #1E091B: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E091B is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 9 27 -
CMYK 0 0.70 0.10 0.88
HSL 308.57º 0.54% 0.08% -
HSV(B) 308.57º 0.7% 0.12% -
XYZ 0.83 0.55 1.1 -
YUV 17.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 30 9 27 0 0.70 0.10 0.88 308.57 0.54 0.08
Hex 1E 9 1B 0 46 A 58 135 36 8
Octal 36 11 33 0 106 12 130 465 66 10
Binary 11110 1001 11011 0 1000110 1010 1011000 100110101 110110 1000

Color Harmonies of #1E091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E091B

Black with #1E091B

Text Example


Text Example

White with #1E091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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