Shades of Mardi Gras #1A001C
Tints of Mardi Gras #1A001C
RGB
CMYK
RGB Variations
Color information
#1A001C (or 0x1A001C) is known color: Mardi Gras. HEX triplet: 1A, 00 and 1C. RGB value is (26,0,28). Sum of RGB (Red+Green+Blue) = 26+0+28=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A001C is #E5FFE3. Grayscale: #0A0A0A. Windows color (decimal): -15073252 or 1835034. OLE color: 1835034.
HSL color Cylindrical-coordinate representation of color #1A001C: hue angle of 295.71º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A001C is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 0 | 28 | - |
| CMYK | 0.07 | 1 | 0 | 0.89 |
| HSL | 295.71º | 1% | 0.05% | - |
| HSV(B) | 295.71º | 1% | 0.11% | - |
| XYZ | 0.64 | 0.3 | 1.12 | - |
| YUV | 10.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 28 | 0.07 | 1 | 0 | 0.89 | 295.71 | 1 | 0.05 |
| Hex | 1A | 0 | 1C | 7 | 64 | 0 | 59 | 128 | 64 | 5 |
| Octal | 32 | 0 | 34 | 7 | 144 | 0 | 131 | 450 | 144 | 5 |
| Binary | 11010 | 0 | 11100 | 111 | 1100100 | 0 | 1011001 | 100101000 | 1100100 | 101 |
Color Harmonies of #1A001C
Complementary color
Monochromatic Colors of #1A001C
Black with #1A001C
Text Example
Text Example
White with #1A001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A001C; }
p { color: rgb(26,0,28); }
H1.HeaderClassName
{
color: #1A001C;
}
.AnyTagClassName
{
color: #1A001C;
}
</style>
background-color css
<style>
a { background-color: #1A001C; }
a { background-color: rgb(26,0,28); }
div.DivClassName
{
background-color: #1A001C;
}
.BgClassName
{
background-color: #1A001C;
}
</style>
border-color css
<style>
span { border-color: #1A001C; }
span { border-color: rgb(26,0,28); }
td.TdClassName
{
border-color: #1A001C;
}
.TagClassName
{
border-color: #1A001C;
}
</style>