Shades of Mardi Gras #2D152B
Tints of Mardi Gras #2D152B
RGB
CMYK
RGB Variations
Color information
#2D152B (or 0x2D152B) is known color: Mardi Gras. HEX triplet: 2D, 15 and 2B. RGB value is (45,21,43). Sum of RGB (Red+Green+Blue) = 45+21+43=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 45 - color contains mainly: red. Hex color #2D152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D152B is #D2EAD4. Grayscale: #1E1E1E. Windows color (decimal): -13822677 or 2823469. OLE color: 2823469.
HSL color Cylindrical-coordinate representation of color #2D152B: hue angle of 305º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D152B is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 21 | 43 | - |
CMYK | 0 | 0.53 | 0.04 | 0.82 |
HSL | 305º | 0.36% | 0.13% | - |
HSV(B) | 305º | 0.53% | 0.18% | - |
XYZ | 1.79 | 1.27 | 2.44 | - |
YUV | 30.68 | 134.95 | 138.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 21 | 43 | 0 | 0.53 | 0.04 | 0.82 | 305 | 0.36 | 0.13 |
Hex | 2D | 15 | 2B | 0 | 35 | 4 | 52 | 131 | 24 | D |
Octal | 55 | 25 | 53 | 0 | 65 | 4 | 122 | 461 | 44 | 15 |
Binary | 101101 | 10101 | 101011 | 0 | 110101 | 100 | 1010010 | 100110001 | 100100 | 1101 |
Color Harmonies of #2D152B
Complementary color
Monochromatic Colors of #2D152B
Black with #2D152B
Text Example
Text Example
White with #2D152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D152B; }
p { color: rgb(45,21,43); }
H1.HeaderClassName
{
color: #2D152B;
}
.AnyTagClassName
{
color: #2D152B;
}
</style>
background-color css
<style>
a { background-color: #2D152B; }
a { background-color: rgb(45,21,43); }
div.DivClassName
{
background-color: #2D152B;
}
.BgClassName
{
background-color: #2D152B;
}
</style>
border-color css
<style>
span { border-color: #2D152B; }
span { border-color: rgb(45,21,43); }
td.TdClassName
{
border-color: #2D152B;
}
.TagClassName
{
border-color: #2D152B;
}
</style>