Html Css Color HEX #1E141D Mardi Gras

📋 copy color: '#1E141D'

red 30 ◦ green 20 ◦ blue 29

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

Shades of Mardi Gras #1E141D

Tints of Mardi Gras #1E141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.32%

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

R = 37.97%
G = 25.32%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1E141D (or 0x1E141D) is known color: Mardi Gras. HEX triplet: 1E, 14 and 1D. RGB value is (30,20,29). Sum of RGB (Red+Green+Blue) = 30+20+29=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E141D is #E1EBE2. Grayscale: #171717. Windows color (decimal): -14805987 or 1905694. OLE color: 1905694.

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

Color convert

RGB 30 20 29 -
CMYK 0 0.33 0.03 0.88
HSL 306º 0.2% 0.1% -
HSV(B) 306º 0.33% 0.12% -
XYZ 1.01 0.87 1.28 -
YUV 24.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 30 20 29 0 0.33 0.03 0.88 306 0.2 0.1
Hex 1E 14 1D 0 21 3 58 132 14 A
Octal 36 24 35 0 41 3 130 462 24 12
Binary 11110 10100 11101 0 100001 11 1011000 100110010 10100 1010

Color Harmonies of #1E141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E141D

Black with #1E141D

Text Example


Text Example

White with #1E141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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