Shades of Mardi Gras #1B111B
Tints of Mardi Gras #1B111B
RGB
CMYK
RGB Variations
Color information
#1B111B (or 0x1B111B) is known color: Mardi Gras. HEX triplet: 1B, 11 and 1B. RGB value is (27,17,27). Sum of RGB (Red+Green+Blue) = 27+17+27=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B111B is #E4EEE4. Grayscale: #151515. Windows color (decimal): -15003365 or 1773851. OLE color: 1773851.
HSL color Cylindrical-coordinate representation of color #1B111B: hue angle of 300º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B111B is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 17 | 27 | - |
| CMYK | 0 | 0.37 | 0 | 0.89 |
| HSL | 300º | 0.23% | 0.09% | - |
| HSV(B) | 300º | 0.37% | 0.11% | - |
| XYZ | 0.85 | 0.71 | 1.13 | - |
| YUV | 21.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 27 | 0 | 0.37 | 0 | 0.89 | 300 | 0.23 | 0.09 |
| Hex | 1B | 11 | 1B | 0 | 25 | 0 | 59 | 12C | 17 | 9 |
| Octal | 33 | 21 | 33 | 0 | 45 | 0 | 131 | 454 | 27 | 11 |
| Binary | 11011 | 10001 | 11011 | 0 | 100101 | 0 | 1011001 | 100101100 | 10111 | 1001 |
Color Harmonies of #1B111B
Complementary color
Monochromatic Colors of #1B111B
Black with #1B111B
Text Example
Text Example
White with #1B111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B111B; }
p { color: rgb(27,17,27); }
H1.HeaderClassName
{
color: #1B111B;
}
.AnyTagClassName
{
color: #1B111B;
}
</style>
background-color css
<style>
a { background-color: #1B111B; }
a { background-color: rgb(27,17,27); }
div.DivClassName
{
background-color: #1B111B;
}
.BgClassName
{
background-color: #1B111B;
}
</style>
border-color css
<style>
span { border-color: #1B111B; }
span { border-color: rgb(27,17,27); }
td.TdClassName
{
border-color: #1B111B;
}
.TagClassName
{
border-color: #1B111B;
}
</style>