Html Css Color HEX #1E0120 Mardi Gras

📋 copy color: '#1E0120'

red 30 ◦ green 1 ◦ blue 32

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

Shades of Mardi Gras #1E0120

Tints of Mardi Gras #1E0120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 50.79%

R = 47.62%
G = 1.59%
B = 50.79%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1E0120 (or 0x1E0120) is known color: Mardi Gras. HEX triplet: 1E, 01 and 20. RGB value is (30,1,32). Sum of RGB (Red+Green+Blue) = 30+1+32=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #1E0120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0120 is #E1FEDF. Grayscale: #0D0D0D. Windows color (decimal): -14810848 or 2097438. OLE color: 2097438.

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

Color convert

RGB 30 1 32 -
CMYK 0.06 0.97 0 0.87
HSL 296.13º 0.94% 0.06% -
HSV(B) 296.13º 0.97% 0.13% -
XYZ 0.81 0.4 1.4 -
YUV 13.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 30 1 32 0.06 0.97 0 0.87 296.13 0.94 0.06
Hex 1E 1 20 6 61 0 57 128 5E 6
Octal 36 1 40 6 141 0 127 450 136 6
Binary 11110 1 100000 110 1100001 0 1010111 100101000 1011110 110

Color Harmonies of #1E0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0120

Black with #1E0120

Text Example


Text Example

White with #1E0120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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