Shades of Mardi Gras #26031F
Tints of Mardi Gras #26031F
RGB
CMYK
RGB Variations
Color information
#26031F (or 0x26031F) is known color: Mardi Gras. HEX triplet: 26, 03 and 1F. RGB value is (38,3,31). Sum of RGB (Red+Green+Blue) = 38+3+31=72 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.78% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 38 - color contains mainly: red. Hex color #26031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26031F is #D9FCE0. Grayscale: #101010. Windows color (decimal): -14286049 or 2032422. OLE color: 2032422.
HSL color Cylindrical-coordinate representation of color #26031F: hue angle of 312º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26031F is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 3 | 31 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.85 |
| HSL | 312º | 0.85% | 0.08% | - |
| HSV(B) | 312º | 0.92% | 0.15% | - |
| XYZ | 1.08 | 0.58 | 1.35 | - |
| YUV | 16.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 31 | 0 | 0.92 | 0.18 | 0.85 | 312 | 0.85 | 0.08 |
| Hex | 26 | 3 | 1F | 0 | 5C | 12 | 55 | 138 | 55 | 8 |
| Octal | 46 | 3 | 37 | 0 | 134 | 22 | 125 | 470 | 125 | 10 |
| Binary | 100110 | 11 | 11111 | 0 | 1011100 | 10010 | 1010101 | 100111000 | 1010101 | 1000 |
Color Harmonies of #26031F
Complementary color
Monochromatic Colors of #26031F
Black with #26031F
Text Example
Text Example
White with #26031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26031F; }
p { color: rgb(38,3,31); }
H1.HeaderClassName
{
color: #26031F;
}
.AnyTagClassName
{
color: #26031F;
}
</style>
background-color css
<style>
a { background-color: #26031F; }
a { background-color: rgb(38,3,31); }
div.DivClassName
{
background-color: #26031F;
}
.BgClassName
{
background-color: #26031F;
}
</style>
border-color css
<style>
span { border-color: #26031F; }
span { border-color: rgb(38,3,31); }
td.TdClassName
{
border-color: #26031F;
}
.TagClassName
{
border-color: #26031F;
}
</style>