Shades of Mardi Gras #1C091B
Tints of Mardi Gras #1C091B
RGB
CMYK
RGB Variations
Color information
#1C091B (or 0x1C091B) is known color: Mardi Gras. HEX triplet: 1C, 09 and 1B. RGB value is (28,9,27). Sum of RGB (Red+Green+Blue) = 28+9+27=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C091B is #E3F6E4. Grayscale: #101010. Windows color (decimal): -14939877 or 1771804. OLE color: 1771804.
HSL color Cylindrical-coordinate representation of color #1C091B: hue angle of 303.16º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C091B is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 9 | 27 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.89 |
| HSL | 303.16º | 0.51% | 0.07% | - |
| HSV(B) | 303.16º | 0.68% | 0.11% | - |
| XYZ | 0.77 | 0.52 | 1.1 | - |
| YUV | 16.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 27 | 0 | 0.68 | 0.04 | 0.89 | 303.16 | 0.51 | 0.07 |
| Hex | 1C | 9 | 1B | 0 | 44 | 4 | 59 | 12F | 33 | 7 |
| Octal | 34 | 11 | 33 | 0 | 104 | 4 | 131 | 457 | 63 | 7 |
| Binary | 11100 | 1001 | 11011 | 0 | 1000100 | 100 | 1011001 | 100101111 | 110011 | 111 |
Color Harmonies of #1C091B
Complementary color
Monochromatic Colors of #1C091B
Black with #1C091B
Text Example
Text Example
White with #1C091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C091B; }
p { color: rgb(28,9,27); }
H1.HeaderClassName
{
color: #1C091B;
}
.AnyTagClassName
{
color: #1C091B;
}
</style>
background-color css
<style>
a { background-color: #1C091B; }
a { background-color: rgb(28,9,27); }
div.DivClassName
{
background-color: #1C091B;
}
.BgClassName
{
background-color: #1C091B;
}
</style>
border-color css
<style>
span { border-color: #1C091B; }
span { border-color: rgb(28,9,27); }
td.TdClassName
{
border-color: #1C091B;
}
.TagClassName
{
border-color: #1C091B;
}
</style>