Shades of Mardi Gras #1A0A18
Tints of Mardi Gras #1A0A18
RGB
CMYK
RGB Variations
Color information
#1A0A18 (or 0x1A0A18) is known color: Mardi Gras. HEX triplet: 1A, 0A and 18. RGB value is (26,10,24). Sum of RGB (Red+Green+Blue) = 26+10+24=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A18 is #E5F5E7. Grayscale: #101010. Windows color (decimal): -15070696 or 1575450. OLE color: 1575450.
HSL color Cylindrical-coordinate representation of color #1A0A18: hue angle of 307.5º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A0A18 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 10 | 24 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.90 |
| HSL | 307.5º | 0.44% | 0.07% | - |
| HSV(B) | 307.5º | 0.62% | 0.1% | - |
| XYZ | 0.7 | 0.5 | 0.92 | - |
| YUV | 16.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 24 | 0 | 0.62 | 0.08 | 0.90 | 307.5 | 0.44 | 0.07 |
| Hex | 1A | A | 18 | 0 | 3E | 8 | 5A | 134 | 2C | 7 |
| Octal | 32 | 12 | 30 | 0 | 76 | 10 | 132 | 464 | 54 | 7 |
| Binary | 11010 | 1010 | 11000 | 0 | 111110 | 1000 | 1011010 | 100110100 | 101100 | 111 |
Color Harmonies of #1A0A18
Complementary color
Monochromatic Colors of #1A0A18
Black with #1A0A18
Text Example
Text Example
White with #1A0A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A18; }
p { color: rgb(26,10,24); }
H1.HeaderClassName
{
color: #1A0A18;
}
.AnyTagClassName
{
color: #1A0A18;
}
</style>
background-color css
<style>
a { background-color: #1A0A18; }
a { background-color: rgb(26,10,24); }
div.DivClassName
{
background-color: #1A0A18;
}
.BgClassName
{
background-color: #1A0A18;
}
</style>
border-color css
<style>
span { border-color: #1A0A18; }
span { border-color: rgb(26,10,24); }
td.TdClassName
{
border-color: #1A0A18;
}
.TagClassName
{
border-color: #1A0A18;
}
</style>