Shades of Mardi Gras #1B081D
Tints of Mardi Gras #1B081D
RGB
CMYK
RGB Variations
Color information
#1B081D (or 0x1B081D) is known color: Mardi Gras. HEX triplet: 1B, 08 and 1D. RGB value is (27,8,29). Sum of RGB (Red+Green+Blue) = 27+8+29=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B081D is #E4F7E2. Grayscale: #101010. Windows color (decimal): -15005667 or 1902619. OLE color: 1902619.
HSL color Cylindrical-coordinate representation of color #1B081D: hue angle of 294.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B081D is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 8 | 29 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.89 |
| HSL | 294.29º | 0.57% | 0.07% | - |
| HSV(B) | 294.29º | 0.72% | 0.11% | - |
| XYZ | 0.76 | 0.5 | 1.22 | - |
| YUV | 16.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 29 | 0.07 | 0.72 | 0 | 0.89 | 294.29 | 0.57 | 0.07 |
| Hex | 1B | 8 | 1D | 7 | 48 | 0 | 59 | 126 | 39 | 7 |
| Octal | 33 | 10 | 35 | 7 | 110 | 0 | 131 | 446 | 71 | 7 |
| Binary | 11011 | 1000 | 11101 | 111 | 1001000 | 0 | 1011001 | 100100110 | 111001 | 111 |
Color Harmonies of #1B081D
Complementary color
Monochromatic Colors of #1B081D
Black with #1B081D
Text Example
Text Example
White with #1B081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B081D; }
p { color: rgb(27,8,29); }
H1.HeaderClassName
{
color: #1B081D;
}
.AnyTagClassName
{
color: #1B081D;
}
</style>
background-color css
<style>
a { background-color: #1B081D; }
a { background-color: rgb(27,8,29); }
div.DivClassName
{
background-color: #1B081D;
}
.BgClassName
{
background-color: #1B081D;
}
</style>
border-color css
<style>
span { border-color: #1B081D; }
span { border-color: rgb(27,8,29); }
td.TdClassName
{
border-color: #1B081D;
}
.TagClassName
{
border-color: #1B081D;
}
</style>