Shades of Blackcurrant #2F0847
Tints of Blackcurrant #2F0847
RGB
CMYK
RGB Variations
Color information
#2F0847 (or 0x2F0847) is known color: Blackcurrant. HEX triplet: 2F, 08 and 47. RGB value is (47,8,71). Sum of RGB (Red+Green+Blue) = 47+8+71=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F0847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0847 is #D0F7B8. Grayscale: #1A1A1A. Windows color (decimal): -13694905 or 4655151. OLE color: 4655151.
HSL color Cylindrical-coordinate representation of color #2F0847: hue angle of 277.14º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0847 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 8 | 71 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.72 |
| HSL | 277.14º | 0.8% | 0.15% | - |
| HSV(B) | 277.14º | 0.89% | 0.28% | - |
| XYZ | 2.4 | 1.23 | 6.07 | - |
| YUV | 26.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 71 | 0.34 | 0.89 | 0 | 0.72 | 277.14 | 0.8 | 0.15 |
| Hex | 2F | 8 | 47 | 22 | 59 | 0 | 48 | 115 | 50 | F |
| Octal | 57 | 10 | 107 | 42 | 131 | 0 | 110 | 425 | 120 | 17 |
| Binary | 101111 | 1000 | 1000111 | 100010 | 1011001 | 0 | 1001000 | 100010101 | 1010000 | 1111 |
Color Harmonies of #2F0847
Complementary color
Monochromatic Colors of #2F0847
Black with #2F0847
Text Example
Text Example
White with #2F0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0847; }
p { color: rgb(47,8,71); }
H1.HeaderClassName
{
color: #2F0847;
}
.AnyTagClassName
{
color: #2F0847;
}
</style>
background-color css
<style>
a { background-color: #2F0847; }
a { background-color: rgb(47,8,71); }
div.DivClassName
{
background-color: #2F0847;
}
.BgClassName
{
background-color: #2F0847;
}
</style>
border-color css
<style>
span { border-color: #2F0847; }
span { border-color: rgb(47,8,71); }
td.TdClassName
{
border-color: #2F0847;
}
.TagClassName
{
border-color: #2F0847;
}
</style>