Shades of Blackcurrant #3F084F
Tints of Blackcurrant #3F084F
RGB
CMYK
RGB Variations
Color information
#3F084F (or 0x3F084F) is known color: Blackcurrant. HEX triplet: 3F, 08 and 4F. RGB value is (63,8,79). Sum of RGB (Red+Green+Blue) = 63+8+79=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F084F is #C0F7B0. Grayscale: #202020. Windows color (decimal): -12646321 or 5179455. OLE color: 5179455.
HSL color Cylindrical-coordinate representation of color #3F084F: hue angle of 286.48º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F084F is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 8 | 79 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.69 |
| HSL | 286.48º | 0.82% | 0.17% | - |
| HSV(B) | 286.48º | 0.9% | 0.31% | - |
| XYZ | 3.55 | 1.79 | 7.56 | - |
| YUV | 32.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 79 | 0.20 | 0.90 | 0 | 0.69 | 286.48 | 0.82 | 0.17 |
| Hex | 3F | 8 | 4F | 14 | 5A | 0 | 45 | 11E | 52 | 11 |
| Octal | 77 | 10 | 117 | 24 | 132 | 0 | 105 | 436 | 122 | 21 |
| Binary | 111111 | 1000 | 1001111 | 10100 | 1011010 | 0 | 1000101 | 100011110 | 1010010 | 10001 |
Color Harmonies of #3F084F
Complementary color
Monochromatic Colors of #3F084F
Black with #3F084F
Text Example
Text Example
White with #3F084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F084F; }
p { color: rgb(63,8,79); }
H1.HeaderClassName
{
color: #3F084F;
}
.AnyTagClassName
{
color: #3F084F;
}
</style>
background-color css
<style>
a { background-color: #3F084F; }
a { background-color: rgb(63,8,79); }
div.DivClassName
{
background-color: #3F084F;
}
.BgClassName
{
background-color: #3F084F;
}
</style>
border-color css
<style>
span { border-color: #3F084F; }
span { border-color: rgb(63,8,79); }
td.TdClassName
{
border-color: #3F084F;
}
.TagClassName
{
border-color: #3F084F;
}
</style>