Shades of Blackcurrant #3F0548
Tints of Blackcurrant #3F0548
RGB
CMYK
RGB Variations
Color information
#3F0548 (or 0x3F0548) is known color: Blackcurrant. HEX triplet: 3F, 05 and 48. RGB value is (63,5,72). Sum of RGB (Red+Green+Blue) = 63+5+72=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F0548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0548 is #C0FAB7. Grayscale: #1D1D1D. Windows color (decimal): -12647096 or 4719935. OLE color: 4719935.
HSL color Cylindrical-coordinate representation of color #3F0548: hue angle of 291.94º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0548 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 5 | 72 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.72 |
| HSL | 291.94º | 0.87% | 0.15% | - |
| HSV(B) | 291.94º | 0.93% | 0.28% | - |
| XYZ | 3.27 | 1.63 | 6.27 | - |
| YUV | 29.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 72 | 0.12 | 0.93 | 0 | 0.72 | 291.94 | 0.87 | 0.15 |
| Hex | 3F | 5 | 48 | C | 5D | 0 | 48 | 124 | 57 | F |
| Octal | 77 | 5 | 110 | 14 | 135 | 0 | 110 | 444 | 127 | 17 |
| Binary | 111111 | 101 | 1001000 | 1100 | 1011101 | 0 | 1001000 | 100100100 | 1010111 | 1111 |
Color Harmonies of #3F0548
Complementary color
Monochromatic Colors of #3F0548
Black with #3F0548
Text Example
Text Example
White with #3F0548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0548; }
p { color: rgb(63,5,72); }
H1.HeaderClassName
{
color: #3F0548;
}
.AnyTagClassName
{
color: #3F0548;
}
</style>
background-color css
<style>
a { background-color: #3F0548; }
a { background-color: rgb(63,5,72); }
div.DivClassName
{
background-color: #3F0548;
}
.BgClassName
{
background-color: #3F0548;
}
</style>
border-color css
<style>
span { border-color: #3F0548; }
span { border-color: rgb(63,5,72); }
td.TdClassName
{
border-color: #3F0548;
}
.TagClassName
{
border-color: #3F0548;
}
</style>