Shades of Blackcurrant #3F084B
Tints of Blackcurrant #3F084B
RGB
CMYK
RGB Variations
Color information
#3F084B (or 0x3F084B) is known color: Blackcurrant. HEX triplet: 3F, 08 and 4B. RGB value is (63,8,75). Sum of RGB (Red+Green+Blue) = 63+8+75=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F084B is #C0F7B4. Grayscale: #1F1F1F. Windows color (decimal): -12646325 or 4917311. OLE color: 4917311.
HSL color Cylindrical-coordinate representation of color #3F084B: hue angle of 289.25º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F084B is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 8 | 75 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.71 |
| HSL | 289.25º | 0.81% | 0.16% | - |
| HSV(B) | 289.25º | 0.89% | 0.29% | - |
| XYZ | 3.41 | 1.74 | 6.81 | - |
| YUV | 32.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 75 | 0.16 | 0.89 | 0 | 0.71 | 289.25 | 0.81 | 0.16 |
| Hex | 3F | 8 | 4B | 10 | 59 | 0 | 47 | 121 | 51 | 10 |
| Octal | 77 | 10 | 113 | 20 | 131 | 0 | 107 | 441 | 121 | 20 |
| Binary | 111111 | 1000 | 1001011 | 10000 | 1011001 | 0 | 1000111 | 100100001 | 1010001 | 10000 |
Color Harmonies of #3F084B
Complementary color
Monochromatic Colors of #3F084B
Black with #3F084B
Text Example
Text Example
White with #3F084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F084B; }
p { color: rgb(63,8,75); }
H1.HeaderClassName
{
color: #3F084B;
}
.AnyTagClassName
{
color: #3F084B;
}
</style>
background-color css
<style>
a { background-color: #3F084B; }
a { background-color: rgb(63,8,75); }
div.DivClassName
{
background-color: #3F084B;
}
.BgClassName
{
background-color: #3F084B;
}
</style>
border-color css
<style>
span { border-color: #3F084B; }
span { border-color: rgb(63,8,75); }
td.TdClassName
{
border-color: #3F084B;
}
.TagClassName
{
border-color: #3F084B;
}
</style>