Shades of Blackcurrant #3F014F
Tints of Blackcurrant #3F014F
RGB
CMYK
RGB Variations
Color information
#3F014F (or 0x3F014F) is known color: Blackcurrant. HEX triplet: 3F, 01 and 4F. RGB value is (63,1,79). Sum of RGB (Red+Green+Blue) = 63+1+79=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F014F is #C0FEB0. Grayscale: #1C1C1C. Windows color (decimal): -12648113 or 5177663. OLE color: 5177663.
HSL color Cylindrical-coordinate representation of color #3F014F: hue angle of 287.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F014F is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 1 | 79 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.69 |
| HSL | 287.69º | 0.98% | 0.16% | - |
| HSV(B) | 287.69º | 0.99% | 0.31% | - |
| XYZ | 3.47 | 1.64 | 7.53 | - |
| YUV | 28.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 79 | 0.20 | 0.99 | 0 | 0.69 | 287.69 | 0.98 | 0.16 |
| Hex | 3F | 1 | 4F | 14 | 63 | 0 | 45 | 120 | 62 | 10 |
| Octal | 77 | 1 | 117 | 24 | 143 | 0 | 105 | 440 | 142 | 20 |
| Binary | 111111 | 1 | 1001111 | 10100 | 1100011 | 0 | 1000101 | 100100000 | 1100010 | 10000 |
Color Harmonies of #3F014F
Complementary color
Monochromatic Colors of #3F014F
Black with #3F014F
Text Example
Text Example
White with #3F014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F014F; }
p { color: rgb(63,1,79); }
H1.HeaderClassName
{
color: #3F014F;
}
.AnyTagClassName
{
color: #3F014F;
}
</style>
background-color css
<style>
a { background-color: #3F014F; }
a { background-color: rgb(63,1,79); }
div.DivClassName
{
background-color: #3F014F;
}
.BgClassName
{
background-color: #3F014F;
}
</style>
border-color css
<style>
span { border-color: #3F014F; }
span { border-color: rgb(63,1,79); }
td.TdClassName
{
border-color: #3F014F;
}
.TagClassName
{
border-color: #3F014F;
}
</style>