Shades of Blackcurrant #2D2031
Tints of Blackcurrant #2D2031
RGB
CMYK
RGB Variations
Color information
#2D2031 (or 0x2D2031) is known color: Blackcurrant. HEX triplet: 2D, 20 and 31. RGB value is (45,32,49). Sum of RGB (Red+Green+Blue) = 45+32+49=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2031 is #D2DFCE. Grayscale: #252525. Windows color (decimal): -13819855 or 3219501. OLE color: 3219501.
HSL color Cylindrical-coordinate representation of color #2D2031: hue angle of 285.88º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D2031 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 32 | 49 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.81 |
| HSL | 285.88º | 0.21% | 0.16% | - |
| HSV(B) | 285.88º | 0.35% | 0.19% | - |
| XYZ | 2.15 | 1.81 | 3.14 | - |
| YUV | 37.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 49 | 0.08 | 0.35 | 0 | 0.81 | 285.88 | 0.21 | 0.16 |
| Hex | 2D | 20 | 31 | 8 | 23 | 0 | 51 | 11E | 15 | 10 |
| Octal | 55 | 40 | 61 | 10 | 43 | 0 | 121 | 436 | 25 | 20 |
| Binary | 101101 | 100000 | 110001 | 1000 | 100011 | 0 | 1010001 | 100011110 | 10101 | 10000 |
Color Harmonies of #2D2031
Complementary color
Monochromatic Colors of #2D2031
Black with #2D2031
Text Example
Text Example
White with #2D2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2031; }
p { color: rgb(45,32,49); }
H1.HeaderClassName
{
color: #2D2031;
}
.AnyTagClassName
{
color: #2D2031;
}
</style>
background-color css
<style>
a { background-color: #2D2031; }
a { background-color: rgb(45,32,49); }
div.DivClassName
{
background-color: #2D2031;
}
.BgClassName
{
background-color: #2D2031;
}
</style>
border-color css
<style>
span { border-color: #2D2031; }
span { border-color: rgb(45,32,49); }
td.TdClassName
{
border-color: #2D2031;
}
.TagClassName
{
border-color: #2D2031;
}
</style>