Shades of Blackcurrant #2F0039
Tints of Blackcurrant #2F0039
RGB
CMYK
RGB Variations
Color information
#2F0039 (or 0x2F0039) is known color: Blackcurrant. HEX triplet: 2F, 00 and 39. RGB value is (47,0,57). Sum of RGB (Red+Green+Blue) = 47+0+57=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F0039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0039 is #D0FFC6. Grayscale: #141414. Windows color (decimal): -13696967 or 3735599. OLE color: 3735599.
HSL color Cylindrical-coordinate representation of color #2F0039: hue angle of 289.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0039 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 0 | 57 | - |
| CMYK | 0.18 | 1 | 0 | 0.78 |
| HSL | 289.47º | 1% | 0.11% | - |
| HSV(B) | 289.47º | 1% | 0.22% | - |
| XYZ | 1.91 | 0.9 | 3.94 | - |
| YUV | 20.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 57 | 0.18 | 1 | 0 | 0.78 | 289.47 | 1 | 0.11 |
| Hex | 2F | 0 | 39 | 12 | 64 | 0 | 4E | 121 | 64 | B |
| Octal | 57 | 0 | 71 | 22 | 144 | 0 | 116 | 441 | 144 | 13 |
| Binary | 101111 | 0 | 111001 | 10010 | 1100100 | 0 | 1001110 | 100100001 | 1100100 | 1011 |
Color Harmonies of #2F0039
Complementary color
Monochromatic Colors of #2F0039
Black with #2F0039
Text Example
Text Example
White with #2F0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0039; }
p { color: rgb(47,0,57); }
H1.HeaderClassName
{
color: #2F0039;
}
.AnyTagClassName
{
color: #2F0039;
}
</style>
background-color css
<style>
a { background-color: #2F0039; }
a { background-color: rgb(47,0,57); }
div.DivClassName
{
background-color: #2F0039;
}
.BgClassName
{
background-color: #2F0039;
}
</style>
border-color css
<style>
span { border-color: #2F0039; }
span { border-color: rgb(47,0,57); }
td.TdClassName
{
border-color: #2F0039;
}
.TagClassName
{
border-color: #2F0039;
}
</style>