Shades of Mardi Gras #1B0B1A
Tints of Mardi Gras #1B0B1A
RGB
CMYK
RGB Variations
Color information
#1B0B1A (or 0x1B0B1A) is known color: Mardi Gras. HEX triplet: 1B, 0B and 1A. RGB value is (27,11,26). Sum of RGB (Red+Green+Blue) = 27+11+26=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0B1A is #E4F4E5. Grayscale: #111111. Windows color (decimal): -15004902 or 1706779. OLE color: 1706779.
HSL color Cylindrical-coordinate representation of color #1B0B1A: hue angle of 303.75º 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 #1B0B1A is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 11 | 26 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.89 |
| HSL | 303.75º | 0.42% | 0.07% | - |
| HSV(B) | 303.75º | 0.59% | 0.11% | - |
| XYZ | 0.76 | 0.55 | 1.04 | - |
| YUV | 17.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 26 | 0 | 0.59 | 0.04 | 0.89 | 303.75 | 0.42 | 0.07 |
| Hex | 1B | B | 1A | 0 | 3B | 4 | 59 | 130 | 2A | 7 |
| Octal | 33 | 13 | 32 | 0 | 73 | 4 | 131 | 460 | 52 | 7 |
| Binary | 11011 | 1011 | 11010 | 0 | 111011 | 100 | 1011001 | 100110000 | 101010 | 111 |
Color Harmonies of #1B0B1A
Complementary color
Monochromatic Colors of #1B0B1A
Black with #1B0B1A
Text Example
Text Example
White with #1B0B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B1A; }
p { color: rgb(27,11,26); }
H1.HeaderClassName
{
color: #1B0B1A;
}
.AnyTagClassName
{
color: #1B0B1A;
}
</style>
background-color css
<style>
a { background-color: #1B0B1A; }
a { background-color: rgb(27,11,26); }
div.DivClassName
{
background-color: #1B0B1A;
}
.BgClassName
{
background-color: #1B0B1A;
}
</style>
border-color css
<style>
span { border-color: #1B0B1A; }
span { border-color: rgb(27,11,26); }
td.TdClassName
{
border-color: #1B0B1A;
}
.TagClassName
{
border-color: #1B0B1A;
}
</style>