Shades of Blackcurrant #2D0751
Tints of Blackcurrant #2D0751
RGB
CMYK
RGB Variations
Color information
#2D0751 (or 0x2D0751) is known color: Blackcurrant. HEX triplet: 2D, 07 and 51. RGB value is (45,7,81). Sum of RGB (Red+Green+Blue) = 45+7+81=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #2D0751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0751 is #D2F8AE. Grayscale: #1A1A1A. Windows color (decimal): -13826223 or 5310253. OLE color: 5310253.
HSL color Cylindrical-coordinate representation of color #2D0751: hue angle of 270.81º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0751 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 7 | 81 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.68 |
| HSL | 270.81º | 0.84% | 0.17% | - |
| HSV(B) | 270.81º | 0.91% | 0.32% | - |
| XYZ | 2.64 | 1.3 | 7.9 | - |
| YUV | 26.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 81 | 0.44 | 0.91 | 0 | 0.68 | 270.81 | 0.84 | 0.17 |
| Hex | 2D | 7 | 51 | 2C | 5B | 0 | 44 | 10F | 54 | 11 |
| Octal | 55 | 7 | 121 | 54 | 133 | 0 | 104 | 417 | 124 | 21 |
| Binary | 101101 | 111 | 1010001 | 101100 | 1011011 | 0 | 1000100 | 100001111 | 1010100 | 10001 |
Color Harmonies of #2D0751
Complementary color
Monochromatic Colors of #2D0751
Black with #2D0751
Text Example
Text Example
White with #2D0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0751; }
p { color: rgb(45,7,81); }
H1.HeaderClassName
{
color: #2D0751;
}
.AnyTagClassName
{
color: #2D0751;
}
</style>
background-color css
<style>
a { background-color: #2D0751; }
a { background-color: rgb(45,7,81); }
div.DivClassName
{
background-color: #2D0751;
}
.BgClassName
{
background-color: #2D0751;
}
</style>
border-color css
<style>
span { border-color: #2D0751; }
span { border-color: rgb(45,7,81); }
td.TdClassName
{
border-color: #2D0751;
}
.TagClassName
{
border-color: #2D0751;
}
</style>