Shades of Mardi Gras #1B0017
Tints of Mardi Gras #1B0017
RGB
CMYK
RGB Variations
Color information
#1B0017 (or 0x1B0017) is known color: Mardi Gras. HEX triplet: 1B, 00 and 17. RGB value is (27,0,23). Sum of RGB (Red+Green+Blue) = 27+0+23=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0017 is #E4FFE8. Grayscale: #0A0A0A. Windows color (decimal): -15007721 or 1507355. OLE color: 1507355.
HSL color Cylindrical-coordinate representation of color #1B0017: hue angle of 308.89º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0017 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.15 | 0.89 |
| HSL | 308.89º | 1% | 0.05% | - |
| HSV(B) | 308.89º | 1% | 0.11% | - |
| XYZ | 0.61 | 0.29 | 0.84 | - |
| YUV | 10.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 23 | 0 | 1 | 0.15 | 0.89 | 308.89 | 1 | 0.05 |
| Hex | 1B | 0 | 17 | 0 | 64 | F | 59 | 135 | 64 | 5 |
| Octal | 33 | 0 | 27 | 0 | 144 | 17 | 131 | 465 | 144 | 5 |
| Binary | 11011 | 0 | 10111 | 0 | 1100100 | 1111 | 1011001 | 100110101 | 1100100 | 101 |
Color Harmonies of #1B0017
Complementary color
Monochromatic Colors of #1B0017
Black with #1B0017
Text Example
Text Example
White with #1B0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0017; }
p { color: rgb(27,0,23); }
H1.HeaderClassName
{
color: #1B0017;
}
.AnyTagClassName
{
color: #1B0017;
}
</style>
background-color css
<style>
a { background-color: #1B0017; }
a { background-color: rgb(27,0,23); }
div.DivClassName
{
background-color: #1B0017;
}
.BgClassName
{
background-color: #1B0017;
}
</style>
border-color css
<style>
span { border-color: #1B0017; }
span { border-color: rgb(27,0,23); }
td.TdClassName
{
border-color: #1B0017;
}
.TagClassName
{
border-color: #1B0017;
}
</style>