Shades of Blackcurrant #3F0851
Tints of Blackcurrant #3F0851
RGB
CMYK
RGB Variations
Color information
#3F0851 (or 0x3F0851) is known color: Blackcurrant. HEX triplet: 3F, 08 and 51. RGB value is (63,8,81). Sum of RGB (Red+Green+Blue) = 63+8+81=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0851 is #C0F7AE. Grayscale: #202020. Windows color (decimal): -12646319 or 5310527. OLE color: 5310527.
HSL color Cylindrical-coordinate representation of color #3F0851: hue angle of 285.21º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0851 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 8 | 81 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.68 |
| HSL | 285.21º | 0.82% | 0.17% | - |
| HSV(B) | 285.21º | 0.9% | 0.32% | - |
| XYZ | 3.62 | 1.82 | 7.95 | - |
| YUV | 32.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 81 | 0.22 | 0.90 | 0 | 0.68 | 285.21 | 0.82 | 0.17 |
| Hex | 3F | 8 | 51 | 16 | 5A | 0 | 44 | 11D | 52 | 11 |
| Octal | 77 | 10 | 121 | 26 | 132 | 0 | 104 | 435 | 122 | 21 |
| Binary | 111111 | 1000 | 1010001 | 10110 | 1011010 | 0 | 1000100 | 100011101 | 1010010 | 10001 |
Color Harmonies of #3F0851
Complementary color
Monochromatic Colors of #3F0851
Black with #3F0851
Text Example
Text Example
White with #3F0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0851; }
p { color: rgb(63,8,81); }
H1.HeaderClassName
{
color: #3F0851;
}
.AnyTagClassName
{
color: #3F0851;
}
</style>
background-color css
<style>
a { background-color: #3F0851; }
a { background-color: rgb(63,8,81); }
div.DivClassName
{
background-color: #3F0851;
}
.BgClassName
{
background-color: #3F0851;
}
</style>
border-color css
<style>
span { border-color: #3F0851; }
span { border-color: rgb(63,8,81); }
td.TdClassName
{
border-color: #3F0851;
}
.TagClassName
{
border-color: #3F0851;
}
</style>