Shades of Blackcurrant #3F0F50
Tints of Blackcurrant #3F0F50
RGB
CMYK
RGB Variations
Color information
#3F0F50 (or 0x3F0F50) is known color: Blackcurrant. HEX triplet: 3F, 0F and 50. RGB value is (63,15,80). Sum of RGB (Red+Green+Blue) = 63+15+80=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F0F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0F50 is #C0F0AF. Grayscale: #242424. Windows color (decimal): -12644528 or 5246783. OLE color: 5246783.
HSL color Cylindrical-coordinate representation of color #3F0F50: hue angle of 284.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F0F50 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 15 | 80 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.69 |
| HSL | 284.31º | 0.68% | 0.19% | - |
| HSV(B) | 284.31º | 0.81% | 0.31% | - |
| XYZ | 3.67 | 1.98 | 7.78 | - |
| YUV | 36.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 80 | 0.21 | 0.81 | 0 | 0.69 | 284.31 | 0.68 | 0.19 |
| Hex | 3F | F | 50 | 15 | 51 | 0 | 45 | 11C | 44 | 13 |
| Octal | 77 | 17 | 120 | 25 | 121 | 0 | 105 | 434 | 104 | 23 |
| Binary | 111111 | 1111 | 1010000 | 10101 | 1010001 | 0 | 1000101 | 100011100 | 1000100 | 10011 |
Color Harmonies of #3F0F50
Complementary color
Monochromatic Colors of #3F0F50
Black with #3F0F50
Text Example
Text Example
White with #3F0F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F50; }
p { color: rgb(63,15,80); }
H1.HeaderClassName
{
color: #3F0F50;
}
.AnyTagClassName
{
color: #3F0F50;
}
</style>
background-color css
<style>
a { background-color: #3F0F50; }
a { background-color: rgb(63,15,80); }
div.DivClassName
{
background-color: #3F0F50;
}
.BgClassName
{
background-color: #3F0F50;
}
</style>
border-color css
<style>
span { border-color: #3F0F50; }
span { border-color: rgb(63,15,80); }
td.TdClassName
{
border-color: #3F0F50;
}
.TagClassName
{
border-color: #3F0F50;
}
</style>