Shades of Mardi Gras #1C061B
Tints of Mardi Gras #1C061B
RGB
CMYK
RGB Variations
Color information
#1C061B (or 0x1C061B) is known color: Mardi Gras. HEX triplet: 1C, 06 and 1B. RGB value is (28,6,27). Sum of RGB (Red+Green+Blue) = 28+6+27=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C061B is #E3F9E4. Grayscale: #0E0E0E. Windows color (decimal): -14940645 or 1771036. OLE color: 1771036.
HSL color Cylindrical-coordinate representation of color #1C061B: hue angle of 302.73º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C061B is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 27 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.89 |
| HSL | 302.73º | 0.65% | 0.07% | - |
| HSV(B) | 302.73º | 0.79% | 0.11% | - |
| XYZ | 0.74 | 0.46 | 1.09 | - |
| YUV | 14.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 27 | 0 | 0.79 | 0.04 | 0.89 | 302.73 | 0.65 | 0.07 |
| Hex | 1C | 6 | 1B | 0 | 4F | 4 | 59 | 12F | 41 | 7 |
| Octal | 34 | 6 | 33 | 0 | 117 | 4 | 131 | 457 | 101 | 7 |
| Binary | 11100 | 110 | 11011 | 0 | 1001111 | 100 | 1011001 | 100101111 | 1000001 | 111 |
Color Harmonies of #1C061B
Complementary color
Monochromatic Colors of #1C061B
Black with #1C061B
Text Example
Text Example
White with #1C061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C061B; }
p { color: rgb(28,6,27); }
H1.HeaderClassName
{
color: #1C061B;
}
.AnyTagClassName
{
color: #1C061B;
}
</style>
background-color css
<style>
a { background-color: #1C061B; }
a { background-color: rgb(28,6,27); }
div.DivClassName
{
background-color: #1C061B;
}
.BgClassName
{
background-color: #1C061B;
}
</style>
border-color css
<style>
span { border-color: #1C061B; }
span { border-color: rgb(28,6,27); }
td.TdClassName
{
border-color: #1C061B;
}
.TagClassName
{
border-color: #1C061B;
}
</style>