Shades of Blackcurrant #3F1949
Tints of Blackcurrant #3F1949
RGB
CMYK
RGB Variations
Color information
#3F1949 (or 0x3F1949) is known color: Blackcurrant. HEX triplet: 3F, 19 and 49. RGB value is (63,25,73). Sum of RGB (Red+Green+Blue) = 63+25+73=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1949 is #C0E6B6. Grayscale: #292929. Windows color (decimal): -12641975 or 4790591. OLE color: 4790591.
HSL color Cylindrical-coordinate representation of color #3F1949: hue angle of 287.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F1949 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 25 | 73 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.71 |
| HSL | 287.5º | 0.49% | 0.19% | - |
| HSV(B) | 287.5º | 0.66% | 0.29% | - |
| XYZ | 3.6 | 2.23 | 6.54 | - |
| YUV | 41.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 73 | 0.14 | 0.66 | 0 | 0.71 | 287.5 | 0.49 | 0.19 |
| Hex | 3F | 19 | 49 | E | 42 | 0 | 47 | 120 | 31 | 13 |
| Octal | 77 | 31 | 111 | 16 | 102 | 0 | 107 | 440 | 61 | 23 |
| Binary | 111111 | 11001 | 1001001 | 1110 | 1000010 | 0 | 1000111 | 100100000 | 110001 | 10011 |
Color Harmonies of #3F1949
Complementary color
Monochromatic Colors of #3F1949
Black with #3F1949
Text Example
Text Example
White with #3F1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1949; }
p { color: rgb(63,25,73); }
H1.HeaderClassName
{
color: #3F1949;
}
.AnyTagClassName
{
color: #3F1949;
}
</style>
background-color css
<style>
a { background-color: #3F1949; }
a { background-color: rgb(63,25,73); }
div.DivClassName
{
background-color: #3F1949;
}
.BgClassName
{
background-color: #3F1949;
}
</style>
border-color css
<style>
span { border-color: #3F1949; }
span { border-color: rgb(63,25,73); }
td.TdClassName
{
border-color: #3F1949;
}
.TagClassName
{
border-color: #3F1949;
}
</style>