Shades of Mardi Gras #1B0E19
Tints of Mardi Gras #1B0E19
RGB
CMYK
RGB Variations
Color information
#1B0E19 (or 0x1B0E19) is known color: Mardi Gras. HEX triplet: 1B, 0E and 19. RGB value is (27,14,25). Sum of RGB (Red+Green+Blue) = 27+14+25=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E19 is #E4F1E6. Grayscale: #131313. Windows color (decimal): -15004135 or 1642011. OLE color: 1642011.
HSL color Cylindrical-coordinate representation of color #1B0E19: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B0E19 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 14 | 25 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.89 |
| HSL | 309.23º | 0.32% | 0.08% | - |
| HSV(B) | 309.23º | 0.48% | 0.11% | - |
| XYZ | 0.78 | 0.62 | 1 | - |
| YUV | 19.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 25 | 0 | 0.48 | 0.07 | 0.89 | 309.23 | 0.32 | 0.08 |
| Hex | 1B | E | 19 | 0 | 30 | 7 | 59 | 135 | 20 | 8 |
| Octal | 33 | 16 | 31 | 0 | 60 | 7 | 131 | 465 | 40 | 10 |
| Binary | 11011 | 1110 | 11001 | 0 | 110000 | 111 | 1011001 | 100110101 | 100000 | 1000 |
Color Harmonies of #1B0E19
Complementary color
Monochromatic Colors of #1B0E19
Black with #1B0E19
Text Example
Text Example
White with #1B0E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0E19; }
p { color: rgb(27,14,25); }
H1.HeaderClassName
{
color: #1B0E19;
}
.AnyTagClassName
{
color: #1B0E19;
}
</style>
background-color css
<style>
a { background-color: #1B0E19; }
a { background-color: rgb(27,14,25); }
div.DivClassName
{
background-color: #1B0E19;
}
.BgClassName
{
background-color: #1B0E19;
}
</style>
border-color css
<style>
span { border-color: #1B0E19; }
span { border-color: rgb(27,14,25); }
td.TdClassName
{
border-color: #1B0E19;
}
.TagClassName
{
border-color: #1B0E19;
}
</style>