Html Css Color HEX #1E011D Mardi Gras

📋 copy color: '#1E011D'

red 30 ◦ green 1 ◦ blue 29

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

Shades of Mardi Gras #1E011D

Tints of Mardi Gras #1E011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.67%

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

R = 50%
G = 1.67%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1E011D (or 0x1E011D) is known color: Mardi Gras. HEX triplet: 1E, 01 and 1D. RGB value is (30,1,29). Sum of RGB (Red+Green+Blue) = 30+1+29=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E011D is #E1FEE2. Grayscale: #0C0C0C. Windows color (decimal): -14810851 or 1900830. OLE color: 1900830.

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

Color convert

RGB 30 1 29 -
CMYK 0 0.97 0.03 0.88
HSL 302.07º 0.94% 0.06% -
HSV(B) 302.07º 0.97% 0.12% -
XYZ 0.77 0.39 1.2 -
YUV 12.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 30 1 29 0 0.97 0.03 0.88 302.07 0.94 0.06
Hex 1E 1 1D 0 61 3 58 12E 5E 6
Octal 36 1 35 0 141 3 130 456 136 6
Binary 11110 1 11101 0 1100001 11 1011000 100101110 1011110 110

Color Harmonies of #1E011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E011D

Black with #1E011D

Text Example


Text Example

White with #1E011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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