Shades of Mardi Gras #1D051F
Tints of Mardi Gras #1D051F
RGB
CMYK
RGB Variations
Color information
#1D051F (or 0x1D051F) is known color: Mardi Gras. HEX triplet: 1D, 05 and 1F. RGB value is (29,5,31). Sum of RGB (Red+Green+Blue) = 29+5+31=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D051F is #E2FAE0. Grayscale: #0F0F0F. Windows color (decimal): -14875361 or 2032925. OLE color: 2032925.
HSL color Cylindrical-coordinate representation of color #1D051F: hue angle of 295.38º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D051F is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 5 | 31 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.88 |
| HSL | 295.38º | 0.72% | 0.07% | - |
| HSV(B) | 295.38º | 0.84% | 0.12% | - |
| XYZ | 0.81 | 0.47 | 1.34 | - |
| YUV | 15.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 31 | 0.06 | 0.84 | 0 | 0.88 | 295.38 | 0.72 | 0.07 |
| Hex | 1D | 5 | 1F | 6 | 54 | 0 | 58 | 127 | 48 | 7 |
| Octal | 35 | 5 | 37 | 6 | 124 | 0 | 130 | 447 | 110 | 7 |
| Binary | 11101 | 101 | 11111 | 110 | 1010100 | 0 | 1011000 | 100100111 | 1001000 | 111 |
Color Harmonies of #1D051F
Complementary color
Monochromatic Colors of #1D051F
Black with #1D051F
Text Example
Text Example
White with #1D051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D051F; }
p { color: rgb(29,5,31); }
H1.HeaderClassName
{
color: #1D051F;
}
.AnyTagClassName
{
color: #1D051F;
}
</style>
background-color css
<style>
a { background-color: #1D051F; }
a { background-color: rgb(29,5,31); }
div.DivClassName
{
background-color: #1D051F;
}
.BgClassName
{
background-color: #1D051F;
}
</style>
border-color css
<style>
span { border-color: #1D051F; }
span { border-color: rgb(29,5,31); }
td.TdClassName
{
border-color: #1D051F;
}
.TagClassName
{
border-color: #1D051F;
}
</style>