Shades of Blackcurrant #3F0951
Tints of Blackcurrant #3F0951
RGB
CMYK
RGB Variations
Color information
#3F0951 (or 0x3F0951) is known color: Blackcurrant. HEX triplet: 3F, 09 and 51. RGB value is (63,9,81). Sum of RGB (Red+Green+Blue) = 63+9+81=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F0951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0951 is #C0F6AE. Grayscale: #212121. Windows color (decimal): -12646063 or 5310783. OLE color: 5310783.
HSL color Cylindrical-coordinate representation of color #3F0951: hue angle of 285º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0951 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 9 | 81 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.68 |
| HSL | 285º | 0.8% | 0.18% | - |
| HSV(B) | 285º | 0.89% | 0.32% | - |
| XYZ | 3.63 | 1.85 | 7.95 | - |
| YUV | 33.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 81 | 0.22 | 0.89 | 0 | 0.68 | 285 | 0.8 | 0.18 |
| Hex | 3F | 9 | 51 | 16 | 59 | 0 | 44 | 11D | 50 | 12 |
| Octal | 77 | 11 | 121 | 26 | 131 | 0 | 104 | 435 | 120 | 22 |
| Binary | 111111 | 1001 | 1010001 | 10110 | 1011001 | 0 | 1000100 | 100011101 | 1010000 | 10010 |
Color Harmonies of #3F0951
Complementary color
Monochromatic Colors of #3F0951
Black with #3F0951
Text Example
Text Example
White with #3F0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0951; }
p { color: rgb(63,9,81); }
H1.HeaderClassName
{
color: #3F0951;
}
.AnyTagClassName
{
color: #3F0951;
}
</style>
background-color css
<style>
a { background-color: #3F0951; }
a { background-color: rgb(63,9,81); }
div.DivClassName
{
background-color: #3F0951;
}
.BgClassName
{
background-color: #3F0951;
}
</style>
border-color css
<style>
span { border-color: #3F0951; }
span { border-color: rgb(63,9,81); }
td.TdClassName
{
border-color: #3F0951;
}
.TagClassName
{
border-color: #3F0951;
}
</style>