Shades of Mardi Gras #1A161A
Tints of Mardi Gras #1A161A
RGB
CMYK
RGB Variations
Color information
#1A161A (or 0x1A161A) is known color: Mardi Gras. HEX triplet: 1A, 16 and 1A. RGB value is (26,22,26). Sum of RGB (Red+Green+Blue) = 26+22+26=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A161A is #E5E9E5. Grayscale: #171717. Windows color (decimal): -15067622 or 1709594. OLE color: 1709594.
HSL color Cylindrical-coordinate representation of color #1A161A: hue angle of 300º degrees, saturation: 0.08, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1A161A is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 22 | 26 | - |
| CMYK | 0 | 0.15 | 0 | 0.90 |
| HSL | 300º | 0.08% | 0.09% | - |
| HSV(B) | 300º | 0.15% | 0.1% | - |
| XYZ | 0.9 | 0.87 | 1.1 | - |
| YUV | 23.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 26 | 0 | 0.15 | 0 | 0.90 | 300 | 0.08 | 0.09 |
| Hex | 1A | 16 | 1A | 0 | F | 0 | 5A | 12C | 8 | 9 |
| Octal | 32 | 26 | 32 | 0 | 17 | 0 | 132 | 454 | 10 | 11 |
| Binary | 11010 | 10110 | 11010 | 0 | 1111 | 0 | 1011010 | 100101100 | 1000 | 1001 |
Color Harmonies of #1A161A
Complementary color
Monochromatic Colors of #1A161A
Black with #1A161A
Text Example
Text Example
White with #1A161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A161A; }
p { color: rgb(26,22,26); }
H1.HeaderClassName
{
color: #1A161A;
}
.AnyTagClassName
{
color: #1A161A;
}
</style>
background-color css
<style>
a { background-color: #1A161A; }
a { background-color: rgb(26,22,26); }
div.DivClassName
{
background-color: #1A161A;
}
.BgClassName
{
background-color: #1A161A;
}
</style>
border-color css
<style>
span { border-color: #1A161A; }
span { border-color: rgb(26,22,26); }
td.TdClassName
{
border-color: #1A161A;
}
.TagClassName
{
border-color: #1A161A;
}
</style>