Shades of Mardi Gras #1B131B
Tints of Mardi Gras #1B131B
RGB
CMYK
RGB Variations
Color information
#1B131B (or 0x1B131B) is known color: Mardi Gras. HEX triplet: 1B, 13 and 1B. RGB value is (27,19,27). Sum of RGB (Red+Green+Blue) = 27+19+27=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B131B is #E4ECE4. Grayscale: #161616. Windows color (decimal): -15002853 or 1774363. OLE color: 1774363.
HSL color Cylindrical-coordinate representation of color #1B131B: hue angle of 300º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1B131B is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 19 | 27 | - |
| CMYK | 0 | 0.30 | 0 | 0.89 |
| HSL | 300º | 0.17% | 0.09% | - |
| HSV(B) | 300º | 0.3% | 0.11% | - |
| XYZ | 0.88 | 0.78 | 1.14 | - |
| YUV | 22.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 27 | 0 | 0.30 | 0 | 0.89 | 300 | 0.17 | 0.09 |
| Hex | 1B | 13 | 1B | 0 | 1E | 0 | 59 | 12C | 11 | 9 |
| Octal | 33 | 23 | 33 | 0 | 36 | 0 | 131 | 454 | 21 | 11 |
| Binary | 11011 | 10011 | 11011 | 0 | 11110 | 0 | 1011001 | 100101100 | 10001 | 1001 |
Color Harmonies of #1B131B
Complementary color
Monochromatic Colors of #1B131B
Black with #1B131B
Text Example
Text Example
White with #1B131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B131B; }
p { color: rgb(27,19,27); }
H1.HeaderClassName
{
color: #1B131B;
}
.AnyTagClassName
{
color: #1B131B;
}
</style>
background-color css
<style>
a { background-color: #1B131B; }
a { background-color: rgb(27,19,27); }
div.DivClassName
{
background-color: #1B131B;
}
.BgClassName
{
background-color: #1B131B;
}
</style>
border-color css
<style>
span { border-color: #1B131B; }
span { border-color: rgb(27,19,27); }
td.TdClassName
{
border-color: #1B131B;
}
.TagClassName
{
border-color: #1B131B;
}
</style>