Shades of Mardi Gras #1B0518
Tints of Mardi Gras #1B0518
RGB
CMYK
RGB Variations
Color information
#1B0518 (or 0x1B0518) is known color: Mardi Gras. HEX triplet: 1B, 05 and 18. RGB value is (27,5,24). Sum of RGB (Red+Green+Blue) = 27+5+24=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0518 is #E4FAE7. Grayscale: #0D0D0D. Windows color (decimal): -15006440 or 1574171. OLE color: 1574171.
HSL color Cylindrical-coordinate representation of color #1B0518: hue angle of 308.18º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0518 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 5 | 24 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.89 |
| HSL | 308.18º | 0.69% | 0.06% | - |
| HSV(B) | 308.18º | 0.81% | 0.11% | - |
| XYZ | 0.67 | 0.41 | 0.91 | - |
| YUV | 13.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 24 | 0 | 0.81 | 0.11 | 0.89 | 308.18 | 0.69 | 0.06 |
| Hex | 1B | 5 | 18 | 0 | 51 | B | 59 | 134 | 45 | 6 |
| Octal | 33 | 5 | 30 | 0 | 121 | 13 | 131 | 464 | 105 | 6 |
| Binary | 11011 | 101 | 11000 | 0 | 1010001 | 1011 | 1011001 | 100110100 | 1000101 | 110 |
Color Harmonies of #1B0518
Complementary color
Monochromatic Colors of #1B0518
Black with #1B0518
Text Example
Text Example
White with #1B0518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0518; }
p { color: rgb(27,5,24); }
H1.HeaderClassName
{
color: #1B0518;
}
.AnyTagClassName
{
color: #1B0518;
}
</style>
background-color css
<style>
a { background-color: #1B0518; }
a { background-color: rgb(27,5,24); }
div.DivClassName
{
background-color: #1B0518;
}
.BgClassName
{
background-color: #1B0518;
}
</style>
border-color css
<style>
span { border-color: #1B0518; }
span { border-color: rgb(27,5,24); }
td.TdClassName
{
border-color: #1B0518;
}
.TagClassName
{
border-color: #1B0518;
}
</style>