Shades of Blackcurrant #2D0851
Tints of Blackcurrant #2D0851
RGB
CMYK
RGB Variations
Color information
#2D0851 (or 0x2D0851) is known color: Blackcurrant. HEX triplet: 2D, 08 and 51. RGB value is (45,8,81). Sum of RGB (Red+Green+Blue) = 45+8+81=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #2D0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0851 is #D2F7AE. Grayscale: #1B1B1B. Windows color (decimal): -13825967 or 5310509. OLE color: 5310509.
HSL color Cylindrical-coordinate representation of color #2D0851: hue angle of 270.41º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0851 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 8 | 81 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.68 |
| HSL | 270.41º | 0.82% | 0.17% | - |
| HSV(B) | 270.41º | 0.9% | 0.32% | - |
| XYZ | 2.65 | 1.33 | 7.9 | - |
| YUV | 27.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 81 | 0.44 | 0.90 | 0 | 0.68 | 270.41 | 0.82 | 0.17 |
| Hex | 2D | 8 | 51 | 2C | 5A | 0 | 44 | 10E | 52 | 11 |
| Octal | 55 | 10 | 121 | 54 | 132 | 0 | 104 | 416 | 122 | 21 |
| Binary | 101101 | 1000 | 1010001 | 101100 | 1011010 | 0 | 1000100 | 100001110 | 1010010 | 10001 |
Color Harmonies of #2D0851
Complementary color
Monochromatic Colors of #2D0851
Black with #2D0851
Text Example
Text Example
White with #2D0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0851; }
p { color: rgb(45,8,81); }
H1.HeaderClassName
{
color: #2D0851;
}
.AnyTagClassName
{
color: #2D0851;
}
</style>
background-color css
<style>
a { background-color: #2D0851; }
a { background-color: rgb(45,8,81); }
div.DivClassName
{
background-color: #2D0851;
}
.BgClassName
{
background-color: #2D0851;
}
</style>
border-color css
<style>
span { border-color: #2D0851; }
span { border-color: rgb(45,8,81); }
td.TdClassName
{
border-color: #2D0851;
}
.TagClassName
{
border-color: #2D0851;
}
</style>