Shades of Mardi Gras #1B091D
Tints of Mardi Gras #1B091D
RGB
CMYK
RGB Variations
Color information
#1B091D (or 0x1B091D) is known color: Mardi Gras. HEX triplet: 1B, 09 and 1D. RGB value is (27,9,29). Sum of RGB (Red+Green+Blue) = 27+9+29=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B091D is #E4F6E2. Grayscale: #101010. Windows color (decimal): -15005411 or 1902875. OLE color: 1902875.
HSL color Cylindrical-coordinate representation of color #1B091D: hue angle of 294º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B091D is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 9 | 29 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.89 |
| HSL | 294º | 0.53% | 0.07% | - |
| HSV(B) | 294º | 0.69% | 0.11% | - |
| XYZ | 0.77 | 0.52 | 1.22 | - |
| YUV | 16.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 29 | 0.07 | 0.69 | 0 | 0.89 | 294 | 0.53 | 0.07 |
| Hex | 1B | 9 | 1D | 7 | 45 | 0 | 59 | 126 | 35 | 7 |
| Octal | 33 | 11 | 35 | 7 | 105 | 0 | 131 | 446 | 65 | 7 |
| Binary | 11011 | 1001 | 11101 | 111 | 1000101 | 0 | 1011001 | 100100110 | 110101 | 111 |
Color Harmonies of #1B091D
Complementary color
Monochromatic Colors of #1B091D
Black with #1B091D
Text Example
Text Example
White with #1B091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B091D; }
p { color: rgb(27,9,29); }
H1.HeaderClassName
{
color: #1B091D;
}
.AnyTagClassName
{
color: #1B091D;
}
</style>
background-color css
<style>
a { background-color: #1B091D; }
a { background-color: rgb(27,9,29); }
div.DivClassName
{
background-color: #1B091D;
}
.BgClassName
{
background-color: #1B091D;
}
</style>
border-color css
<style>
span { border-color: #1B091D; }
span { border-color: rgb(27,9,29); }
td.TdClassName
{
border-color: #1B091D;
}
.TagClassName
{
border-color: #1B091D;
}
</style>