Shades of Mardi Gras #1B011B
Tints of Mardi Gras #1B011B
RGB
CMYK
RGB Variations
Color information
#1B011B (or 0x1B011B) is known color: Mardi Gras. HEX triplet: 1B, 01 and 1B. RGB value is (27,1,27). Sum of RGB (Red+Green+Blue) = 27+1+27=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B011B is #E4FEE4. Grayscale: #0B0B0B. Windows color (decimal): -15007461 or 1769755. OLE color: 1769755.
HSL color Cylindrical-coordinate representation of color #1B011B: hue angle of 300º 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 #1B011B is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 1 | 27 | - |
| CMYK | 0 | 0.96 | 0 | 0.89 |
| HSL | 300º | 0.93% | 0.05% | - |
| HSV(B) | 300º | 0.96% | 0.11% | - |
| XYZ | 0.66 | 0.33 | 1.07 | - |
| YUV | 11.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 27 | 0 | 0.96 | 0 | 0.89 | 300 | 0.93 | 0.05 |
| Hex | 1B | 1 | 1B | 0 | 60 | 0 | 59 | 12C | 5D | 5 |
| Octal | 33 | 1 | 33 | 0 | 140 | 0 | 131 | 454 | 135 | 5 |
| Binary | 11011 | 1 | 11011 | 0 | 1100000 | 0 | 1011001 | 100101100 | 1011101 | 101 |
Color Harmonies of #1B011B
Complementary color
Monochromatic Colors of #1B011B
Black with #1B011B
Text Example
Text Example
White with #1B011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B011B; }
p { color: rgb(27,1,27); }
H1.HeaderClassName
{
color: #1B011B;
}
.AnyTagClassName
{
color: #1B011B;
}
</style>
background-color css
<style>
a { background-color: #1B011B; }
a { background-color: rgb(27,1,27); }
div.DivClassName
{
background-color: #1B011B;
}
.BgClassName
{
background-color: #1B011B;
}
</style>
border-color css
<style>
span { border-color: #1B011B; }
span { border-color: rgb(27,1,27); }
td.TdClassName
{
border-color: #1B011B;
}
.TagClassName
{
border-color: #1B011B;
}
</style>