Shades of Blackcurrant #3F084D
Tints of Blackcurrant #3F084D
RGB
CMYK
RGB Variations
Color information
#3F084D (or 0x3F084D) is known color: Blackcurrant. HEX triplet: 3F, 08 and 4D. RGB value is (63,8,77). Sum of RGB (Red+Green+Blue) = 63+8+77=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F084D is #C0F7B2. Grayscale: #202020. Windows color (decimal): -12646323 or 5048383. OLE color: 5048383.
HSL color Cylindrical-coordinate representation of color #3F084D: hue angle of 287.83º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F084D is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 8 | 77 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.70 |
| HSL | 287.83º | 0.81% | 0.17% | - |
| HSV(B) | 287.83º | 0.9% | 0.3% | - |
| XYZ | 3.48 | 1.77 | 7.18 | - |
| YUV | 32.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 77 | 0.18 | 0.90 | 0 | 0.70 | 287.83 | 0.81 | 0.17 |
| Hex | 3F | 8 | 4D | 12 | 5A | 0 | 46 | 120 | 51 | 11 |
| Octal | 77 | 10 | 115 | 22 | 132 | 0 | 106 | 440 | 121 | 21 |
| Binary | 111111 | 1000 | 1001101 | 10010 | 1011010 | 0 | 1000110 | 100100000 | 1010001 | 10001 |
Color Harmonies of #3F084D
Complementary color
Monochromatic Colors of #3F084D
Black with #3F084D
Text Example
Text Example
White with #3F084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F084D; }
p { color: rgb(63,8,77); }
H1.HeaderClassName
{
color: #3F084D;
}
.AnyTagClassName
{
color: #3F084D;
}
</style>
background-color css
<style>
a { background-color: #3F084D; }
a { background-color: rgb(63,8,77); }
div.DivClassName
{
background-color: #3F084D;
}
.BgClassName
{
background-color: #3F084D;
}
</style>
border-color css
<style>
span { border-color: #3F084D; }
span { border-color: rgb(63,8,77); }
td.TdClassName
{
border-color: #3F084D;
}
.TagClassName
{
border-color: #3F084D;
}
</style>