Html Css Color HEX #1E071A Mardi Gras

📋 copy color: '#1E071A'

red 30 ◦ green 7 ◦ blue 26

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

Shades of Mardi Gras #1E071A

Tints of Mardi Gras #1E071A

RGB

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

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

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

R = 47.62%
G = 11.11%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E071A (or 0x1E071A) is known color: Mardi Gras. HEX triplet: 1E, 07 and 1A. RGB value is (30,7,26). Sum of RGB (Red+Green+Blue) = 30+7+26=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E071A is #E1F8E5. Grayscale: #0F0F0F. Windows color (decimal): -14809318 or 1705758. OLE color: 1705758.

HSL color Cylindrical-coordinate representation of color #1E071A: hue angle of 310.43º degrees, saturation: 0.62, 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 #1E071A is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 7 26 -
CMYK 0 0.77 0.13 0.88
HSL 310.43º 0.62% 0.07% -
HSV(B) 310.43º 0.77% 0.12% -
XYZ 0.8 0.5 1.03 -
YUV 16.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 30 7 26 0 0.77 0.13 0.88 310.43 0.62 0.07
Hex 1E 7 1A 0 4D D 58 136 3E 7
Octal 36 7 32 0 115 15 130 466 76 7
Binary 11110 111 11010 0 1001101 1101 1011000 100110110 111110 111

Color Harmonies of #1E071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E071A

Black with #1E071A

Text Example


Text Example

White with #1E071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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