Shades of Blackcurrant #3F015A
Tints of Blackcurrant #3F015A
RGB
CMYK
RGB Variations
Color information
#3F015A (or 0x3F015A) is known color: Blackcurrant. HEX triplet: 3F, 01 and 5A. RGB value is (63,1,90). Sum of RGB (Red+Green+Blue) = 63+1+90=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F015A is #C0FEA5. Grayscale: #1D1D1D. Windows color (decimal): -12648102 or 5898559. OLE color: 5898559.
HSL color Cylindrical-coordinate representation of color #3F015A: hue angle of 281.8º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F015A is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 1 | 90 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.65 |
| HSL | 281.8º | 0.98% | 0.18% | - |
| HSV(B) | 281.8º | 0.99% | 0.35% | - |
| XYZ | 3.91 | 1.82 | 9.82 | - |
| YUV | 29.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 90 | 0.30 | 0.99 | 0 | 0.65 | 281.8 | 0.98 | 0.18 |
| Hex | 3F | 1 | 5A | 1E | 63 | 0 | 41 | 11A | 62 | 12 |
| Octal | 77 | 1 | 132 | 36 | 143 | 0 | 101 | 432 | 142 | 22 |
| Binary | 111111 | 1 | 1011010 | 11110 | 1100011 | 0 | 1000001 | 100011010 | 1100010 | 10010 |
Color Harmonies of #3F015A
Complementary color
Monochromatic Colors of #3F015A
Black with #3F015A
Text Example
Text Example
White with #3F015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F015A; }
p { color: rgb(63,1,90); }
H1.HeaderClassName
{
color: #3F015A;
}
.AnyTagClassName
{
color: #3F015A;
}
</style>
background-color css
<style>
a { background-color: #3F015A; }
a { background-color: rgb(63,1,90); }
div.DivClassName
{
background-color: #3F015A;
}
.BgClassName
{
background-color: #3F015A;
}
</style>
border-color css
<style>
span { border-color: #3F015A; }
span { border-color: rgb(63,1,90); }
td.TdClassName
{
border-color: #3F015A;
}
.TagClassName
{
border-color: #3F015A;
}
</style>