Shades of Mardi Gras #1B101C
Tints of Mardi Gras #1B101C
RGB
CMYK
RGB Variations
Color information
#1B101C (or 0x1B101C) is known color: Mardi Gras. HEX triplet: 1B, 10 and 1C. RGB value is (27,16,28). Sum of RGB (Red+Green+Blue) = 27+16+28=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B101C is #E4EFE3. Grayscale: #141414. Windows color (decimal): -15003620 or 1839131. OLE color: 1839131.
HSL color Cylindrical-coordinate representation of color #1B101C: hue angle of 295º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B101C is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 16 | 28 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.89 |
| HSL | 295º | 0.27% | 0.09% | - |
| HSV(B) | 295º | 0.43% | 0.11% | - |
| XYZ | 0.85 | 0.69 | 1.19 | - |
| YUV | 20.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 28 | 0.04 | 0.43 | 0 | 0.89 | 295 | 0.27 | 0.09 |
| Hex | 1B | 10 | 1C | 4 | 2B | 0 | 59 | 127 | 1B | 9 |
| Octal | 33 | 20 | 34 | 4 | 53 | 0 | 131 | 447 | 33 | 11 |
| Binary | 11011 | 10000 | 11100 | 100 | 101011 | 0 | 1011001 | 100100111 | 11011 | 1001 |
Color Harmonies of #1B101C
Complementary color
Monochromatic Colors of #1B101C
Black with #1B101C
Text Example
Text Example
White with #1B101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B101C; }
p { color: rgb(27,16,28); }
H1.HeaderClassName
{
color: #1B101C;
}
.AnyTagClassName
{
color: #1B101C;
}
</style>
background-color css
<style>
a { background-color: #1B101C; }
a { background-color: rgb(27,16,28); }
div.DivClassName
{
background-color: #1B101C;
}
.BgClassName
{
background-color: #1B101C;
}
</style>
border-color css
<style>
span { border-color: #1B101C; }
span { border-color: rgb(27,16,28); }
td.TdClassName
{
border-color: #1B101C;
}
.TagClassName
{
border-color: #1B101C;
}
</style>