Shades of Blackcurrant #2F084D
Tints of Blackcurrant #2F084D
RGB
CMYK
RGB Variations
Color information
#2F084D (or 0x2F084D) is known color: Blackcurrant. HEX triplet: 2F, 08 and 4D. RGB value is (47,8,77). Sum of RGB (Red+Green+Blue) = 47+8+77=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F084D is #D0F7B2. Grayscale: #1B1B1B. Windows color (decimal): -13694899 or 5048367. OLE color: 5048367.
HSL color Cylindrical-coordinate representation of color #2F084D: hue angle of 273.91º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F084D is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 8 | 77 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.70 |
| HSL | 273.91º | 0.81% | 0.17% | - |
| HSV(B) | 273.91º | 0.9% | 0.3% | - |
| XYZ | 2.6 | 1.31 | 7.14 | - |
| YUV | 27.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 77 | 0.39 | 0.90 | 0 | 0.70 | 273.91 | 0.81 | 0.17 |
| Hex | 2F | 8 | 4D | 27 | 5A | 0 | 46 | 112 | 51 | 11 |
| Octal | 57 | 10 | 115 | 47 | 132 | 0 | 106 | 422 | 121 | 21 |
| Binary | 101111 | 1000 | 1001101 | 100111 | 1011010 | 0 | 1000110 | 100010010 | 1010001 | 10001 |
Color Harmonies of #2F084D
Complementary color
Monochromatic Colors of #2F084D
Black with #2F084D
Text Example
Text Example
White with #2F084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F084D; }
p { color: rgb(47,8,77); }
H1.HeaderClassName
{
color: #2F084D;
}
.AnyTagClassName
{
color: #2F084D;
}
</style>
background-color css
<style>
a { background-color: #2F084D; }
a { background-color: rgb(47,8,77); }
div.DivClassName
{
background-color: #2F084D;
}
.BgClassName
{
background-color: #2F084D;
}
</style>
border-color css
<style>
span { border-color: #2F084D; }
span { border-color: rgb(47,8,77); }
td.TdClassName
{
border-color: #2F084D;
}
.TagClassName
{
border-color: #2F084D;
}
</style>