Html Css Color HEX #1E071B Mardi Gras

📋 copy color: '#1E071B'

red 30 ◦ green 7 ◦ blue 27

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

Shades of Mardi Gras #1E071B

Tints of Mardi Gras #1E071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 42.19%

R = 46.88%
G = 10.94%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E071B (or 0x1E071B) is known color: Mardi Gras. HEX triplet: 1E, 07 and 1B. RGB value is (30,7,27). Sum of RGB (Red+Green+Blue) = 30+7+27=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E071B is #E1F8E4. Grayscale: #101010. Windows color (decimal): -14809317 or 1771294. OLE color: 1771294.

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

Color convert

RGB 30 7 27 -
CMYK 0 0.77 0.10 0.88
HSL 307.83º 0.62% 0.07% -
HSV(B) 307.83º 0.77% 0.12% -
XYZ 0.81 0.51 1.09 -
YUV 16.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 30 7 27 0 0.77 0.10 0.88 307.83 0.62 0.07
Hex 1E 7 1B 0 4D A 58 134 3E 7
Octal 36 7 33 0 115 12 130 464 76 7
Binary 11110 111 11011 0 1001101 1010 1011000 100110100 111110 111

Color Harmonies of #1E071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E071B

Black with #1E071B

Text Example


Text Example

White with #1E071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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