Shades of Blackcurrant #3F0B50
Tints of Blackcurrant #3F0B50
RGB
CMYK
RGB Variations
Color information
#3F0B50 (or 0x3F0B50) is known color: Blackcurrant. HEX triplet: 3F, 0B and 50. RGB value is (63,11,80). Sum of RGB (Red+Green+Blue) = 63+11+80=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F0B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0B50 is #C0F4AF. Grayscale: #222222. Windows color (decimal): -12645552 or 5245759. OLE color: 5245759.
HSL color Cylindrical-coordinate representation of color #3F0B50: hue angle of 285.22º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F0B50 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 11 | 80 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.69 |
| HSL | 285.22º | 0.76% | 0.18% | - |
| HSV(B) | 285.22º | 0.86% | 0.31% | - |
| XYZ | 3.62 | 1.88 | 7.76 | - |
| YUV | 34.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 80 | 0.21 | 0.86 | 0 | 0.69 | 285.22 | 0.76 | 0.18 |
| Hex | 3F | B | 50 | 15 | 56 | 0 | 45 | 11D | 4C | 12 |
| Octal | 77 | 13 | 120 | 25 | 126 | 0 | 105 | 435 | 114 | 22 |
| Binary | 111111 | 1011 | 1010000 | 10101 | 1010110 | 0 | 1000101 | 100011101 | 1001100 | 10010 |
Color Harmonies of #3F0B50
Complementary color
Monochromatic Colors of #3F0B50
Black with #3F0B50
Text Example
Text Example
White with #3F0B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B50; }
p { color: rgb(63,11,80); }
H1.HeaderClassName
{
color: #3F0B50;
}
.AnyTagClassName
{
color: #3F0B50;
}
</style>
background-color css
<style>
a { background-color: #3F0B50; }
a { background-color: rgb(63,11,80); }
div.DivClassName
{
background-color: #3F0B50;
}
.BgClassName
{
background-color: #3F0B50;
}
</style>
border-color css
<style>
span { border-color: #3F0B50; }
span { border-color: rgb(63,11,80); }
td.TdClassName
{
border-color: #3F0B50;
}
.TagClassName
{
border-color: #3F0B50;
}
</style>