Shades of Blackcurrant #3F0257
Tints of Blackcurrant #3F0257
RGB
CMYK
RGB Variations
Color information
#3F0257 (or 0x3F0257) is known color: Blackcurrant. HEX triplet: 3F, 02 and 57. RGB value is (63,2,87). Sum of RGB (Red+Green+Blue) = 63+2+87=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F0257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0257 is #C0FDA8. Grayscale: #1D1D1D. Windows color (decimal): -12647849 or 5702207. OLE color: 5702207.
HSL color Cylindrical-coordinate representation of color #3F0257: hue angle of 283.06º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0257 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 2 | 87 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.66 |
| HSL | 283.06º | 0.96% | 0.17% | - |
| HSV(B) | 283.06º | 0.98% | 0.34% | - |
| XYZ | 3.79 | 1.79 | 9.16 | - |
| YUV | 29.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 87 | 0.28 | 0.98 | 0 | 0.66 | 283.06 | 0.96 | 0.17 |
| Hex | 3F | 2 | 57 | 1C | 62 | 0 | 42 | 11B | 60 | 11 |
| Octal | 77 | 2 | 127 | 34 | 142 | 0 | 102 | 433 | 140 | 21 |
| Binary | 111111 | 10 | 1010111 | 11100 | 1100010 | 0 | 1000010 | 100011011 | 1100000 | 10001 |
Color Harmonies of #3F0257
Complementary color
Monochromatic Colors of #3F0257
Black with #3F0257
Text Example
Text Example
White with #3F0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0257; }
p { color: rgb(63,2,87); }
H1.HeaderClassName
{
color: #3F0257;
}
.AnyTagClassName
{
color: #3F0257;
}
</style>
background-color css
<style>
a { background-color: #3F0257; }
a { background-color: rgb(63,2,87); }
div.DivClassName
{
background-color: #3F0257;
}
.BgClassName
{
background-color: #3F0257;
}
</style>
border-color css
<style>
span { border-color: #3F0257; }
span { border-color: rgb(63,2,87); }
td.TdClassName
{
border-color: #3F0257;
}
.TagClassName
{
border-color: #3F0257;
}
</style>