Shades of Mardi Gras #1D0B1B
Tints of Mardi Gras #1D0B1B
RGB
CMYK
RGB Variations
Color information
#1D0B1B (or 0x1D0B1B) is known color: Mardi Gras. HEX triplet: 1D, 0B and 1B. RGB value is (29,11,27). Sum of RGB (Red+Green+Blue) = 29+11+27=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0B1B is #E2F4E4. Grayscale: #121212. Windows color (decimal): -14873829 or 1772317. OLE color: 1772317.
HSL color Cylindrical-coordinate representation of color #1D0B1B: hue angle of 306.67º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D0B1B is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 11 | 27 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.89 |
| HSL | 306.67º | 0.45% | 0.08% | - |
| HSV(B) | 306.67º | 0.62% | 0.11% | - |
| XYZ | 0.82 | 0.58 | 1.11 | - |
| YUV | 18.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 27 | 0 | 0.62 | 0.07 | 0.89 | 306.67 | 0.45 | 0.08 |
| Hex | 1D | B | 1B | 0 | 3E | 7 | 59 | 133 | 2D | 8 |
| Octal | 35 | 13 | 33 | 0 | 76 | 7 | 131 | 463 | 55 | 10 |
| Binary | 11101 | 1011 | 11011 | 0 | 111110 | 111 | 1011001 | 100110011 | 101101 | 1000 |
Color Harmonies of #1D0B1B
Complementary color
Monochromatic Colors of #1D0B1B
Black with #1D0B1B
Text Example
Text Example
White with #1D0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B1B; }
p { color: rgb(29,11,27); }
H1.HeaderClassName
{
color: #1D0B1B;
}
.AnyTagClassName
{
color: #1D0B1B;
}
</style>
background-color css
<style>
a { background-color: #1D0B1B; }
a { background-color: rgb(29,11,27); }
div.DivClassName
{
background-color: #1D0B1B;
}
.BgClassName
{
background-color: #1D0B1B;
}
</style>
border-color css
<style>
span { border-color: #1D0B1B; }
span { border-color: rgb(29,11,27); }
td.TdClassName
{
border-color: #1D0B1B;
}
.TagClassName
{
border-color: #1D0B1B;
}
</style>