Shades of Mardi Gras #1B011A
Tints of Mardi Gras #1B011A
RGB
CMYK
RGB Variations
Color information
#1B011A (or 0x1B011A) is known color: Mardi Gras. HEX triplet: 1B, 01 and 1A. RGB value is (27,1,26). Sum of RGB (Red+Green+Blue) = 27+1+26=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B011A is #E4FEE5. Grayscale: #0B0B0B. Windows color (decimal): -15007462 or 1704219. OLE color: 1704219.
HSL color Cylindrical-coordinate representation of color #1B011A: hue angle of 302.31º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B011A is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 1 | 26 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.89 |
| HSL | 302.31º | 0.93% | 0.05% | - |
| HSV(B) | 302.31º | 0.96% | 0.11% | - |
| XYZ | 0.65 | 0.33 | 1.01 | - |
| YUV | 11.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 26 | 0 | 0.96 | 0.04 | 0.89 | 302.31 | 0.93 | 0.05 |
| Hex | 1B | 1 | 1A | 0 | 60 | 4 | 59 | 12E | 5D | 5 |
| Octal | 33 | 1 | 32 | 0 | 140 | 4 | 131 | 456 | 135 | 5 |
| Binary | 11011 | 1 | 11010 | 0 | 1100000 | 100 | 1011001 | 100101110 | 1011101 | 101 |
Color Harmonies of #1B011A
Complementary color
Monochromatic Colors of #1B011A
Black with #1B011A
Text Example
Text Example
White with #1B011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B011A; }
p { color: rgb(27,1,26); }
H1.HeaderClassName
{
color: #1B011A;
}
.AnyTagClassName
{
color: #1B011A;
}
</style>
background-color css
<style>
a { background-color: #1B011A; }
a { background-color: rgb(27,1,26); }
div.DivClassName
{
background-color: #1B011A;
}
.BgClassName
{
background-color: #1B011A;
}
</style>
border-color css
<style>
span { border-color: #1B011A; }
span { border-color: rgb(27,1,26); }
td.TdClassName
{
border-color: #1B011A;
}
.TagClassName
{
border-color: #1B011A;
}
</style>