Shades of Mardi Gras #280A23
Tints of Mardi Gras #280A23
RGB
CMYK
RGB Variations
Color information
#280A23 (or 0x280A23) is known color: Mardi Gras. HEX triplet: 28, 0A and 23. RGB value is (40,10,35). Sum of RGB (Red+Green+Blue) = 40+10+35=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #280A23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A23 is #D7F5DC. Grayscale: #151515. Windows color (decimal): -14153181 or 2296360. OLE color: 2296360.
HSL color Cylindrical-coordinate representation of color #280A23: hue angle of 310º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280A23 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 35 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.84 |
| HSL | 310º | 0.6% | 0.1% | - |
| HSV(B) | 310º | 0.75% | 0.16% | - |
| XYZ | 1.29 | 0.79 | 1.67 | - |
| YUV | 21.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 35 | 0 | 0.75 | 0.12 | 0.84 | 310 | 0.6 | 0.1 |
| Hex | 28 | A | 23 | 0 | 4B | C | 54 | 136 | 3C | A |
| Octal | 50 | 12 | 43 | 0 | 113 | 14 | 124 | 466 | 74 | 12 |
| Binary | 101000 | 1010 | 100011 | 0 | 1001011 | 1100 | 1010100 | 100110110 | 111100 | 1010 |
Color Harmonies of #280A23
Complementary color
Monochromatic Colors of #280A23
Black with #280A23
Text Example
Text Example
White with #280A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A23; }
p { color: rgb(40,10,35); }
H1.HeaderClassName
{
color: #280A23;
}
.AnyTagClassName
{
color: #280A23;
}
</style>
background-color css
<style>
a { background-color: #280A23; }
a { background-color: rgb(40,10,35); }
div.DivClassName
{
background-color: #280A23;
}
.BgClassName
{
background-color: #280A23;
}
</style>
border-color css
<style>
span { border-color: #280A23; }
span { border-color: rgb(40,10,35); }
td.TdClassName
{
border-color: #280A23;
}
.TagClassName
{
border-color: #280A23;
}
</style>