Shades of Blackcurrant #3F0847
Tints of Blackcurrant #3F0847
RGB
CMYK
RGB Variations
Color information
#3F0847 (or 0x3F0847) is known color: Blackcurrant. HEX triplet: 3F, 08 and 47. RGB value is (63,8,71). Sum of RGB (Red+Green+Blue) = 63+8+71=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F0847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0847 is #C0F7B8. Grayscale: #1F1F1F. Windows color (decimal): -12646329 or 4655167. OLE color: 4655167.
HSL color Cylindrical-coordinate representation of color #3F0847: hue angle of 292.38º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0847 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 8 | 71 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.72 |
| HSL | 292.38º | 0.8% | 0.15% | - |
| HSV(B) | 292.38º | 0.89% | 0.28% | - |
| XYZ | 3.27 | 1.69 | 6.11 | - |
| YUV | 31.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 71 | 0.11 | 0.89 | 0 | 0.72 | 292.38 | 0.8 | 0.15 |
| Hex | 3F | 8 | 47 | B | 59 | 0 | 48 | 124 | 50 | F |
| Octal | 77 | 10 | 107 | 13 | 131 | 0 | 110 | 444 | 120 | 17 |
| Binary | 111111 | 1000 | 1000111 | 1011 | 1011001 | 0 | 1001000 | 100100100 | 1010000 | 1111 |
Color Harmonies of #3F0847
Complementary color
Monochromatic Colors of #3F0847
Black with #3F0847
Text Example
Text Example
White with #3F0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0847; }
p { color: rgb(63,8,71); }
H1.HeaderClassName
{
color: #3F0847;
}
.AnyTagClassName
{
color: #3F0847;
}
</style>
background-color css
<style>
a { background-color: #3F0847; }
a { background-color: rgb(63,8,71); }
div.DivClassName
{
background-color: #3F0847;
}
.BgClassName
{
background-color: #3F0847;
}
</style>
border-color css
<style>
span { border-color: #3F0847; }
span { border-color: rgb(63,8,71); }
td.TdClassName
{
border-color: #3F0847;
}
.TagClassName
{
border-color: #3F0847;
}
</style>