Shades of Mardi Gras #1B171B
Tints of Mardi Gras #1B171B
RGB
CMYK
RGB Variations
Color information
#1B171B (or 0x1B171B) is known color: Mardi Gras. HEX triplet: 1B, 17 and 1B. RGB value is (27,23,27). Sum of RGB (Red+Green+Blue) = 27+23+27=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B171B is #E4E8E4. Grayscale: #181818. Windows color (decimal): -15001829 or 1775387. OLE color: 1775387.
HSL color Cylindrical-coordinate representation of color #1B171B: hue angle of 300º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1B171B is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 23 | 27 | - |
| CMYK | 0 | 0.15 | 0 | 0.89 |
| HSL | 300º | 0.08% | 0.1% | - |
| HSV(B) | 300º | 0.15% | 0.11% | - |
| XYZ | 0.96 | 0.92 | 1.17 | - |
| YUV | 24.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 27 | 0 | 0.15 | 0 | 0.89 | 300 | 0.08 | 0.1 |
| Hex | 1B | 17 | 1B | 0 | F | 0 | 59 | 12C | 8 | A |
| Octal | 33 | 27 | 33 | 0 | 17 | 0 | 131 | 454 | 10 | 12 |
| Binary | 11011 | 10111 | 11011 | 0 | 1111 | 0 | 1011001 | 100101100 | 1000 | 1010 |
Color Harmonies of #1B171B
Complementary color
Monochromatic Colors of #1B171B
Black with #1B171B
Text Example
Text Example
White with #1B171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B171B; }
p { color: rgb(27,23,27); }
H1.HeaderClassName
{
color: #1B171B;
}
.AnyTagClassName
{
color: #1B171B;
}
</style>
background-color css
<style>
a { background-color: #1B171B; }
a { background-color: rgb(27,23,27); }
div.DivClassName
{
background-color: #1B171B;
}
.BgClassName
{
background-color: #1B171B;
}
</style>
border-color css
<style>
span { border-color: #1B171B; }
span { border-color: rgb(27,23,27); }
td.TdClassName
{
border-color: #1B171B;
}
.TagClassName
{
border-color: #1B171B;
}
</style>