Shades of Mardi Gras #1B0519
Tints of Mardi Gras #1B0519
RGB
CMYK
RGB Variations
Color information
#1B0519 (or 0x1B0519) is known color: Mardi Gras. HEX triplet: 1B, 05 and 19. RGB value is (27,5,25). Sum of RGB (Red+Green+Blue) = 27+5+25=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0519 is #E4FAE6. Grayscale: #0D0D0D. Windows color (decimal): -15006439 or 1639707. OLE color: 1639707.
HSL color Cylindrical-coordinate representation of color #1B0519: hue angle of 305.45º 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 #1B0519 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 5 | 25 | - |
CMYK | 0 | 0.81 | 0.07 | 0.89 |
HSL | 305.45º | 0.69% | 0.06% | - |
HSV(B) | 305.45º | 0.81% | 0.11% | - |
XYZ | 0.68 | 0.41 | 0.96 | - |
YUV | 13.86 | 134.29 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 5 | 25 | 0 | 0.81 | 0.07 | 0.89 | 305.45 | 0.69 | 0.06 |
Hex | 1B | 5 | 19 | 0 | 51 | 7 | 59 | 131 | 45 | 6 |
Octal | 33 | 5 | 31 | 0 | 121 | 7 | 131 | 461 | 105 | 6 |
Binary | 11011 | 101 | 11001 | 0 | 1010001 | 111 | 1011001 | 100110001 | 1000101 | 110 |
Color Harmonies of #1B0519
Complementary color
Monochromatic Colors of #1B0519
Black with #1B0519
Text Example
Text Example
White with #1B0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0519; }
p { color: rgb(27,5,25); }
H1.HeaderClassName
{
color: #1B0519;
}
.AnyTagClassName
{
color: #1B0519;
}
</style>
background-color css
<style>
a { background-color: #1B0519; }
a { background-color: rgb(27,5,25); }
div.DivClassName
{
background-color: #1B0519;
}
.BgClassName
{
background-color: #1B0519;
}
</style>
border-color css
<style>
span { border-color: #1B0519; }
span { border-color: rgb(27,5,25); }
td.TdClassName
{
border-color: #1B0519;
}
.TagClassName
{
border-color: #1B0519;
}
</style>