Shades of Mardi Gras #1E061B
Tints of Mardi Gras #1E061B
RGB
CMYK
RGB Variations
Color information
#1E061B (or 0x1E061B) is known color: Mardi Gras. HEX triplet: 1E, 06 and 1B. RGB value is (30,6,27). Sum of RGB (Red+Green+Blue) = 30+6+27=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E061B is #E1F9E4. Grayscale: #0F0F0F. Windows color (decimal): -14809573 or 1771038. OLE color: 1771038.
HSL color Cylindrical-coordinate representation of color #1E061B: hue angle of 307.5º 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 #1E061B is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 6 | 27 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.88 |
| HSL | 307.5º | 0.67% | 0.07% | - |
| HSV(B) | 307.5º | 0.8% | 0.12% | - |
| XYZ | 0.8 | 0.49 | 1.09 | - |
| YUV | 15.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 27 | 0 | 0.80 | 0.10 | 0.88 | 307.5 | 0.67 | 0.07 |
| Hex | 1E | 6 | 1B | 0 | 50 | A | 58 | 134 | 43 | 7 |
| Octal | 36 | 6 | 33 | 0 | 120 | 12 | 130 | 464 | 103 | 7 |
| Binary | 11110 | 110 | 11011 | 0 | 1010000 | 1010 | 1011000 | 100110100 | 1000011 | 111 |
Color Harmonies of #1E061B
Complementary color
Monochromatic Colors of #1E061B
Black with #1E061B
Text Example
Text Example
White with #1E061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E061B; }
p { color: rgb(30,6,27); }
H1.HeaderClassName
{
color: #1E061B;
}
.AnyTagClassName
{
color: #1E061B;
}
</style>
background-color css
<style>
a { background-color: #1E061B; }
a { background-color: rgb(30,6,27); }
div.DivClassName
{
background-color: #1E061B;
}
.BgClassName
{
background-color: #1E061B;
}
</style>
border-color css
<style>
span { border-color: #1E061B; }
span { border-color: rgb(30,6,27); }
td.TdClassName
{
border-color: #1E061B;
}
.TagClassName
{
border-color: #1E061B;
}
</style>