Shades of Blackcurrant #2F064D
Tints of Blackcurrant #2F064D
RGB
CMYK
RGB Variations
Color information
#2F064D (or 0x2F064D) is known color: Blackcurrant. HEX triplet: 2F, 06 and 4D. RGB value is (47,6,77). Sum of RGB (Red+Green+Blue) = 47+6+77=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F064D is #D0F9B2. Grayscale: #1A1A1A. Windows color (decimal): -13695411 or 5047855. OLE color: 5047855.
HSL color Cylindrical-coordinate representation of color #2F064D: hue angle of 274.65º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F064D is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 6 | 77 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.70 |
| HSL | 274.65º | 0.86% | 0.16% | - |
| HSV(B) | 274.65º | 0.92% | 0.3% | - |
| XYZ | 2.58 | 1.27 | 7.13 | - |
| YUV | 26.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 77 | 0.39 | 0.92 | 0 | 0.70 | 274.65 | 0.86 | 0.16 |
| Hex | 2F | 6 | 4D | 27 | 5C | 0 | 46 | 113 | 56 | 10 |
| Octal | 57 | 6 | 115 | 47 | 134 | 0 | 106 | 423 | 126 | 20 |
| Binary | 101111 | 110 | 1001101 | 100111 | 1011100 | 0 | 1000110 | 100010011 | 1010110 | 10000 |
Color Harmonies of #2F064D
Complementary color
Monochromatic Colors of #2F064D
Black with #2F064D
Text Example
Text Example
White with #2F064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F064D; }
p { color: rgb(47,6,77); }
H1.HeaderClassName
{
color: #2F064D;
}
.AnyTagClassName
{
color: #2F064D;
}
</style>
background-color css
<style>
a { background-color: #2F064D; }
a { background-color: rgb(47,6,77); }
div.DivClassName
{
background-color: #2F064D;
}
.BgClassName
{
background-color: #2F064D;
}
</style>
border-color css
<style>
span { border-color: #2F064D; }
span { border-color: rgb(47,6,77); }
td.TdClassName
{
border-color: #2F064D;
}
.TagClassName
{
border-color: #2F064D;
}
</style>