Html Css Color HEX #1E021A Mardi Gras

📋 copy color: '#1E021A'

red 30 ◦ green 2 ◦ blue 26

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

Shades of Mardi Gras #1E021A

Tints of Mardi Gras #1E021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.45%

 BLUE value IS 26 (10.55% from 255) = 44.83%

R = 51.72%
G = 3.45%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E021A (or 0x1E021A) is known color: Mardi Gras. HEX triplet: 1E, 02 and 1A. RGB value is (30,2,26). Sum of RGB (Red+Green+Blue) = 30+2+26=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E021A is #E1FDE5. Grayscale: #0D0D0D. Windows color (decimal): -14810598 or 1704478. OLE color: 1704478.

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

Color convert

RGB 30 2 26 -
CMYK 0 0.93 0.13 0.88
HSL 308.57º 0.88% 0.06% -
HSV(B) 308.57º 0.93% 0.12% -
XYZ 0.74 0.39 1.01 -
YUV 13.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 30 2 26 0 0.93 0.13 0.88 308.57 0.88 0.06
Hex 1E 2 1A 0 5D D 58 135 58 6
Octal 36 2 32 0 135 15 130 465 130 6
Binary 11110 10 11010 0 1011101 1101 1011000 100110101 1011000 110

Color Harmonies of #1E021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E021A

Black with #1E021A

Text Example


Text Example

White with #1E021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,2,26); }

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

background-color css

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

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

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

border-color css

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

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

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