Shades of Mardi Gras #1B041D
Tints of Mardi Gras #1B041D
RGB
CMYK
RGB Variations
Color information
#1B041D (or 0x1B041D) is known color: Mardi Gras. HEX triplet: 1B, 04 and 1D. RGB value is (27,4,29). Sum of RGB (Red+Green+Blue) = 27+4+29=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B041D is #E4FBE2. Grayscale: #0D0D0D. Windows color (decimal): -15006691 or 1901595. OLE color: 1901595.
HSL color Cylindrical-coordinate representation of color #1B041D: hue angle of 295.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B041D is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 4 | 29 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.89 |
| HSL | 295.2º | 0.76% | 0.06% | - |
| HSV(B) | 295.2º | 0.86% | 0.11% | - |
| XYZ | 0.72 | 0.41 | 1.2 | - |
| YUV | 13.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 29 | 0.07 | 0.86 | 0 | 0.89 | 295.2 | 0.76 | 0.06 |
| Hex | 1B | 4 | 1D | 7 | 56 | 0 | 59 | 127 | 4C | 6 |
| Octal | 33 | 4 | 35 | 7 | 126 | 0 | 131 | 447 | 114 | 6 |
| Binary | 11011 | 100 | 11101 | 111 | 1010110 | 0 | 1011001 | 100100111 | 1001100 | 110 |
Color Harmonies of #1B041D
Complementary color
Monochromatic Colors of #1B041D
Black with #1B041D
Text Example
Text Example
White with #1B041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B041D; }
p { color: rgb(27,4,29); }
H1.HeaderClassName
{
color: #1B041D;
}
.AnyTagClassName
{
color: #1B041D;
}
</style>
background-color css
<style>
a { background-color: #1B041D; }
a { background-color: rgb(27,4,29); }
div.DivClassName
{
background-color: #1B041D;
}
.BgClassName
{
background-color: #1B041D;
}
</style>
border-color css
<style>
span { border-color: #1B041D; }
span { border-color: rgb(27,4,29); }
td.TdClassName
{
border-color: #1B041D;
}
.TagClassName
{
border-color: #1B041D;
}
</style>