Shades of Mardi Gras #1A091A
Tints of Mardi Gras #1A091A
RGB
CMYK
RGB Variations
Color information
#1A091A (or 0x1A091A) is known color: Mardi Gras. HEX triplet: 1A, 09 and 1A. RGB value is (26,9,26). Sum of RGB (Red+Green+Blue) = 26+9+26=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A091A is #E5F6E5. Grayscale: #0F0F0F. Windows color (decimal): -15070950 or 1706266. OLE color: 1706266.
HSL color Cylindrical-coordinate representation of color #1A091A: hue angle of 300º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A091A is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 26 | - |
| CMYK | 0 | 0.65 | 0 | 0.90 |
| HSL | 300º | 0.49% | 0.07% | - |
| HSV(B) | 300º | 0.65% | 0.1% | - |
| XYZ | 0.71 | 0.49 | 1.03 | - |
| YUV | 16.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 26 | 0 | 0.65 | 0 | 0.90 | 300 | 0.49 | 0.07 |
| Hex | 1A | 9 | 1A | 0 | 41 | 0 | 5A | 12C | 31 | 7 |
| Octal | 32 | 11 | 32 | 0 | 101 | 0 | 132 | 454 | 61 | 7 |
| Binary | 11010 | 1001 | 11010 | 0 | 1000001 | 0 | 1011010 | 100101100 | 110001 | 111 |
Color Harmonies of #1A091A
Complementary color
Monochromatic Colors of #1A091A
Black with #1A091A
Text Example
Text Example
White with #1A091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A091A; }
p { color: rgb(26,9,26); }
H1.HeaderClassName
{
color: #1A091A;
}
.AnyTagClassName
{
color: #1A091A;
}
</style>
background-color css
<style>
a { background-color: #1A091A; }
a { background-color: rgb(26,9,26); }
div.DivClassName
{
background-color: #1A091A;
}
.BgClassName
{
background-color: #1A091A;
}
</style>
border-color css
<style>
span { border-color: #1A091A; }
span { border-color: rgb(26,9,26); }
td.TdClassName
{
border-color: #1A091A;
}
.TagClassName
{
border-color: #1A091A;
}
</style>