Shades of Blackcurrant #3F0849
Tints of Blackcurrant #3F0849
RGB
CMYK
RGB Variations
Color information
#3F0849 (or 0x3F0849) is known color: Blackcurrant. HEX triplet: 3F, 08 and 49. RGB value is (63,8,73). Sum of RGB (Red+Green+Blue) = 63+8+73=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F0849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0849 is #C0F7B6. Grayscale: #1F1F1F. Windows color (decimal): -12646327 or 4786239. OLE color: 4786239.
HSL color Cylindrical-coordinate representation of color #3F0849: hue angle of 290.77º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0849 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 8 | 73 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.71 |
| HSL | 290.77º | 0.8% | 0.16% | - |
| HSV(B) | 290.77º | 0.89% | 0.29% | - |
| XYZ | 3.34 | 1.71 | 6.46 | - |
| YUV | 31.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 73 | 0.14 | 0.89 | 0 | 0.71 | 290.77 | 0.8 | 0.16 |
| Hex | 3F | 8 | 49 | E | 59 | 0 | 47 | 123 | 50 | 10 |
| Octal | 77 | 10 | 111 | 16 | 131 | 0 | 107 | 443 | 120 | 20 |
| Binary | 111111 | 1000 | 1001001 | 1110 | 1011001 | 0 | 1000111 | 100100011 | 1010000 | 10000 |
Color Harmonies of #3F0849
Complementary color
Monochromatic Colors of #3F0849
Black with #3F0849
Text Example
Text Example
White with #3F0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0849; }
p { color: rgb(63,8,73); }
H1.HeaderClassName
{
color: #3F0849;
}
.AnyTagClassName
{
color: #3F0849;
}
</style>
background-color css
<style>
a { background-color: #3F0849; }
a { background-color: rgb(63,8,73); }
div.DivClassName
{
background-color: #3F0849;
}
.BgClassName
{
background-color: #3F0849;
}
</style>
border-color css
<style>
span { border-color: #3F0849; }
span { border-color: rgb(63,8,73); }
td.TdClassName
{
border-color: #3F0849;
}
.TagClassName
{
border-color: #3F0849;
}
</style>