Html Css Color HEX #1E041D Mardi Gras

📋 copy color: '#1E041D'

red 30 ◦ green 4 ◦ blue 29

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

Shades of Mardi Gras #1E041D

Tints of Mardi Gras #1E041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.35%

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

R = 47.62%
G = 6.35%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1E041D (or 0x1E041D) is known color: Mardi Gras. HEX triplet: 1E, 04 and 1D. RGB value is (30,4,29). Sum of RGB (Red+Green+Blue) = 30+4+29=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E041D is #E1FBE2. Grayscale: #0E0E0E. Windows color (decimal): -14810083 or 1901598. OLE color: 1901598.

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

Color convert

RGB 30 4 29 -
CMYK 0 0.87 0.03 0.88
HSL 302.31º 0.76% 0.07% -
HSV(B) 302.31º 0.87% 0.12% -
XYZ 0.8 0.45 1.21 -
YUV 14.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 30 4 29 0 0.87 0.03 0.88 302.31 0.76 0.07
Hex 1E 4 1D 0 57 3 58 12E 4C 7
Octal 36 4 35 0 127 3 130 456 114 7
Binary 11110 100 11101 0 1010111 11 1011000 100101110 1001100 111

Color Harmonies of #1E041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E041D

Black with #1E041D

Text Example


Text Example

White with #1E041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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