Shades of Mardi Gras #1B111C
Tints of Mardi Gras #1B111C
RGB
CMYK
RGB Variations
Color information
#1B111C (or 0x1B111C) is known color: Mardi Gras. HEX triplet: 1B, 11 and 1C. RGB value is (27,17,28). Sum of RGB (Red+Green+Blue) = 27+17+28=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B111C is #E4EEE3. Grayscale: #151515. Windows color (decimal): -15003364 or 1839387. OLE color: 1839387.
HSL color Cylindrical-coordinate representation of color #1B111C: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B111C is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 17 | 28 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.89 |
| HSL | 294.55º | 0.24% | 0.09% | - |
| HSV(B) | 294.55º | 0.39% | 0.11% | - |
| XYZ | 0.86 | 0.72 | 1.19 | - |
| YUV | 21.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 28 | 0.04 | 0.39 | 0 | 0.89 | 294.55 | 0.24 | 0.09 |
| Hex | 1B | 11 | 1C | 4 | 27 | 0 | 59 | 127 | 18 | 9 |
| Octal | 33 | 21 | 34 | 4 | 47 | 0 | 131 | 447 | 30 | 11 |
| Binary | 11011 | 10001 | 11100 | 100 | 100111 | 0 | 1011001 | 100100111 | 11000 | 1001 |
Color Harmonies of #1B111C
Complementary color
Monochromatic Colors of #1B111C
Black with #1B111C
Text Example
Text Example
White with #1B111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B111C; }
p { color: rgb(27,17,28); }
H1.HeaderClassName
{
color: #1B111C;
}
.AnyTagClassName
{
color: #1B111C;
}
</style>
background-color css
<style>
a { background-color: #1B111C; }
a { background-color: rgb(27,17,28); }
div.DivClassName
{
background-color: #1B111C;
}
.BgClassName
{
background-color: #1B111C;
}
</style>
border-color css
<style>
span { border-color: #1B111C; }
span { border-color: rgb(27,17,28); }
td.TdClassName
{
border-color: #1B111C;
}
.TagClassName
{
border-color: #1B111C;
}
</style>