Html Css Color HEX #1E021B Mardi Gras

📋 copy color: '#1E021B'

red 30 ◦ green 2 ◦ blue 27

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

Shades of Mardi Gras #1E021B

Tints of Mardi Gras #1E021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 45.76%

R = 50.85%
G = 3.39%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E021B (or 0x1E021B) is known color: Mardi Gras. HEX triplet: 1E, 02 and 1B. RGB value is (30,2,27). Sum of RGB (Red+Green+Blue) = 30+2+27=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E021B is #E1FDE4. Grayscale: #0D0D0D. Windows color (decimal): -14810597 or 1770014. OLE color: 1770014.

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

Color convert

RGB 30 2 27 -
CMYK 0 0.93 0.10 0.88
HSL 306.43º 0.88% 0.06% -
HSV(B) 306.43º 0.93% 0.12% -
XYZ 0.75 0.4 1.07 -
YUV 13.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 30 2 27 0 0.93 0.10 0.88 306.43 0.88 0.06
Hex 1E 2 1B 0 5D A 58 132 58 6
Octal 36 2 33 0 135 12 130 462 130 6
Binary 11110 10 11011 0 1011101 1010 1011000 100110010 1011000 110

Color Harmonies of #1E021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E021B

Black with #1E021B

Text Example


Text Example

White with #1E021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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