Shades of Blackcurrant #3F0158
Tints of Blackcurrant #3F0158
RGB
CMYK
RGB Variations
Color information
#3F0158 (or 0x3F0158) is known color: Blackcurrant. HEX triplet: 3F, 01 and 58. RGB value is (63,1,88). Sum of RGB (Red+Green+Blue) = 63+1+88=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F0158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0158 is #C0FEA7. Grayscale: #1D1D1D. Windows color (decimal): -12648104 or 5767487. OLE color: 5767487.
HSL color Cylindrical-coordinate representation of color #3F0158: hue angle of 282.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0158 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 1 | 88 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.65 |
| HSL | 282.76º | 0.98% | 0.17% | - |
| HSV(B) | 282.76º | 0.99% | 0.35% | - |
| XYZ | 3.82 | 1.78 | 9.38 | - |
| YUV | 29.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 88 | 0.28 | 0.99 | 0 | 0.65 | 282.76 | 0.98 | 0.17 |
| Hex | 3F | 1 | 58 | 1C | 63 | 0 | 41 | 11B | 62 | 11 |
| Octal | 77 | 1 | 130 | 34 | 143 | 0 | 101 | 433 | 142 | 21 |
| Binary | 111111 | 1 | 1011000 | 11100 | 1100011 | 0 | 1000001 | 100011011 | 1100010 | 10001 |
Color Harmonies of #3F0158
Complementary color
Monochromatic Colors of #3F0158
Black with #3F0158
Text Example
Text Example
White with #3F0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0158; }
p { color: rgb(63,1,88); }
H1.HeaderClassName
{
color: #3F0158;
}
.AnyTagClassName
{
color: #3F0158;
}
</style>
background-color css
<style>
a { background-color: #3F0158; }
a { background-color: rgb(63,1,88); }
div.DivClassName
{
background-color: #3F0158;
}
.BgClassName
{
background-color: #3F0158;
}
</style>
border-color css
<style>
span { border-color: #3F0158; }
span { border-color: rgb(63,1,88); }
td.TdClassName
{
border-color: #3F0158;
}
.TagClassName
{
border-color: #3F0158;
}
</style>