Shades of Mardi Gras #1C051B
Tints of Mardi Gras #1C051B
RGB
CMYK
RGB Variations
Color information
#1C051B (or 0x1C051B) is known color: Mardi Gras. HEX triplet: 1C, 05 and 1B. RGB value is (28,5,27). Sum of RGB (Red+Green+Blue) = 28+5+27=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C051B is #E3FAE4. Grayscale: #0E0E0E. Windows color (decimal): -14940901 or 1770780. OLE color: 1770780.
HSL color Cylindrical-coordinate representation of color #1C051B: hue angle of 302.61º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C051B is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 27 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.89 |
| HSL | 302.61º | 0.7% | 0.06% | - |
| HSV(B) | 302.61º | 0.82% | 0.11% | - |
| XYZ | 0.73 | 0.43 | 1.08 | - |
| YUV | 14.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 27 | 0 | 0.82 | 0.04 | 0.89 | 302.61 | 0.7 | 0.06 |
| Hex | 1C | 5 | 1B | 0 | 52 | 4 | 59 | 12F | 46 | 6 |
| Octal | 34 | 5 | 33 | 0 | 122 | 4 | 131 | 457 | 106 | 6 |
| Binary | 11100 | 101 | 11011 | 0 | 1010010 | 100 | 1011001 | 100101111 | 1000110 | 110 |
Color Harmonies of #1C051B
Complementary color
Monochromatic Colors of #1C051B
Black with #1C051B
Text Example
Text Example
White with #1C051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C051B; }
p { color: rgb(28,5,27); }
H1.HeaderClassName
{
color: #1C051B;
}
.AnyTagClassName
{
color: #1C051B;
}
</style>
background-color css
<style>
a { background-color: #1C051B; }
a { background-color: rgb(28,5,27); }
div.DivClassName
{
background-color: #1C051B;
}
.BgClassName
{
background-color: #1C051B;
}
</style>
border-color css
<style>
span { border-color: #1C051B; }
span { border-color: rgb(28,5,27); }
td.TdClassName
{
border-color: #1C051B;
}
.TagClassName
{
border-color: #1C051B;
}
</style>