Shades of Blackcurrant #3F0159
Tints of Blackcurrant #3F0159
RGB
CMYK
RGB Variations
Color information
#3F0159 (or 0x3F0159) is known color: Blackcurrant. HEX triplet: 3F, 01 and 59. RGB value is (63,1,89). Sum of RGB (Red+Green+Blue) = 63+1+89=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0159 is #C0FEA6. Grayscale: #1D1D1D. Windows color (decimal): -12648103 or 5833023. OLE color: 5833023.
HSL color Cylindrical-coordinate representation of color #3F0159: hue angle of 282.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0159 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 1 | 89 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.65 |
| HSL | 282.27º | 0.98% | 0.18% | - |
| HSV(B) | 282.27º | 0.99% | 0.35% | - |
| XYZ | 3.86 | 1.8 | 9.59 | - |
| YUV | 29.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 89 | 0.29 | 0.99 | 0 | 0.65 | 282.27 | 0.98 | 0.18 |
| Hex | 3F | 1 | 59 | 1D | 63 | 0 | 41 | 11A | 62 | 12 |
| Octal | 77 | 1 | 131 | 35 | 143 | 0 | 101 | 432 | 142 | 22 |
| Binary | 111111 | 1 | 1011001 | 11101 | 1100011 | 0 | 1000001 | 100011010 | 1100010 | 10010 |
Color Harmonies of #3F0159
Complementary color
Monochromatic Colors of #3F0159
Black with #3F0159
Text Example
Text Example
White with #3F0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0159; }
p { color: rgb(63,1,89); }
H1.HeaderClassName
{
color: #3F0159;
}
.AnyTagClassName
{
color: #3F0159;
}
</style>
background-color css
<style>
a { background-color: #3F0159; }
a { background-color: rgb(63,1,89); }
div.DivClassName
{
background-color: #3F0159;
}
.BgClassName
{
background-color: #3F0159;
}
</style>
border-color css
<style>
span { border-color: #3F0159; }
span { border-color: rgb(63,1,89); }
td.TdClassName
{
border-color: #3F0159;
}
.TagClassName
{
border-color: #3F0159;
}
</style>