Shades of Blackcurrant #2D0750
Tints of Blackcurrant #2D0750
RGB
CMYK
RGB Variations
Color information
#2D0750 (or 0x2D0750) is known color: Blackcurrant. HEX triplet: 2D, 07 and 50. RGB value is (45,7,80). Sum of RGB (Red+Green+Blue) = 45+7+80=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D0750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0750 is #D2F8AF. Grayscale: #1A1A1A. Windows color (decimal): -13826224 or 5244717. OLE color: 5244717.
HSL color Cylindrical-coordinate representation of color #2D0750: hue angle of 271.23º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0750 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 7 | 80 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.69 |
| HSL | 271.23º | 0.84% | 0.17% | - |
| HSV(B) | 271.23º | 0.91% | 0.31% | - |
| XYZ | 2.61 | 1.29 | 7.7 | - |
| YUV | 26.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 80 | 0.44 | 0.91 | 0 | 0.69 | 271.23 | 0.84 | 0.17 |
| Hex | 2D | 7 | 50 | 2C | 5B | 0 | 45 | 10F | 54 | 11 |
| Octal | 55 | 7 | 120 | 54 | 133 | 0 | 105 | 417 | 124 | 21 |
| Binary | 101101 | 111 | 1010000 | 101100 | 1011011 | 0 | 1000101 | 100001111 | 1010100 | 10001 |
Color Harmonies of #2D0750
Complementary color
Monochromatic Colors of #2D0750
Black with #2D0750
Text Example
Text Example
White with #2D0750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0750; }
p { color: rgb(45,7,80); }
H1.HeaderClassName
{
color: #2D0750;
}
.AnyTagClassName
{
color: #2D0750;
}
</style>
background-color css
<style>
a { background-color: #2D0750; }
a { background-color: rgb(45,7,80); }
div.DivClassName
{
background-color: #2D0750;
}
.BgClassName
{
background-color: #2D0750;
}
</style>
border-color css
<style>
span { border-color: #2D0750; }
span { border-color: rgb(45,7,80); }
td.TdClassName
{
border-color: #2D0750;
}
.TagClassName
{
border-color: #2D0750;
}
</style>