Shades of Blackcurrant #3F0347
Tints of Blackcurrant #3F0347
RGB
CMYK
RGB Variations
Color information
#3F0347 (or 0x3F0347) is known color: Blackcurrant. HEX triplet: 3F, 03 and 47. RGB value is (63,3,71). Sum of RGB (Red+Green+Blue) = 63+3+71=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F0347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0347 is #C0FCB8. Grayscale: #1C1C1C. Windows color (decimal): -12647609 or 4653887. OLE color: 4653887.
HSL color Cylindrical-coordinate representation of color #3F0347: hue angle of 292.94º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0347 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 3 | 71 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.72 |
| HSL | 292.94º | 0.92% | 0.15% | - |
| HSV(B) | 292.94º | 0.96% | 0.28% | - |
| XYZ | 3.22 | 1.58 | 6.1 | - |
| YUV | 28.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 71 | 0.11 | 0.96 | 0 | 0.72 | 292.94 | 0.92 | 0.15 |
| Hex | 3F | 3 | 47 | B | 60 | 0 | 48 | 125 | 5C | F |
| Octal | 77 | 3 | 107 | 13 | 140 | 0 | 110 | 445 | 134 | 17 |
| Binary | 111111 | 11 | 1000111 | 1011 | 1100000 | 0 | 1001000 | 100100101 | 1011100 | 1111 |
Color Harmonies of #3F0347
Complementary color
Monochromatic Colors of #3F0347
Black with #3F0347
Text Example
Text Example
White with #3F0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0347; }
p { color: rgb(63,3,71); }
H1.HeaderClassName
{
color: #3F0347;
}
.AnyTagClassName
{
color: #3F0347;
}
</style>
background-color css
<style>
a { background-color: #3F0347; }
a { background-color: rgb(63,3,71); }
div.DivClassName
{
background-color: #3F0347;
}
.BgClassName
{
background-color: #3F0347;
}
</style>
border-color css
<style>
span { border-color: #3F0347; }
span { border-color: rgb(63,3,71); }
td.TdClassName
{
border-color: #3F0347;
}
.TagClassName
{
border-color: #3F0347;
}
</style>