Shades of Mardi Gras #1D051A
Tints of Mardi Gras #1D051A
RGB
CMYK
RGB Variations
Color information
#1D051A (or 0x1D051A) is known color: Mardi Gras. HEX triplet: 1D, 05 and 1A. RGB value is (29,5,26). Sum of RGB (Red+Green+Blue) = 29+5+26=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D051A is #E2FAE5. Grayscale: #0E0E0E. Windows color (decimal): -14875366 or 1705245. OLE color: 1705245.
HSL color Cylindrical-coordinate representation of color #1D051A: hue angle of 307.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D051A is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 26 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.89 |
| HSL | 307.5º | 0.71% | 0.07% | - |
| HSV(B) | 307.5º | 0.83% | 0.11% | - |
| XYZ | 0.75 | 0.44 | 1.02 | - |
| YUV | 14.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 26 | 0 | 0.83 | 0.10 | 0.89 | 307.5 | 0.71 | 0.07 |
| Hex | 1D | 5 | 1A | 0 | 53 | A | 59 | 134 | 47 | 7 |
| Octal | 35 | 5 | 32 | 0 | 123 | 12 | 131 | 464 | 107 | 7 |
| Binary | 11101 | 101 | 11010 | 0 | 1010011 | 1010 | 1011001 | 100110100 | 1000111 | 111 |
Color Harmonies of #1D051A
Complementary color
Monochromatic Colors of #1D051A
Black with #1D051A
Text Example
Text Example
White with #1D051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D051A; }
p { color: rgb(29,5,26); }
H1.HeaderClassName
{
color: #1D051A;
}
.AnyTagClassName
{
color: #1D051A;
}
</style>
background-color css
<style>
a { background-color: #1D051A; }
a { background-color: rgb(29,5,26); }
div.DivClassName
{
background-color: #1D051A;
}
.BgClassName
{
background-color: #1D051A;
}
</style>
border-color css
<style>
span { border-color: #1D051A; }
span { border-color: rgb(29,5,26); }
td.TdClassName
{
border-color: #1D051A;
}
.TagClassName
{
border-color: #1D051A;
}
</style>