Shades of Mardi Gras #2D172B
Tints of Mardi Gras #2D172B
RGB
CMYK
RGB Variations
Color information
#2D172B (or 0x2D172B) is known color: Mardi Gras. HEX triplet: 2D, 17 and 2B. RGB value is (45,23,43). Sum of RGB (Red+Green+Blue) = 45+23+43=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 45 - color contains mainly: red. Hex color #2D172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D172B is #D2E8D4. Grayscale: #1F1F1F. Windows color (decimal): -13822165 or 2823981. OLE color: 2823981.
HSL color Cylindrical-coordinate representation of color #2D172B: hue angle of 305.45º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D172B is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 23 | 43 | - |
CMYK | 0 | 0.49 | 0.04 | 0.82 |
HSL | 305.45º | 0.32% | 0.13% | - |
HSV(B) | 305.45º | 0.49% | 0.18% | - |
XYZ | 1.82 | 1.35 | 2.45 | - |
YUV | 31.86 | 134.29 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 23 | 43 | 0 | 0.49 | 0.04 | 0.82 | 305.45 | 0.32 | 0.13 |
Hex | 2D | 17 | 2B | 0 | 31 | 4 | 52 | 131 | 20 | D |
Octal | 55 | 27 | 53 | 0 | 61 | 4 | 122 | 461 | 40 | 15 |
Binary | 101101 | 10111 | 101011 | 0 | 110001 | 100 | 1010010 | 100110001 | 100000 | 1101 |
Color Harmonies of #2D172B
Complementary color
Monochromatic Colors of #2D172B
Black with #2D172B
Text Example
Text Example
White with #2D172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D172B; }
p { color: rgb(45,23,43); }
H1.HeaderClassName
{
color: #2D172B;
}
.AnyTagClassName
{
color: #2D172B;
}
</style>
background-color css
<style>
a { background-color: #2D172B; }
a { background-color: rgb(45,23,43); }
div.DivClassName
{
background-color: #2D172B;
}
.BgClassName
{
background-color: #2D172B;
}
</style>
border-color css
<style>
span { border-color: #2D172B; }
span { border-color: rgb(45,23,43); }
td.TdClassName
{
border-color: #2D172B;
}
.TagClassName
{
border-color: #2D172B;
}
</style>