Shades of Mardi Gras #1A171A
Tints of Mardi Gras #1A171A
RGB
CMYK
RGB Variations
Color information
#1A171A (or 0x1A171A) is known color: Mardi Gras. HEX triplet: 1A, 17 and 1A. RGB value is (26,23,26). Sum of RGB (Red+Green+Blue) = 26+23+26=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A171A is #E5E8E5. Grayscale: #181818. Windows color (decimal): -15067366 or 1709850. OLE color: 1709850.
HSL color Cylindrical-coordinate representation of color #1A171A: hue angle of 300º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1A171A is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 23 | 26 | - |
| CMYK | 0 | 0.12 | 0 | 0.90 |
| HSL | 300º | 0.06% | 0.1% | - |
| HSV(B) | 300º | 0.12% | 0.1% | - |
| XYZ | 0.92 | 0.91 | 1.1 | - |
| YUV | 24.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 26 | 0 | 0.12 | 0 | 0.90 | 300 | 0.06 | 0.1 |
| Hex | 1A | 17 | 1A | 0 | C | 0 | 5A | 12C | 6 | A |
| Octal | 32 | 27 | 32 | 0 | 14 | 0 | 132 | 454 | 6 | 12 |
| Binary | 11010 | 10111 | 11010 | 0 | 1100 | 0 | 1011010 | 100101100 | 110 | 1010 |
Color Harmonies of #1A171A
Complementary color
Monochromatic Colors of #1A171A
Black with #1A171A
Text Example
Text Example
White with #1A171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A171A; }
p { color: rgb(26,23,26); }
H1.HeaderClassName
{
color: #1A171A;
}
.AnyTagClassName
{
color: #1A171A;
}
</style>
background-color css
<style>
a { background-color: #1A171A; }
a { background-color: rgb(26,23,26); }
div.DivClassName
{
background-color: #1A171A;
}
.BgClassName
{
background-color: #1A171A;
}
</style>
border-color css
<style>
span { border-color: #1A171A; }
span { border-color: rgb(26,23,26); }
td.TdClassName
{
border-color: #1A171A;
}
.TagClassName
{
border-color: #1A171A;
}
</style>