Shades of Blackcurrant #3F0459
Tints of Blackcurrant #3F0459
RGB
CMYK
RGB Variations
Color information
#3F0459 (or 0x3F0459) is known color: Blackcurrant. HEX triplet: 3F, 04 and 59. RGB value is (63,4,89). Sum of RGB (Red+Green+Blue) = 63+4+89=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0459 is #C0FBA6. Grayscale: #1F1F1F. Windows color (decimal): -12647335 or 5833791. OLE color: 5833791.
HSL color Cylindrical-coordinate representation of color #3F0459: hue angle of 281.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0459 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 4 | 89 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.65 |
| HSL | 281.65º | 0.91% | 0.18% | - |
| HSV(B) | 281.65º | 0.96% | 0.35% | - |
| XYZ | 3.9 | 1.86 | 9.61 | - |
| YUV | 31.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 89 | 0.29 | 0.96 | 0 | 0.65 | 281.65 | 0.91 | 0.18 |
| Hex | 3F | 4 | 59 | 1D | 60 | 0 | 41 | 11A | 5B | 12 |
| Octal | 77 | 4 | 131 | 35 | 140 | 0 | 101 | 432 | 133 | 22 |
| Binary | 111111 | 100 | 1011001 | 11101 | 1100000 | 0 | 1000001 | 100011010 | 1011011 | 10010 |
Color Harmonies of #3F0459
Complementary color
Monochromatic Colors of #3F0459
Black with #3F0459
Text Example
Text Example
White with #3F0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0459; }
p { color: rgb(63,4,89); }
H1.HeaderClassName
{
color: #3F0459;
}
.AnyTagClassName
{
color: #3F0459;
}
</style>
background-color css
<style>
a { background-color: #3F0459; }
a { background-color: rgb(63,4,89); }
div.DivClassName
{
background-color: #3F0459;
}
.BgClassName
{
background-color: #3F0459;
}
</style>
border-color css
<style>
span { border-color: #3F0459; }
span { border-color: rgb(63,4,89); }
td.TdClassName
{
border-color: #3F0459;
}
.TagClassName
{
border-color: #3F0459;
}
</style>