Html Css Color HEX #1E151D Mardi Gras

📋 copy color: '#1E151D'

red 30 ◦ green 21 ◦ blue 29

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

Shades of Mardi Gras #1E151D

Tints of Mardi Gras #1E151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 37.5%
G = 26.25%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1E151D (or 0x1E151D) is known color: Mardi Gras. HEX triplet: 1E, 15 and 1D. RGB value is (30,21,29). Sum of RGB (Red+Green+Blue) = 30+21+29=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 30 - color contains mainly: red. Hex color #1E151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151D is #E1EAE2. Grayscale: #181818. Windows color (decimal): -14805731 or 1905950. OLE color: 1905950.

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

Color convert

RGB 30 21 29 -
CMYK 0 0.30 0.03 0.88
HSL 306.67º 0.18% 0.1% -
HSV(B) 306.67º 0.3% 0.12% -
XYZ 1.03 0.9 1.28 -
YUV 24.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 30 21 29 0 0.30 0.03 0.88 306.67 0.18 0.1
Hex 1E 15 1D 0 1E 3 58 133 12 A
Octal 36 25 35 0 36 3 130 463 22 12
Binary 11110 10101 11101 0 11110 11 1011000 100110011 10010 1010

Color Harmonies of #1E151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E151D

Black with #1E151D

Text Example


Text Example

White with #1E151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,21,29); }

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

background-color css

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

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

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

border-color css

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

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

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