Html Css Color HEX #1E001F Mardi Gras

📋 copy color: '#1E001F'

red 30 ◦ green 0 ◦ blue 31

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

Shades of Mardi Gras #1E001F

Tints of Mardi Gras #1E001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 50.82%

R = 49.18%
G = 0%
B = 50.82%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E001F (or 0x1E001F) is known color: Mardi Gras. HEX triplet: 1E, 00 and 1F. RGB value is (30,0,31). Sum of RGB (Red+Green+Blue) = 30+0+31=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E001F is #E1FFE0. Grayscale: #0C0C0C. Windows color (decimal): -14811105 or 2031646. OLE color: 2031646.

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

Color convert

RGB 30 0 31 -
CMYK 0.03 1 0 0.88
HSL 298.06º 1% 0.06% -
HSV(B) 298.06º 1% 0.12% -
XYZ 0.78 0.37 1.33 -
YUV 12.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 30 0 31 0.03 1 0 0.88 298.06 1 0.06
Hex 1E 0 1F 3 64 0 58 12A 64 6
Octal 36 0 37 3 144 0 130 452 144 6
Binary 11110 0 11111 11 1100100 0 1011000 100101010 1100100 110

Color Harmonies of #1E001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E001F

Black with #1E001F

Text Example


Text Example

White with #1E001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,0,31); }

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

background-color css

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

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

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

border-color css

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

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

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