Shades of Blackcurrant #2F084B
Tints of Blackcurrant #2F084B
RGB
CMYK
RGB Variations
Color information
#2F084B (or 0x2F084B) is known color: Blackcurrant. HEX triplet: 2F, 08 and 4B. RGB value is (47,8,75). Sum of RGB (Red+Green+Blue) = 47+8+75=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F084B is #D0F7B4. Grayscale: #1B1B1B. Windows color (decimal): -13694901 or 4917295. OLE color: 4917295.
HSL color Cylindrical-coordinate representation of color #2F084B: hue angle of 274.93º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F084B is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 8 | 75 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.71 |
| HSL | 274.93º | 0.81% | 0.16% | - |
| HSV(B) | 274.93º | 0.89% | 0.29% | - |
| XYZ | 2.53 | 1.29 | 6.77 | - |
| YUV | 27.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 75 | 0.37 | 0.89 | 0 | 0.71 | 274.93 | 0.81 | 0.16 |
| Hex | 2F | 8 | 4B | 25 | 59 | 0 | 47 | 113 | 51 | 10 |
| Octal | 57 | 10 | 113 | 45 | 131 | 0 | 107 | 423 | 121 | 20 |
| Binary | 101111 | 1000 | 1001011 | 100101 | 1011001 | 0 | 1000111 | 100010011 | 1010001 | 10000 |
Color Harmonies of #2F084B
Complementary color
Monochromatic Colors of #2F084B
Black with #2F084B
Text Example
Text Example
White with #2F084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F084B; }
p { color: rgb(47,8,75); }
H1.HeaderClassName
{
color: #2F084B;
}
.AnyTagClassName
{
color: #2F084B;
}
</style>
background-color css
<style>
a { background-color: #2F084B; }
a { background-color: rgb(47,8,75); }
div.DivClassName
{
background-color: #2F084B;
}
.BgClassName
{
background-color: #2F084B;
}
</style>
border-color css
<style>
span { border-color: #2F084B; }
span { border-color: rgb(47,8,75); }
td.TdClassName
{
border-color: #2F084B;
}
.TagClassName
{
border-color: #2F084B;
}
</style>