Shades of Mardi Gras #1A131A
Tints of Mardi Gras #1A131A
RGB
CMYK
RGB Variations
Color information
#1A131A (or 0x1A131A) is known color: Mardi Gras. HEX triplet: 1A, 13 and 1A. RGB value is (26,19,26). Sum of RGB (Red+Green+Blue) = 26+19+26=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131A is #E5ECE5. Grayscale: #151515. Windows color (decimal): -15068390 or 1708826. OLE color: 1708826.
HSL color Cylindrical-coordinate representation of color #1A131A: hue angle of 300º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1A131A is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 26 | 19 | 26 | - |
CMYK | 0 | 0.27 | 0 | 0.90 |
HSL | 300º | 0.16% | 0.09% | - |
HSV(B) | 300º | 0.27% | 0.1% | - |
XYZ | 0.85 | 0.76 | 1.08 | - |
YUV | 21.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 19 | 26 | 0 | 0.27 | 0 | 0.90 | 300 | 0.16 | 0.09 |
Hex | 1A | 13 | 1A | 0 | 1B | 0 | 5A | 12C | 10 | 9 |
Octal | 32 | 23 | 32 | 0 | 33 | 0 | 132 | 454 | 20 | 11 |
Binary | 11010 | 10011 | 11010 | 0 | 11011 | 0 | 1011010 | 100101100 | 10000 | 1001 |
Color Harmonies of #1A131A
Complementary color
Monochromatic Colors of #1A131A
Black with #1A131A
Text Example
Text Example
White with #1A131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A131A; }
p { color: rgb(26,19,26); }
H1.HeaderClassName
{
color: #1A131A;
}
.AnyTagClassName
{
color: #1A131A;
}
</style>
background-color css
<style>
a { background-color: #1A131A; }
a { background-color: rgb(26,19,26); }
div.DivClassName
{
background-color: #1A131A;
}
.BgClassName
{
background-color: #1A131A;
}
</style>
border-color css
<style>
span { border-color: #1A131A; }
span { border-color: rgb(26,19,26); }
td.TdClassName
{
border-color: #1A131A;
}
.TagClassName
{
border-color: #1A131A;
}
</style>