Html Css Color HEX #1E041E Mardi Gras

📋 copy color: '#1E041E'

red 30 ◦ green 4 ◦ blue 30

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

Shades of Mardi Gras #1E041E

Tints of Mardi Gras #1E041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 46.88%

R = 46.88%
G = 6.25%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E041E (or 0x1E041E) is known color: Mardi Gras. HEX triplet: 1E, 04 and 1E. RGB value is (30,4,30). Sum of RGB (Red+Green+Blue) = 30+4+30=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E041E is #E1FBE1. Grayscale: #0E0E0E. Windows color (decimal): -14810082 or 1967134. OLE color: 1967134.

HSL color Cylindrical-coordinate representation of color #1E041E: hue angle of 300º 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 #1E041E is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 4 30 -
CMYK 0 0.87 0 0.88
HSL 300º 0.76% 0.07% -
HSV(B) 300º 0.87% 0.12% -
XYZ 0.81 0.46 1.27 -
YUV 14.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 30 4 30 0 0.87 0 0.88 300 0.76 0.07
Hex 1E 4 1E 0 57 0 58 12C 4C 7
Octal 36 4 36 0 127 0 130 454 114 7
Binary 11110 100 11110 0 1010111 0 1011000 100101100 1001100 111

Color Harmonies of #1E041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E041E

Black with #1E041E

Text Example


Text Example

White with #1E041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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