Shades of Blackcurrant #3F0247
Tints of Blackcurrant #3F0247
RGB
CMYK
RGB Variations
Color information
#3F0247 (or 0x3F0247) is known color: Blackcurrant. HEX triplet: 3F, 02 and 47. RGB value is (63,2,71). Sum of RGB (Red+Green+Blue) = 63+2+71=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0247 is #C0FDB8. Grayscale: #1B1B1B. Windows color (decimal): -12647865 or 4653631. OLE color: 4653631.
HSL color Cylindrical-coordinate representation of color #3F0247: hue angle of 293.04º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0247 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 2 | 71 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.72 |
| HSL | 293.04º | 0.95% | 0.14% | - |
| HSV(B) | 293.04º | 0.97% | 0.28% | - |
| XYZ | 3.21 | 1.56 | 6.09 | - |
| YUV | 28.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 71 | 0.11 | 0.97 | 0 | 0.72 | 293.04 | 0.95 | 0.14 |
| Hex | 3F | 2 | 47 | B | 61 | 0 | 48 | 125 | 5F | E |
| Octal | 77 | 2 | 107 | 13 | 141 | 0 | 110 | 445 | 137 | 16 |
| Binary | 111111 | 10 | 1000111 | 1011 | 1100001 | 0 | 1001000 | 100100101 | 1011111 | 1110 |
Color Harmonies of #3F0247
Complementary color
Monochromatic Colors of #3F0247
Black with #3F0247
Text Example
Text Example
White with #3F0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0247; }
p { color: rgb(63,2,71); }
H1.HeaderClassName
{
color: #3F0247;
}
.AnyTagClassName
{
color: #3F0247;
}
</style>
background-color css
<style>
a { background-color: #3F0247; }
a { background-color: rgb(63,2,71); }
div.DivClassName
{
background-color: #3F0247;
}
.BgClassName
{
background-color: #3F0247;
}
</style>
border-color css
<style>
span { border-color: #3F0247; }
span { border-color: rgb(63,2,71); }
td.TdClassName
{
border-color: #3F0247;
}
.TagClassName
{
border-color: #3F0247;
}
</style>