Shades of Mardi Gras #1B0B1B
Tints of Mardi Gras #1B0B1B
RGB
CMYK
RGB Variations
Color information
#1B0B1B (or 0x1B0B1B) is known color: Mardi Gras. HEX triplet: 1B, 0B and 1B. RGB value is (27,11,27). Sum of RGB (Red+Green+Blue) = 27+11+27=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0B1B is #E4F4E4. Grayscale: #111111. Windows color (decimal): -15004901 or 1772315. OLE color: 1772315.
HSL color Cylindrical-coordinate representation of color #1B0B1B: hue angle of 300º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B0B1B is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 11 | 27 | - |
| CMYK | 0 | 0.59 | 0 | 0.89 |
| HSL | 300º | 0.42% | 0.07% | - |
| HSV(B) | 300º | 0.59% | 0.11% | - |
| XYZ | 0.77 | 0.55 | 1.1 | - |
| YUV | 17.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 27 | 0 | 0.59 | 0 | 0.89 | 300 | 0.42 | 0.07 |
| Hex | 1B | B | 1B | 0 | 3B | 0 | 59 | 12C | 2A | 7 |
| Octal | 33 | 13 | 33 | 0 | 73 | 0 | 131 | 454 | 52 | 7 |
| Binary | 11011 | 1011 | 11011 | 0 | 111011 | 0 | 1011001 | 100101100 | 101010 | 111 |
Color Harmonies of #1B0B1B
Complementary color
Monochromatic Colors of #1B0B1B
Black with #1B0B1B
Text Example
Text Example
White with #1B0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B1B; }
p { color: rgb(27,11,27); }
H1.HeaderClassName
{
color: #1B0B1B;
}
.AnyTagClassName
{
color: #1B0B1B;
}
</style>
background-color css
<style>
a { background-color: #1B0B1B; }
a { background-color: rgb(27,11,27); }
div.DivClassName
{
background-color: #1B0B1B;
}
.BgClassName
{
background-color: #1B0B1B;
}
</style>
border-color css
<style>
span { border-color: #1B0B1B; }
span { border-color: rgb(27,11,27); }
td.TdClassName
{
border-color: #1B0B1B;
}
.TagClassName
{
border-color: #1B0B1B;
}
</style>