Shades of Blackcurrant #3F0147
Tints of Blackcurrant #3F0147
RGB
CMYK
RGB Variations
Color information
#3F0147 (or 0x3F0147) is known color: Blackcurrant. HEX triplet: 3F, 01 and 47. RGB value is (63,1,71). Sum of RGB (Red+Green+Blue) = 63+1+71=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F0147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0147 is #C0FEB8. Grayscale: #1B1B1B. Windows color (decimal): -12648121 or 4653375. OLE color: 4653375.
HSL color Cylindrical-coordinate representation of color #3F0147: hue angle of 293.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0147 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 1 | 71 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.72 |
| HSL | 293.14º | 0.97% | 0.14% | - |
| HSV(B) | 293.14º | 0.99% | 0.28% | - |
| XYZ | 3.2 | 1.53 | 6.09 | - |
| YUV | 27.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 71 | 0.11 | 0.99 | 0 | 0.72 | 293.14 | 0.97 | 0.14 |
| Hex | 3F | 1 | 47 | B | 63 | 0 | 48 | 125 | 61 | E |
| Octal | 77 | 1 | 107 | 13 | 143 | 0 | 110 | 445 | 141 | 16 |
| Binary | 111111 | 1 | 1000111 | 1011 | 1100011 | 0 | 1001000 | 100100101 | 1100001 | 1110 |
Color Harmonies of #3F0147
Complementary color
Monochromatic Colors of #3F0147
Black with #3F0147
Text Example
Text Example
White with #3F0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0147; }
p { color: rgb(63,1,71); }
H1.HeaderClassName
{
color: #3F0147;
}
.AnyTagClassName
{
color: #3F0147;
}
</style>
background-color css
<style>
a { background-color: #3F0147; }
a { background-color: rgb(63,1,71); }
div.DivClassName
{
background-color: #3F0147;
}
.BgClassName
{
background-color: #3F0147;
}
</style>
border-color css
<style>
span { border-color: #3F0147; }
span { border-color: rgb(63,1,71); }
td.TdClassName
{
border-color: #3F0147;
}
.TagClassName
{
border-color: #3F0147;
}
</style>