Shades of Mardi Gras #1C0B1A
Tints of Mardi Gras #1C0B1A
RGB
CMYK
RGB Variations
Color information
#1C0B1A (or 0x1C0B1A) is known color: Mardi Gras. HEX triplet: 1C, 0B and 1A. RGB value is (28,11,26). Sum of RGB (Red+Green+Blue) = 28+11+26=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0B1A is #E3F4E5. Grayscale: #111111. Windows color (decimal): -14939366 or 1706780. OLE color: 1706780.
HSL color Cylindrical-coordinate representation of color #1C0B1A: hue angle of 307.06º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C0B1A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 11 | 26 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.89 |
| HSL | 307.06º | 0.44% | 0.08% | - |
| HSV(B) | 307.06º | 0.61% | 0.11% | - |
| XYZ | 0.79 | 0.56 | 1.04 | - |
| YUV | 17.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 26 | 0 | 0.61 | 0.07 | 0.89 | 307.06 | 0.44 | 0.08 |
| Hex | 1C | B | 1A | 0 | 3D | 7 | 59 | 133 | 2C | 8 |
| Octal | 34 | 13 | 32 | 0 | 75 | 7 | 131 | 463 | 54 | 10 |
| Binary | 11100 | 1011 | 11010 | 0 | 111101 | 111 | 1011001 | 100110011 | 101100 | 1000 |
Color Harmonies of #1C0B1A
Complementary color
Monochromatic Colors of #1C0B1A
Black with #1C0B1A
Text Example
Text Example
White with #1C0B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0B1A; }
p { color: rgb(28,11,26); }
H1.HeaderClassName
{
color: #1C0B1A;
}
.AnyTagClassName
{
color: #1C0B1A;
}
</style>
background-color css
<style>
a { background-color: #1C0B1A; }
a { background-color: rgb(28,11,26); }
div.DivClassName
{
background-color: #1C0B1A;
}
.BgClassName
{
background-color: #1C0B1A;
}
</style>
border-color css
<style>
span { border-color: #1C0B1A; }
span { border-color: rgb(28,11,26); }
td.TdClassName
{
border-color: #1C0B1A;
}
.TagClassName
{
border-color: #1C0B1A;
}
</style>