Html Css Color HEX #1E071D Mardi Gras

📋 copy color: '#1E071D'

red 30 ◦ green 7 ◦ blue 29

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

Shades of Mardi Gras #1E071D

Tints of Mardi Gras #1E071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 43.94%

R = 45.45%
G = 10.61%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1E071D (or 0x1E071D) is known color: Mardi Gras. HEX triplet: 1E, 07 and 1D. RGB value is (30,7,29). Sum of RGB (Red+Green+Blue) = 30+7+29=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E071D is #E1F8E2. Grayscale: #101010. Windows color (decimal): -14809315 or 1902366. OLE color: 1902366.

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

Color convert

RGB 30 7 29 -
CMYK 0 0.77 0.03 0.88
HSL 302.61º 0.62% 0.07% -
HSV(B) 302.61º 0.77% 0.12% -
XYZ 0.83 0.52 1.22 -
YUV 16.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 30 7 29 0 0.77 0.03 0.88 302.61 0.62 0.07
Hex 1E 7 1D 0 4D 3 58 12F 3E 7
Octal 36 7 35 0 115 3 130 457 76 7
Binary 11110 111 11101 0 1001101 11 1011000 100101111 111110 111

Color Harmonies of #1E071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E071D

Black with #1E071D

Text Example


Text Example

White with #1E071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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