Shades of Blackcurrant #3F1549
Tints of Blackcurrant #3F1549
RGB
CMYK
RGB Variations
Color information
#3F1549 (or 0x3F1549) is known color: Blackcurrant. HEX triplet: 3F, 15 and 49. RGB value is (63,21,73). Sum of RGB (Red+Green+Blue) = 63+21+73=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F1549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1549 is #C0EAB6. Grayscale: #272727. Windows color (decimal): -12642999 or 4789567. OLE color: 4789567.
HSL color Cylindrical-coordinate representation of color #3F1549: hue angle of 288.46º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F1549 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 21 | 73 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.71 |
| HSL | 288.46º | 0.55% | 0.18% | - |
| HSV(B) | 288.46º | 0.71% | 0.29% | - |
| XYZ | 3.52 | 2.07 | 6.52 | - |
| YUV | 39.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 73 | 0.14 | 0.71 | 0 | 0.71 | 288.46 | 0.55 | 0.18 |
| Hex | 3F | 15 | 49 | E | 47 | 0 | 47 | 120 | 37 | 12 |
| Octal | 77 | 25 | 111 | 16 | 107 | 0 | 107 | 440 | 67 | 22 |
| Binary | 111111 | 10101 | 1001001 | 1110 | 1000111 | 0 | 1000111 | 100100000 | 110111 | 10010 |
Color Harmonies of #3F1549
Complementary color
Monochromatic Colors of #3F1549
Black with #3F1549
Text Example
Text Example
White with #3F1549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1549; }
p { color: rgb(63,21,73); }
H1.HeaderClassName
{
color: #3F1549;
}
.AnyTagClassName
{
color: #3F1549;
}
</style>
background-color css
<style>
a { background-color: #3F1549; }
a { background-color: rgb(63,21,73); }
div.DivClassName
{
background-color: #3F1549;
}
.BgClassName
{
background-color: #3F1549;
}
</style>
border-color css
<style>
span { border-color: #3F1549; }
span { border-color: rgb(63,21,73); }
td.TdClassName
{
border-color: #3F1549;
}
.TagClassName
{
border-color: #3F1549;
}
</style>