Html Css Color HEX #1E051A Mardi Gras

📋 copy color: '#1E051A'

red 30 ◦ green 5 ◦ blue 26

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

Shades of Mardi Gras #1E051A

Tints of Mardi Gras #1E051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.2%

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

R = 49.18%
G = 8.2%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E051A (or 0x1E051A) is known color: Mardi Gras. HEX triplet: 1E, 05 and 1A. RGB value is (30,5,26). Sum of RGB (Red+Green+Blue) = 30+5+26=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E051A is #E1FAE5. Grayscale: #0E0E0E. Windows color (decimal): -14809830 or 1705246. OLE color: 1705246.

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

Color convert

RGB 30 5 26 -
CMYK 0 0.83 0.13 0.88
HSL 309.6º 0.71% 0.07% -
HSV(B) 309.6º 0.83% 0.12% -
XYZ 0.78 0.46 1.02 -
YUV 14.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 30 5 26 0 0.83 0.13 0.88 309.6 0.71 0.07
Hex 1E 5 1A 0 53 D 58 136 47 7
Octal 36 5 32 0 123 15 130 466 107 7
Binary 11110 101 11010 0 1010011 1101 1011000 100110110 1000111 111

Color Harmonies of #1E051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E051A

Black with #1E051A

Text Example


Text Example

White with #1E051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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