Shades of Blackcurrant #3F0949
Tints of Blackcurrant #3F0949
RGB
CMYK
RGB Variations
Color information
#3F0949 (or 0x3F0949) is known color: Blackcurrant. HEX triplet: 3F, 09 and 49. RGB value is (63,9,73). Sum of RGB (Red+Green+Blue) = 63+9+73=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F0949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0949 is #C0F6B6. Grayscale: #202020. Windows color (decimal): -12646071 or 4786495. OLE color: 4786495.
HSL color Cylindrical-coordinate representation of color #3F0949: hue angle of 290.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F0949 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 9 | 73 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.71 |
| HSL | 290.63º | 0.78% | 0.16% | - |
| HSV(B) | 290.63º | 0.88% | 0.29% | - |
| XYZ | 3.35 | 1.73 | 6.46 | - |
| YUV | 32.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 73 | 0.14 | 0.88 | 0 | 0.71 | 290.63 | 0.78 | 0.16 |
| Hex | 3F | 9 | 49 | E | 58 | 0 | 47 | 123 | 4E | 10 |
| Octal | 77 | 11 | 111 | 16 | 130 | 0 | 107 | 443 | 116 | 20 |
| Binary | 111111 | 1001 | 1001001 | 1110 | 1011000 | 0 | 1000111 | 100100011 | 1001110 | 10000 |
Color Harmonies of #3F0949
Complementary color
Monochromatic Colors of #3F0949
Black with #3F0949
Text Example
Text Example
White with #3F0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0949; }
p { color: rgb(63,9,73); }
H1.HeaderClassName
{
color: #3F0949;
}
.AnyTagClassName
{
color: #3F0949;
}
</style>
background-color css
<style>
a { background-color: #3F0949; }
a { background-color: rgb(63,9,73); }
div.DivClassName
{
background-color: #3F0949;
}
.BgClassName
{
background-color: #3F0949;
}
</style>
border-color css
<style>
span { border-color: #3F0949; }
span { border-color: rgb(63,9,73); }
td.TdClassName
{
border-color: #3F0949;
}
.TagClassName
{
border-color: #3F0949;
}
</style>