Shades of Mardi Gras #260223
Tints of Mardi Gras #260223
RGB
CMYK
RGB Variations
Color information
#260223 (or 0x260223) is known color: Mardi Gras. HEX triplet: 26, 02 and 23. RGB value is (38,2,35). Sum of RGB (Red+Green+Blue) = 38+2+35=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #260223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260223 is #D9FDDC. Grayscale: #101010. Windows color (decimal): -14286301 or 2294310. OLE color: 2294310.
HSL color Cylindrical-coordinate representation of color #260223: hue angle of 305º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260223 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 35 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.85 |
| HSL | 305º | 0.9% | 0.08% | - |
| HSV(B) | 305º | 0.95% | 0.15% | - |
| XYZ | 1.12 | 0.58 | 1.64 | - |
| YUV | 16.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 35 | 0 | 0.95 | 0.08 | 0.85 | 305 | 0.9 | 0.08 |
| Hex | 26 | 2 | 23 | 0 | 5F | 8 | 55 | 131 | 5A | 8 |
| Octal | 46 | 2 | 43 | 0 | 137 | 10 | 125 | 461 | 132 | 10 |
| Binary | 100110 | 10 | 100011 | 0 | 1011111 | 1000 | 1010101 | 100110001 | 1011010 | 1000 |
Color Harmonies of #260223
Complementary color
Monochromatic Colors of #260223
Black with #260223
Text Example
Text Example
White with #260223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260223; }
p { color: rgb(38,2,35); }
H1.HeaderClassName
{
color: #260223;
}
.AnyTagClassName
{
color: #260223;
}
</style>
background-color css
<style>
a { background-color: #260223; }
a { background-color: rgb(38,2,35); }
div.DivClassName
{
background-color: #260223;
}
.BgClassName
{
background-color: #260223;
}
</style>
border-color css
<style>
span { border-color: #260223; }
span { border-color: rgb(38,2,35); }
td.TdClassName
{
border-color: #260223;
}
.TagClassName
{
border-color: #260223;
}
</style>