Shades of Blackcurrant #2F004D
Tints of Blackcurrant #2F004D
RGB
CMYK
RGB Variations
Color information
#2F004D (or 0x2F004D) is known color: Blackcurrant. HEX triplet: 2F, 00 and 4D. RGB value is (47,0,77). Sum of RGB (Red+Green+Blue) = 47+0+77=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F004D is #D0FFB2. Grayscale: #161616. Windows color (decimal): -13696947 or 5046319. OLE color: 5046319.
HSL color Cylindrical-coordinate representation of color #2F004D: hue angle of 276.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F004D is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 0 | 77 | - |
| CMYK | 0.39 | 1 | 0 | 0.70 |
| HSL | 276.62º | 1% | 0.15% | - |
| HSV(B) | 276.62º | 1% | 0.3% | - |
| XYZ | 2.51 | 1.14 | 7.11 | - |
| YUV | 22.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 77 | 0.39 | 1 | 0 | 0.70 | 276.62 | 1 | 0.15 |
| Hex | 2F | 0 | 4D | 27 | 64 | 0 | 46 | 115 | 64 | F |
| Octal | 57 | 0 | 115 | 47 | 144 | 0 | 106 | 425 | 144 | 17 |
| Binary | 101111 | 0 | 1001101 | 100111 | 1100100 | 0 | 1000110 | 100010101 | 1100100 | 1111 |
Color Harmonies of #2F004D
Complementary color
Monochromatic Colors of #2F004D
Black with #2F004D
Text Example
Text Example
White with #2F004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F004D; }
p { color: rgb(47,0,77); }
H1.HeaderClassName
{
color: #2F004D;
}
.AnyTagClassName
{
color: #2F004D;
}
</style>
background-color css
<style>
a { background-color: #2F004D; }
a { background-color: rgb(47,0,77); }
div.DivClassName
{
background-color: #2F004D;
}
.BgClassName
{
background-color: #2F004D;
}
</style>
border-color css
<style>
span { border-color: #2F004D; }
span { border-color: rgb(47,0,77); }
td.TdClassName
{
border-color: #2F004D;
}
.TagClassName
{
border-color: #2F004D;
}
</style>