Html Css Color HEX #1E071F Mardi Gras

📋 copy color: '#1E071F'

red 30 ◦ green 7 ◦ blue 31

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

Shades of Mardi Gras #1E071F

Tints of Mardi Gras #1E071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.29%

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

R = 44.12%
G = 10.29%
B = 45.59%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E071F (or 0x1E071F) is known color: Mardi Gras. HEX triplet: 1E, 07 and 1F. RGB value is (30,7,31). Sum of RGB (Red+Green+Blue) = 30+7+31=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E071F is #E1F8E0. Grayscale: #101010. Windows color (decimal): -14809313 or 2033438. OLE color: 2033438.

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

Color convert

RGB 30 7 31 -
CMYK 0.03 0.77 0 0.88
HSL 297.5º 0.63% 0.07% -
HSV(B) 297.5º 0.77% 0.12% -
XYZ 0.86 0.53 1.35 -
YUV 16.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 30 7 31 0.03 0.77 0 0.88 297.5 0.63 0.07
Hex 1E 7 1F 3 4D 0 58 12A 3F 7
Octal 36 7 37 3 115 0 130 452 77 7
Binary 11110 111 11111 11 1001101 0 1011000 100101010 111111 111

Color Harmonies of #1E071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E071F

Black with #1E071F

Text Example


Text Example

White with #1E071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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