Shades of Blackcurrant #3F0B49
Tints of Blackcurrant #3F0B49
RGB
CMYK
RGB Variations
Color information
#3F0B49 (or 0x3F0B49) is known color: Blackcurrant. HEX triplet: 3F, 0B and 49. RGB value is (63,11,73). Sum of RGB (Red+Green+Blue) = 63+11+73=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F0B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B49 is #C0F4B6. Grayscale: #212121. Windows color (decimal): -12645559 or 4787007. OLE color: 4787007.
HSL color Cylindrical-coordinate representation of color #3F0B49: hue angle of 290.32º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F0B49 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 11 | 73 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.71 |
| HSL | 290.32º | 0.74% | 0.16% | - |
| HSV(B) | 290.32º | 0.85% | 0.29% | - |
| XYZ | 3.37 | 1.78 | 6.47 | - |
| YUV | 33.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 73 | 0.14 | 0.85 | 0 | 0.71 | 290.32 | 0.74 | 0.16 |
| Hex | 3F | B | 49 | E | 55 | 0 | 47 | 122 | 4A | 10 |
| Octal | 77 | 13 | 111 | 16 | 125 | 0 | 107 | 442 | 112 | 20 |
| Binary | 111111 | 1011 | 1001001 | 1110 | 1010101 | 0 | 1000111 | 100100010 | 1001010 | 10000 |
Color Harmonies of #3F0B49
Complementary color
Monochromatic Colors of #3F0B49
Black with #3F0B49
Text Example
Text Example
White with #3F0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B49; }
p { color: rgb(63,11,73); }
H1.HeaderClassName
{
color: #3F0B49;
}
.AnyTagClassName
{
color: #3F0B49;
}
</style>
background-color css
<style>
a { background-color: #3F0B49; }
a { background-color: rgb(63,11,73); }
div.DivClassName
{
background-color: #3F0B49;
}
.BgClassName
{
background-color: #3F0B49;
}
</style>
border-color css
<style>
span { border-color: #3F0B49; }
span { border-color: rgb(63,11,73); }
td.TdClassName
{
border-color: #3F0B49;
}
.TagClassName
{
border-color: #3F0B49;
}
</style>