Shades of Blackcurrant #2F0951
Tints of Blackcurrant #2F0951
RGB
CMYK
RGB Variations
Color information
#2F0951 (or 0x2F0951) is known color: Blackcurrant. HEX triplet: 2F, 09 and 51. RGB value is (47,9,81). Sum of RGB (Red+Green+Blue) = 47+9+81=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F0951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0951 is #D0F6AE. Grayscale: #1C1C1C. Windows color (decimal): -13694639 or 5310767. OLE color: 5310767.
HSL color Cylindrical-coordinate representation of color #2F0951: hue angle of 271.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0951 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 9 | 81 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.68 |
| HSL | 271.67º | 0.8% | 0.18% | - |
| HSV(B) | 271.67º | 0.89% | 0.32% | - |
| XYZ | 2.76 | 1.39 | 7.91 | - |
| YUV | 28.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 81 | 0.42 | 0.89 | 0 | 0.68 | 271.67 | 0.8 | 0.18 |
| Hex | 2F | 9 | 51 | 2A | 59 | 0 | 44 | 110 | 50 | 12 |
| Octal | 57 | 11 | 121 | 52 | 131 | 0 | 104 | 420 | 120 | 22 |
| Binary | 101111 | 1001 | 1010001 | 101010 | 1011001 | 0 | 1000100 | 100010000 | 1010000 | 10010 |
Color Harmonies of #2F0951
Complementary color
Monochromatic Colors of #2F0951
Black with #2F0951
Text Example
Text Example
White with #2F0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0951; }
p { color: rgb(47,9,81); }
H1.HeaderClassName
{
color: #2F0951;
}
.AnyTagClassName
{
color: #2F0951;
}
</style>
background-color css
<style>
a { background-color: #2F0951; }
a { background-color: rgb(47,9,81); }
div.DivClassName
{
background-color: #2F0951;
}
.BgClassName
{
background-color: #2F0951;
}
</style>
border-color css
<style>
span { border-color: #2F0951; }
span { border-color: rgb(47,9,81); }
td.TdClassName
{
border-color: #2F0951;
}
.TagClassName
{
border-color: #2F0951;
}
</style>