Shades of Mardi Gras #260321
Tints of Mardi Gras #260321
RGB
CMYK
RGB Variations
Color information
#260321 (or 0x260321) is known color: Mardi Gras. HEX triplet: 26, 03 and 21. RGB value is (38,3,33). Sum of RGB (Red+Green+Blue) = 38+3+33=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #260321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260321 is #D9FCDE. Grayscale: #101010. Windows color (decimal): -14286047 or 2163494. OLE color: 2163494.
HSL color Cylindrical-coordinate representation of color #260321: hue angle of 308.57º 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 #260321 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 3 | 33 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.85 |
| HSL | 308.57º | 0.85% | 0.08% | - |
| HSV(B) | 308.57º | 0.92% | 0.15% | - |
| XYZ | 1.11 | 0.59 | 1.49 | - |
| YUV | 16.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 33 | 0 | 0.92 | 0.13 | 0.85 | 308.57 | 0.85 | 0.08 |
| Hex | 26 | 3 | 21 | 0 | 5C | D | 55 | 135 | 55 | 8 |
| Octal | 46 | 3 | 41 | 0 | 134 | 15 | 125 | 465 | 125 | 10 |
| Binary | 100110 | 11 | 100001 | 0 | 1011100 | 1101 | 1010101 | 100110101 | 1010101 | 1000 |
Color Harmonies of #260321
Complementary color
Monochromatic Colors of #260321
Black with #260321
Text Example
Text Example
White with #260321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260321; }
p { color: rgb(38,3,33); }
H1.HeaderClassName
{
color: #260321;
}
.AnyTagClassName
{
color: #260321;
}
</style>
background-color css
<style>
a { background-color: #260321; }
a { background-color: rgb(38,3,33); }
div.DivClassName
{
background-color: #260321;
}
.BgClassName
{
background-color: #260321;
}
</style>
border-color css
<style>
span { border-color: #260321; }
span { border-color: rgb(38,3,33); }
td.TdClassName
{
border-color: #260321;
}
.TagClassName
{
border-color: #260321;
}
</style>