Html Css Color HEX #1E061E Mardi Gras

📋 copy color: '#1E061E'

red 30 ◦ green 6 ◦ blue 30

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

Shades of Mardi Gras #1E061E

Tints of Mardi Gras #1E061E

RGB

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

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

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

R = 45.45%
G = 9.09%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E061E (or 0x1E061E) is known color: Mardi Gras. HEX triplet: 1E, 06 and 1E. RGB value is (30,6,30). Sum of RGB (Red+Green+Blue) = 30+6+30=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E061E is #E1F9E1. Grayscale: #0F0F0F. Windows color (decimal): -14809570 or 1967646. OLE color: 1967646.

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

Color convert

RGB 30 6 30 -
CMYK 0 0.80 0 0.88
HSL 300º 0.67% 0.07% -
HSV(B) 300º 0.8% 0.12% -
XYZ 0.83 0.5 1.28 -
YUV 15.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 30 6 30 0 0.80 0 0.88 300 0.67 0.07
Hex 1E 6 1E 0 50 0 58 12C 43 7
Octal 36 6 36 0 120 0 130 454 103 7
Binary 11110 110 11110 0 1010000 0 1011000 100101100 1000011 111

Color Harmonies of #1E061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E061E

Black with #1E061E

Text Example


Text Example

White with #1E061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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