Shades of Blackcurrant #3F0D47
Tints of Blackcurrant #3F0D47
RGB
CMYK
RGB Variations
Color information
#3F0D47 (or 0x3F0D47) is known color: Blackcurrant. HEX triplet: 3F, 0D and 47. RGB value is (63,13,71). Sum of RGB (Red+Green+Blue) = 63+13+71=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F0D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D47 is #C0F2B8. Grayscale: #222222. Windows color (decimal): -12645049 or 4656447. OLE color: 4656447.
HSL color Cylindrical-coordinate representation of color #3F0D47: hue angle of 291.72º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F0D47 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 13 | 71 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.72 |
| HSL | 291.72º | 0.69% | 0.16% | - |
| HSV(B) | 291.72º | 0.82% | 0.28% | - |
| XYZ | 3.33 | 1.8 | 6.13 | - |
| YUV | 34.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 71 | 0.11 | 0.82 | 0 | 0.72 | 291.72 | 0.69 | 0.16 |
| Hex | 3F | D | 47 | B | 52 | 0 | 48 | 124 | 45 | 10 |
| Octal | 77 | 15 | 107 | 13 | 122 | 0 | 110 | 444 | 105 | 20 |
| Binary | 111111 | 1101 | 1000111 | 1011 | 1010010 | 0 | 1001000 | 100100100 | 1000101 | 10000 |
Color Harmonies of #3F0D47
Complementary color
Monochromatic Colors of #3F0D47
Black with #3F0D47
Text Example
Text Example
White with #3F0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D47; }
p { color: rgb(63,13,71); }
H1.HeaderClassName
{
color: #3F0D47;
}
.AnyTagClassName
{
color: #3F0D47;
}
</style>
background-color css
<style>
a { background-color: #3F0D47; }
a { background-color: rgb(63,13,71); }
div.DivClassName
{
background-color: #3F0D47;
}
.BgClassName
{
background-color: #3F0D47;
}
</style>
border-color css
<style>
span { border-color: #3F0D47; }
span { border-color: rgb(63,13,71); }
td.TdClassName
{
border-color: #3F0D47;
}
.TagClassName
{
border-color: #3F0D47;
}
</style>