Shades of Mardi Gras #1D081E
Tints of Mardi Gras #1D081E
RGB
CMYK
RGB Variations
Color information
#1D081E (or 0x1D081E) is known color: Mardi Gras. HEX triplet: 1D, 08 and 1E. RGB value is (29,8,30). Sum of RGB (Red+Green+Blue) = 29+8+30=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D081E is #E2F7E1. Grayscale: #101010. Windows color (decimal): -14874594 or 1968157. OLE color: 1968157.
HSL color Cylindrical-coordinate representation of color #1D081E: hue angle of 297.27º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D081E is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 8 | 30 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.88 |
| HSL | 297.27º | 0.58% | 0.07% | - |
| HSV(B) | 297.27º | 0.73% | 0.12% | - |
| XYZ | 0.83 | 0.53 | 1.29 | - |
| YUV | 16.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 30 | 0.03 | 0.73 | 0 | 0.88 | 297.27 | 0.58 | 0.07 |
| Hex | 1D | 8 | 1E | 3 | 49 | 0 | 58 | 129 | 3A | 7 |
| Octal | 35 | 10 | 36 | 3 | 111 | 0 | 130 | 451 | 72 | 7 |
| Binary | 11101 | 1000 | 11110 | 11 | 1001001 | 0 | 1011000 | 100101001 | 111010 | 111 |
Color Harmonies of #1D081E
Complementary color
Monochromatic Colors of #1D081E
Black with #1D081E
Text Example
Text Example
White with #1D081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D081E; }
p { color: rgb(29,8,30); }
H1.HeaderClassName
{
color: #1D081E;
}
.AnyTagClassName
{
color: #1D081E;
}
</style>
background-color css
<style>
a { background-color: #1D081E; }
a { background-color: rgb(29,8,30); }
div.DivClassName
{
background-color: #1D081E;
}
.BgClassName
{
background-color: #1D081E;
}
</style>
border-color css
<style>
span { border-color: #1D081E; }
span { border-color: rgb(29,8,30); }
td.TdClassName
{
border-color: #1D081E;
}
.TagClassName
{
border-color: #1D081E;
}
</style>