Shades of Blackcurrant #3F0F4E
Tints of Blackcurrant #3F0F4E
RGB
CMYK
RGB Variations
Color information
#3F0F4E (or 0x3F0F4E) is known color: Blackcurrant. HEX triplet: 3F, 0F and 4E. RGB value is (63,15,78). Sum of RGB (Red+Green+Blue) = 63+15+78=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F0F4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0F4E is #C0F0B1. Grayscale: #242424. Windows color (decimal): -12644530 or 5115711. OLE color: 5115711.
HSL color Cylindrical-coordinate representation of color #3F0F4E: hue angle of 285.71º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F0F4E is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 15 | 78 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.69 |
| HSL | 285.71º | 0.68% | 0.18% | - |
| HSV(B) | 285.71º | 0.81% | 0.31% | - |
| XYZ | 3.6 | 1.95 | 7.39 | - |
| YUV | 36.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 78 | 0.19 | 0.81 | 0 | 0.69 | 285.71 | 0.68 | 0.18 |
| Hex | 3F | F | 4E | 13 | 51 | 0 | 45 | 11E | 44 | 12 |
| Octal | 77 | 17 | 116 | 23 | 121 | 0 | 105 | 436 | 104 | 22 |
| Binary | 111111 | 1111 | 1001110 | 10011 | 1010001 | 0 | 1000101 | 100011110 | 1000100 | 10010 |
Color Harmonies of #3F0F4E
Complementary color
Monochromatic Colors of #3F0F4E
Black with #3F0F4E
Text Example
Text Example
White with #3F0F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F4E; }
p { color: rgb(63,15,78); }
H1.HeaderClassName
{
color: #3F0F4E;
}
.AnyTagClassName
{
color: #3F0F4E;
}
</style>
background-color css
<style>
a { background-color: #3F0F4E; }
a { background-color: rgb(63,15,78); }
div.DivClassName
{
background-color: #3F0F4E;
}
.BgClassName
{
background-color: #3F0F4E;
}
</style>
border-color css
<style>
span { border-color: #3F0F4E; }
span { border-color: rgb(63,15,78); }
td.TdClassName
{
border-color: #3F0F4E;
}
.TagClassName
{
border-color: #3F0F4E;
}
</style>