Html Css Color HEX #1E061A Mardi Gras

📋 copy color: '#1E061A'

red 30 ◦ green 6 ◦ blue 26

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

Shades of Mardi Gras #1E061A

Tints of Mardi Gras #1E061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

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

R = 48.39%
G = 9.68%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E061A (or 0x1E061A) is known color: Mardi Gras. HEX triplet: 1E, 06 and 1A. RGB value is (30,6,26). Sum of RGB (Red+Green+Blue) = 30+6+26=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E061A is #E1F9E5. Grayscale: #0F0F0F. Windows color (decimal): -14809574 or 1705502. OLE color: 1705502.

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

Color convert

RGB 30 6 26 -
CMYK 0 0.80 0.13 0.88
HSL 310º 0.67% 0.07% -
HSV(B) 310º 0.8% 0.12% -
XYZ 0.79 0.48 1.03 -
YUV 15.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 30 6 26 0 0.80 0.13 0.88 310 0.67 0.07
Hex 1E 6 1A 0 50 D 58 136 43 7
Octal 36 6 32 0 120 15 130 466 103 7
Binary 11110 110 11010 0 1010000 1101 1011000 100110110 1000011 111

Color Harmonies of #1E061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E061A

Black with #1E061A

Text Example


Text Example

White with #1E061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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