Shades of Blackcurrant #3F0351
Tints of Blackcurrant #3F0351
RGB
CMYK
RGB Variations
Color information
#3F0351 (or 0x3F0351) is known color: Blackcurrant. HEX triplet: 3F, 03 and 51. RGB value is (63,3,81). Sum of RGB (Red+Green+Blue) = 63+3+81=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F0351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0351 is #C0FCAE. Grayscale: #1D1D1D. Windows color (decimal): -12647599 or 5309247. OLE color: 5309247.
HSL color Cylindrical-coordinate representation of color #3F0351: hue angle of 286.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0351 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 3 | 81 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.68 |
| HSL | 286.15º | 0.93% | 0.16% | - |
| HSV(B) | 286.15º | 0.96% | 0.32% | - |
| XYZ | 3.57 | 1.72 | 7.93 | - |
| YUV | 29.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 81 | 0.22 | 0.96 | 0 | 0.68 | 286.15 | 0.93 | 0.16 |
| Hex | 3F | 3 | 51 | 16 | 60 | 0 | 44 | 11E | 5D | 10 |
| Octal | 77 | 3 | 121 | 26 | 140 | 0 | 104 | 436 | 135 | 20 |
| Binary | 111111 | 11 | 1010001 | 10110 | 1100000 | 0 | 1000100 | 100011110 | 1011101 | 10000 |
Color Harmonies of #3F0351
Complementary color
Monochromatic Colors of #3F0351
Black with #3F0351
Text Example
Text Example
White with #3F0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0351; }
p { color: rgb(63,3,81); }
H1.HeaderClassName
{
color: #3F0351;
}
.AnyTagClassName
{
color: #3F0351;
}
</style>
background-color css
<style>
a { background-color: #3F0351; }
a { background-color: rgb(63,3,81); }
div.DivClassName
{
background-color: #3F0351;
}
.BgClassName
{
background-color: #3F0351;
}
</style>
border-color css
<style>
span { border-color: #3F0351; }
span { border-color: rgb(63,3,81); }
td.TdClassName
{
border-color: #3F0351;
}
.TagClassName
{
border-color: #3F0351;
}
</style>