Shades of Mardi Gras #1B021D
Tints of Mardi Gras #1B021D
RGB
CMYK
RGB Variations
Color information
#1B021D (or 0x1B021D) is known color: Mardi Gras. HEX triplet: 1B, 02 and 1D. RGB value is (27,2,29). Sum of RGB (Red+Green+Blue) = 27+2+29=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B021D is #E4FDE2. Grayscale: #0C0C0C. Windows color (decimal): -15007203 or 1901083. OLE color: 1901083.
HSL color Cylindrical-coordinate representation of color #1B021D: hue angle of 295.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B021D is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 2 | 29 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.89 |
| HSL | 295.56º | 0.87% | 0.06% | - |
| HSV(B) | 295.56º | 0.93% | 0.11% | - |
| XYZ | 0.7 | 0.37 | 1.2 | - |
| YUV | 12.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 29 | 0.07 | 0.93 | 0 | 0.89 | 295.56 | 0.87 | 0.06 |
| Hex | 1B | 2 | 1D | 7 | 5D | 0 | 59 | 128 | 57 | 6 |
| Octal | 33 | 2 | 35 | 7 | 135 | 0 | 131 | 450 | 127 | 6 |
| Binary | 11011 | 10 | 11101 | 111 | 1011101 | 0 | 1011001 | 100101000 | 1010111 | 110 |
Color Harmonies of #1B021D
Complementary color
Monochromatic Colors of #1B021D
Black with #1B021D
Text Example
Text Example
White with #1B021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B021D; }
p { color: rgb(27,2,29); }
H1.HeaderClassName
{
color: #1B021D;
}
.AnyTagClassName
{
color: #1B021D;
}
</style>
background-color css
<style>
a { background-color: #1B021D; }
a { background-color: rgb(27,2,29); }
div.DivClassName
{
background-color: #1B021D;
}
.BgClassName
{
background-color: #1B021D;
}
</style>
border-color css
<style>
span { border-color: #1B021D; }
span { border-color: rgb(27,2,29); }
td.TdClassName
{
border-color: #1B021D;
}
.TagClassName
{
border-color: #1B021D;
}
</style>