Shades of Mardi Gras #1B131A
Tints of Mardi Gras #1B131A
RGB
CMYK
RGB Variations
Color information
#1B131A (or 0x1B131A) is known color: Mardi Gras. HEX triplet: 1B, 13 and 1A. RGB value is (27,19,26). Sum of RGB (Red+Green+Blue) = 27+19+26=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B131A is #E4ECE5. Grayscale: #161616. Windows color (decimal): -15002854 or 1708827. OLE color: 1708827.
HSL color Cylindrical-coordinate representation of color #1B131A: hue angle of 307.5º 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 #1B131A is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 19 | 26 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.89 |
| HSL | 307.5º | 0.17% | 0.09% | - |
| HSV(B) | 307.5º | 0.3% | 0.11% | - |
| XYZ | 0.87 | 0.77 | 1.08 | - |
| YUV | 22.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 26 | 0 | 0.30 | 0.04 | 0.89 | 307.5 | 0.17 | 0.09 |
| Hex | 1B | 13 | 1A | 0 | 1E | 4 | 59 | 134 | 11 | 9 |
| Octal | 33 | 23 | 32 | 0 | 36 | 4 | 131 | 464 | 21 | 11 |
| Binary | 11011 | 10011 | 11010 | 0 | 11110 | 100 | 1011001 | 100110100 | 10001 | 1001 |
Color Harmonies of #1B131A
Complementary color
Monochromatic Colors of #1B131A
Black with #1B131A
Text Example
Text Example
White with #1B131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B131A; }
p { color: rgb(27,19,26); }
H1.HeaderClassName
{
color: #1B131A;
}
.AnyTagClassName
{
color: #1B131A;
}
</style>
background-color css
<style>
a { background-color: #1B131A; }
a { background-color: rgb(27,19,26); }
div.DivClassName
{
background-color: #1B131A;
}
.BgClassName
{
background-color: #1B131A;
}
</style>
border-color css
<style>
span { border-color: #1B131A; }
span { border-color: rgb(27,19,26); }
td.TdClassName
{
border-color: #1B131A;
}
.TagClassName
{
border-color: #1B131A;
}
</style>