Html Css Color HEX #1E071C Mardi Gras

📋 copy color: '#1E071C'

red 30 ◦ green 7 ◦ blue 28

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

Shades of Mardi Gras #1E071C

Tints of Mardi Gras #1E071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 43.08%

R = 46.15%
G = 10.77%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#1E071C (or 0x1E071C) is known color: Mardi Gras. HEX triplet: 1E, 07 and 1C. RGB value is (30,7,28). Sum of RGB (Red+Green+Blue) = 30+7+28=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E071C is #E1F8E3. Grayscale: #101010. Windows color (decimal): -14809316 or 1836830. OLE color: 1836830.

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

Color convert

RGB 30 7 28 -
CMYK 0 0.77 0.07 0.88
HSL 305.22º 0.62% 0.07% -
HSV(B) 305.22º 0.77% 0.12% -
XYZ 0.82 0.51 1.15 -
YUV 16.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 30 7 28 0 0.77 0.07 0.88 305.22 0.62 0.07
Hex 1E 7 1C 0 4D 7 58 131 3E 7
Octal 36 7 34 0 115 7 130 461 76 7
Binary 11110 111 11100 0 1001101 111 1011000 100110001 111110 111

Color Harmonies of #1E071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E071C

Black with #1E071C

Text Example


Text Example

White with #1E071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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