Shades of Mardi Gras #1C081B
Tints of Mardi Gras #1C081B
RGB
CMYK
RGB Variations
Color information
#1C081B (or 0x1C081B) is known color: Mardi Gras. HEX triplet: 1C, 08 and 1B. RGB value is (28,8,27). Sum of RGB (Red+Green+Blue) = 28+8+27=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C081B is #E3F7E4. Grayscale: #101010. Windows color (decimal): -14940133 or 1771548. OLE color: 1771548.
HSL color Cylindrical-coordinate representation of color #1C081B: hue angle of 303º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C081B is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 27 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.89 |
| HSL | 303º | 0.56% | 0.07% | - |
| HSV(B) | 303º | 0.71% | 0.11% | - |
| XYZ | 0.76 | 0.5 | 1.09 | - |
| YUV | 16.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 27 | 0 | 0.71 | 0.04 | 0.89 | 303 | 0.56 | 0.07 |
| Hex | 1C | 8 | 1B | 0 | 47 | 4 | 59 | 12F | 38 | 7 |
| Octal | 34 | 10 | 33 | 0 | 107 | 4 | 131 | 457 | 70 | 7 |
| Binary | 11100 | 1000 | 11011 | 0 | 1000111 | 100 | 1011001 | 100101111 | 111000 | 111 |
Color Harmonies of #1C081B
Complementary color
Monochromatic Colors of #1C081B
Black with #1C081B
Text Example
Text Example
White with #1C081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C081B; }
p { color: rgb(28,8,27); }
H1.HeaderClassName
{
color: #1C081B;
}
.AnyTagClassName
{
color: #1C081B;
}
</style>
background-color css
<style>
a { background-color: #1C081B; }
a { background-color: rgb(28,8,27); }
div.DivClassName
{
background-color: #1C081B;
}
.BgClassName
{
background-color: #1C081B;
}
</style>
border-color css
<style>
span { border-color: #1C081B; }
span { border-color: rgb(28,8,27); }
td.TdClassName
{
border-color: #1C081B;
}
.TagClassName
{
border-color: #1C081B;
}
</style>