Shades of Blackcurrant #3F0C47
Tints of Blackcurrant #3F0C47
RGB
CMYK
RGB Variations
Color information
#3F0C47 (or 0x3F0C47) is known color: Blackcurrant. HEX triplet: 3F, 0C and 47. RGB value is (63,12,71). Sum of RGB (Red+Green+Blue) = 63+12+71=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F0C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0C47 is #C0F3B8. Grayscale: #212121. Windows color (decimal): -12645305 or 4656191. OLE color: 4656191.
HSL color Cylindrical-coordinate representation of color #3F0C47: hue angle of 291.86º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0C47 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 12 | 71 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.72 |
| HSL | 291.86º | 0.71% | 0.16% | - |
| HSV(B) | 291.86º | 0.83% | 0.28% | - |
| XYZ | 3.32 | 1.77 | 6.13 | - |
| YUV | 33.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 71 | 0.11 | 0.83 | 0 | 0.72 | 291.86 | 0.71 | 0.16 |
| Hex | 3F | C | 47 | B | 53 | 0 | 48 | 124 | 47 | 10 |
| Octal | 77 | 14 | 107 | 13 | 123 | 0 | 110 | 444 | 107 | 20 |
| Binary | 111111 | 1100 | 1000111 | 1011 | 1010011 | 0 | 1001000 | 100100100 | 1000111 | 10000 |
Color Harmonies of #3F0C47
Complementary color
Monochromatic Colors of #3F0C47
Black with #3F0C47
Text Example
Text Example
White with #3F0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C47; }
p { color: rgb(63,12,71); }
H1.HeaderClassName
{
color: #3F0C47;
}
.AnyTagClassName
{
color: #3F0C47;
}
</style>
background-color css
<style>
a { background-color: #3F0C47; }
a { background-color: rgb(63,12,71); }
div.DivClassName
{
background-color: #3F0C47;
}
.BgClassName
{
background-color: #3F0C47;
}
</style>
border-color css
<style>
span { border-color: #3F0C47; }
span { border-color: rgb(63,12,71); }
td.TdClassName
{
border-color: #3F0C47;
}
.TagClassName
{
border-color: #3F0C47;
}
</style>