Shades of Blackcurrant #2F0851
Tints of Blackcurrant #2F0851
RGB
CMYK
RGB Variations
Color information
#2F0851 (or 0x2F0851) is known color: Blackcurrant. HEX triplet: 2F, 08 and 51. RGB value is (47,8,81). Sum of RGB (Red+Green+Blue) = 47+8+81=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0851 is #D0F7AE. Grayscale: #1B1B1B. Windows color (decimal): -13694895 or 5310511. OLE color: 5310511.
HSL color Cylindrical-coordinate representation of color #2F0851: hue angle of 272.05º 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 #2F0851 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 8 | 81 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.68 |
| HSL | 272.05º | 0.82% | 0.17% | - |
| HSV(B) | 272.05º | 0.9% | 0.32% | - |
| XYZ | 2.74 | 1.37 | 7.9 | - |
| YUV | 27.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 81 | 0.42 | 0.90 | 0 | 0.68 | 272.05 | 0.82 | 0.17 |
| Hex | 2F | 8 | 51 | 2A | 5A | 0 | 44 | 110 | 52 | 11 |
| Octal | 57 | 10 | 121 | 52 | 132 | 0 | 104 | 420 | 122 | 21 |
| Binary | 101111 | 1000 | 1010001 | 101010 | 1011010 | 0 | 1000100 | 100010000 | 1010010 | 10001 |
Color Harmonies of #2F0851
Complementary color
Monochromatic Colors of #2F0851
Black with #2F0851
Text Example
Text Example
White with #2F0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0851; }
p { color: rgb(47,8,81); }
H1.HeaderClassName
{
color: #2F0851;
}
.AnyTagClassName
{
color: #2F0851;
}
</style>
background-color css
<style>
a { background-color: #2F0851; }
a { background-color: rgb(47,8,81); }
div.DivClassName
{
background-color: #2F0851;
}
.BgClassName
{
background-color: #2F0851;
}
</style>
border-color css
<style>
span { border-color: #2F0851; }
span { border-color: rgb(47,8,81); }
td.TdClassName
{
border-color: #2F0851;
}
.TagClassName
{
border-color: #2F0851;
}
</style>