Shades of Mardi Gras #2F2A30
Tints of Mardi Gras #2F2A30
RGB
CMYK
RGB Variations
Color information
#2F2A30 (or 0x2F2A30) is known color: Mardi Gras. HEX triplet: 2F, 2A and 30. RGB value is (47,42,48). Sum of RGB (Red+Green+Blue) = 47+42+48=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2A30 is #D0D5CF. Grayscale: #2C2C2C. Windows color (decimal): -13686224 or 3156527. OLE color: 3156527.
HSL color Cylindrical-coordinate representation of color #2F2A30: hue angle of 290º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2F2A30 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 47 | 42 | 48 | - |
CMYK | 0.02 | 0.13 | 0 | 0.81 |
HSL | 290º | 0.07% | 0.18% | - |
HSV(B) | 290º | 0.13% | 0.19% | - |
XYZ | 2.53 | 2.47 | 3.14 | - |
YUV | 44.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 42 | 48 | 0.02 | 0.13 | 0 | 0.81 | 290 | 0.07 | 0.18 |
Hex | 2F | 2A | 30 | 2 | D | 0 | 51 | 122 | 7 | 12 |
Octal | 57 | 52 | 60 | 2 | 15 | 0 | 121 | 442 | 7 | 22 |
Binary | 101111 | 101010 | 110000 | 10 | 1101 | 0 | 1010001 | 100100010 | 111 | 10010 |
Color Harmonies of #2F2A30
Complementary color
Monochromatic Colors of #2F2A30
Black with #2F2A30
Text Example
Text Example
White with #2F2A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2A30; }
p { color: rgb(47,42,48); }
H1.HeaderClassName
{
color: #2F2A30;
}
.AnyTagClassName
{
color: #2F2A30;
}
</style>
background-color css
<style>
a { background-color: #2F2A30; }
a { background-color: rgb(47,42,48); }
div.DivClassName
{
background-color: #2F2A30;
}
.BgClassName
{
background-color: #2F2A30;
}
</style>
border-color css
<style>
span { border-color: #2F2A30; }
span { border-color: rgb(47,42,48); }
td.TdClassName
{
border-color: #2F2A30;
}
.TagClassName
{
border-color: #2F2A30;
}
</style>