Shades of Blackcurrant #3F0E48
Tints of Blackcurrant #3F0E48
RGB
CMYK
RGB Variations
Color information
#3F0E48 (or 0x3F0E48) is known color: Blackcurrant. HEX triplet: 3F, 0E and 48. RGB value is (63,14,72). Sum of RGB (Red+Green+Blue) = 63+14+72=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F0E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E48 is #C0F1B7. Grayscale: #232323. Windows color (decimal): -12644792 or 4722239. OLE color: 4722239.
HSL color Cylindrical-coordinate representation of color #3F0E48: hue angle of 290.69º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F0E48 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 14 | 72 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.72 |
| HSL | 290.69º | 0.67% | 0.17% | - |
| HSV(B) | 290.69º | 0.81% | 0.28% | - |
| XYZ | 3.38 | 1.84 | 6.31 | - |
| YUV | 35.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 72 | 0.12 | 0.81 | 0 | 0.72 | 290.69 | 0.67 | 0.17 |
| Hex | 3F | E | 48 | C | 51 | 0 | 48 | 123 | 43 | 11 |
| Octal | 77 | 16 | 110 | 14 | 121 | 0 | 110 | 443 | 103 | 21 |
| Binary | 111111 | 1110 | 1001000 | 1100 | 1010001 | 0 | 1001000 | 100100011 | 1000011 | 10001 |
Color Harmonies of #3F0E48
Complementary color
Monochromatic Colors of #3F0E48
Black with #3F0E48
Text Example
Text Example
White with #3F0E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E48; }
p { color: rgb(63,14,72); }
H1.HeaderClassName
{
color: #3F0E48;
}
.AnyTagClassName
{
color: #3F0E48;
}
</style>
background-color css
<style>
a { background-color: #3F0E48; }
a { background-color: rgb(63,14,72); }
div.DivClassName
{
background-color: #3F0E48;
}
.BgClassName
{
background-color: #3F0E48;
}
</style>
border-color css
<style>
span { border-color: #3F0E48; }
span { border-color: rgb(63,14,72); }
td.TdClassName
{
border-color: #3F0E48;
}
.TagClassName
{
border-color: #3F0E48;
}
</style>