Shades of Blackcurrant #2F0846
Tints of Blackcurrant #2F0846
RGB
CMYK
RGB Variations
Color information
#2F0846 (or 0x2F0846) is known color: Blackcurrant. HEX triplet: 2F, 08 and 46. RGB value is (47,8,70). Sum of RGB (Red+Green+Blue) = 47+8+70=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F0846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0846 is #D0F7B9. Grayscale: #1A1A1A. Windows color (decimal): -13694906 or 4589615. OLE color: 4589615.
HSL color Cylindrical-coordinate representation of color #2F0846: hue angle of 277.74º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0846 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 8 | 70 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.73 |
| HSL | 277.74º | 0.79% | 0.15% | - |
| HSV(B) | 277.74º | 0.89% | 0.27% | - |
| XYZ | 2.36 | 1.22 | 5.91 | - |
| YUV | 26.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 70 | 0.33 | 0.89 | 0 | 0.73 | 277.74 | 0.79 | 0.15 |
| Hex | 2F | 8 | 46 | 21 | 59 | 0 | 49 | 116 | 4F | F |
| Octal | 57 | 10 | 106 | 41 | 131 | 0 | 111 | 426 | 117 | 17 |
| Binary | 101111 | 1000 | 1000110 | 100001 | 1011001 | 0 | 1001001 | 100010110 | 1001111 | 1111 |
Color Harmonies of #2F0846
Complementary color
Monochromatic Colors of #2F0846
Black with #2F0846
Text Example
Text Example
White with #2F0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0846; }
p { color: rgb(47,8,70); }
H1.HeaderClassName
{
color: #2F0846;
}
.AnyTagClassName
{
color: #2F0846;
}
</style>
background-color css
<style>
a { background-color: #2F0846; }
a { background-color: rgb(47,8,70); }
div.DivClassName
{
background-color: #2F0846;
}
.BgClassName
{
background-color: #2F0846;
}
</style>
border-color css
<style>
span { border-color: #2F0846; }
span { border-color: rgb(47,8,70); }
td.TdClassName
{
border-color: #2F0846;
}
.TagClassName
{
border-color: #2F0846;
}
</style>