Shades of Mardi Gras #2A282A
Tints of Mardi Gras #2A282A
RGB
CMYK
RGB Variations
Color information
#2A282A (or 0x2A282A) is known color: Mardi Gras. HEX triplet: 2A, 28 and 2A. RGB value is (42,40,42). Sum of RGB (Red+Green+Blue) = 42+40+42=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 42 - color contains mainly: red, blue. Hex color #2A282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A282A is #D5D7D5. Grayscale: #282828. Windows color (decimal): -14014422 or 2762794. OLE color: 2762794.
HSL color Cylindrical-coordinate representation of color #2A282A: hue angle of 300º degrees, saturation: 0.02, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #2A282A is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 40 | 42 | - |
CMYK | 0 | 0.05 | 0 | 0.84 |
HSL | 300º | 0.02% | 0.16% | - |
HSV(B) | 300º | 0.05% | 0.16% | - |
XYZ | 2.13 | 2.18 | 2.5 | - |
YUV | 40.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 40 | 42 | 0 | 0.05 | 0 | 0.84 | 300 | 0.02 | 0.16 |
Hex | 2A | 28 | 2A | 0 | 5 | 0 | 54 | 12C | 2 | 10 |
Octal | 52 | 50 | 52 | 0 | 5 | 0 | 124 | 454 | 2 | 20 |
Binary | 101010 | 101000 | 101010 | 0 | 101 | 0 | 1010100 | 100101100 | 10 | 10000 |
Color Harmonies of #2A282A
Complementary color
Monochromatic Colors of #2A282A
Black with #2A282A
Text Example
Text Example
White with #2A282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A282A; }
p { color: rgb(42,40,42); }
H1.HeaderClassName
{
color: #2A282A;
}
.AnyTagClassName
{
color: #2A282A;
}
</style>
background-color css
<style>
a { background-color: #2A282A; }
a { background-color: rgb(42,40,42); }
div.DivClassName
{
background-color: #2A282A;
}
.BgClassName
{
background-color: #2A282A;
}
</style>
border-color css
<style>
span { border-color: #2A282A; }
span { border-color: rgb(42,40,42); }
td.TdClassName
{
border-color: #2A282A;
}
.TagClassName
{
border-color: #2A282A;
}
</style>