Shades of Blackcurrant #2D2039
Tints of Blackcurrant #2D2039
RGB
CMYK
RGB Variations
Color information
#2D2039 (or 0x2D2039) is known color: Blackcurrant. HEX triplet: 2D, 20 and 39. RGB value is (45,32,57). Sum of RGB (Red+Green+Blue) = 45+32+57=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D2039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2039 is #D2DFC6. Grayscale: #262626. Windows color (decimal): -13819847 or 3743789. OLE color: 3743789.
HSL color Cylindrical-coordinate representation of color #2D2039: hue angle of 271.2º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D2039 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 32 | 57 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.78 |
| HSL | 271.2º | 0.28% | 0.17% | - |
| HSV(B) | 271.2º | 0.44% | 0.22% | - |
| XYZ | 2.34 | 1.89 | 4.11 | - |
| YUV | 38.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 57 | 0.21 | 0.44 | 0 | 0.78 | 271.2 | 0.28 | 0.17 |
| Hex | 2D | 20 | 39 | 15 | 2C | 0 | 4E | 10F | 1C | 11 |
| Octal | 55 | 40 | 71 | 25 | 54 | 0 | 116 | 417 | 34 | 21 |
| Binary | 101101 | 100000 | 111001 | 10101 | 101100 | 0 | 1001110 | 100001111 | 11100 | 10001 |
Color Harmonies of #2D2039
Complementary color
Monochromatic Colors of #2D2039
Black with #2D2039
Text Example
Text Example
White with #2D2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2039; }
p { color: rgb(45,32,57); }
H1.HeaderClassName
{
color: #2D2039;
}
.AnyTagClassName
{
color: #2D2039;
}
</style>
background-color css
<style>
a { background-color: #2D2039; }
a { background-color: rgb(45,32,57); }
div.DivClassName
{
background-color: #2D2039;
}
.BgClassName
{
background-color: #2D2039;
}
</style>
border-color css
<style>
span { border-color: #2D2039; }
span { border-color: rgb(45,32,57); }
td.TdClassName
{
border-color: #2D2039;
}
.TagClassName
{
border-color: #2D2039;
}
</style>