Shades of Blackcurrant #3F0356
Tints of Blackcurrant #3F0356
RGB
CMYK
RGB Variations
Color information
#3F0356 (or 0x3F0356) is known color: Blackcurrant. HEX triplet: 3F, 03 and 56. RGB value is (63,3,86). Sum of RGB (Red+Green+Blue) = 63+3+86=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F0356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0356 is #C0FCA9. Grayscale: #1E1E1E. Windows color (decimal): -12647594 or 5636927. OLE color: 5636927.
HSL color Cylindrical-coordinate representation of color #3F0356: hue angle of 283.37º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0356 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 3 | 86 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.66 |
| HSL | 283.37º | 0.93% | 0.17% | - |
| HSV(B) | 283.37º | 0.97% | 0.34% | - |
| XYZ | 3.76 | 1.79 | 8.95 | - |
| YUV | 30.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 86 | 0.27 | 0.97 | 0 | 0.66 | 283.37 | 0.93 | 0.17 |
| Hex | 3F | 3 | 56 | 1B | 61 | 0 | 42 | 11B | 5D | 11 |
| Octal | 77 | 3 | 126 | 33 | 141 | 0 | 102 | 433 | 135 | 21 |
| Binary | 111111 | 11 | 1010110 | 11011 | 1100001 | 0 | 1000010 | 100011011 | 1011101 | 10001 |
Color Harmonies of #3F0356
Complementary color
Monochromatic Colors of #3F0356
Black with #3F0356
Text Example
Text Example
White with #3F0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0356; }
p { color: rgb(63,3,86); }
H1.HeaderClassName
{
color: #3F0356;
}
.AnyTagClassName
{
color: #3F0356;
}
</style>
background-color css
<style>
a { background-color: #3F0356; }
a { background-color: rgb(63,3,86); }
div.DivClassName
{
background-color: #3F0356;
}
.BgClassName
{
background-color: #3F0356;
}
</style>
border-color css
<style>
span { border-color: #3F0356; }
span { border-color: rgb(63,3,86); }
td.TdClassName
{
border-color: #3F0356;
}
.TagClassName
{
border-color: #3F0356;
}
</style>