Shades of Mardi Gras #1E061F
Tints of Mardi Gras #1E061F
RGB
CMYK
RGB Variations
Color information
#1E061F (or 0x1E061F) is known color: Mardi Gras. HEX triplet: 1E, 06 and 1F. RGB value is (30,6,31). Sum of RGB (Red+Green+Blue) = 30+6+31=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E061F is #E1F9E0. Grayscale: #0F0F0F. Windows color (decimal): -14809569 or 2033182. OLE color: 2033182.
HSL color Cylindrical-coordinate representation of color #1E061F: hue angle of 297.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E061F is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 6 | 31 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.88 |
| HSL | 297.6º | 0.68% | 0.07% | - |
| HSV(B) | 297.6º | 0.81% | 0.12% | - |
| XYZ | 0.85 | 0.51 | 1.35 | - |
| YUV | 16.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 31 | 0.03 | 0.81 | 0 | 0.88 | 297.6 | 0.68 | 0.07 |
| Hex | 1E | 6 | 1F | 3 | 51 | 0 | 58 | 12A | 44 | 7 |
| Octal | 36 | 6 | 37 | 3 | 121 | 0 | 130 | 452 | 104 | 7 |
| Binary | 11110 | 110 | 11111 | 11 | 1010001 | 0 | 1011000 | 100101010 | 1000100 | 111 |
Color Harmonies of #1E061F
Complementary color
Monochromatic Colors of #1E061F
Black with #1E061F
Text Example
Text Example
White with #1E061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E061F; }
p { color: rgb(30,6,31); }
H1.HeaderClassName
{
color: #1E061F;
}
.AnyTagClassName
{
color: #1E061F;
}
</style>
background-color css
<style>
a { background-color: #1E061F; }
a { background-color: rgb(30,6,31); }
div.DivClassName
{
background-color: #1E061F;
}
.BgClassName
{
background-color: #1E061F;
}
</style>
border-color css
<style>
span { border-color: #1E061F; }
span { border-color: rgb(30,6,31); }
td.TdClassName
{
border-color: #1E061F;
}
.TagClassName
{
border-color: #1E061F;
}
</style>