Shades of Blackcurrant #3F024D
Tints of Blackcurrant #3F024D
RGB
CMYK
RGB Variations
Color information
#3F024D (or 0x3F024D) is known color: Blackcurrant. HEX triplet: 3F, 02 and 4D. RGB value is (63,2,77). Sum of RGB (Red+Green+Blue) = 63+2+77=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F024D is #C0FDB2. Grayscale: #1C1C1C. Windows color (decimal): -12647859 or 5046847. OLE color: 5046847.
HSL color Cylindrical-coordinate representation of color #3F024D: hue angle of 288.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F024D is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 2 | 77 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.70 |
| HSL | 288.8º | 0.95% | 0.15% | - |
| HSV(B) | 288.8º | 0.97% | 0.3% | - |
| XYZ | 3.41 | 1.64 | 7.16 | - |
| YUV | 28.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 77 | 0.18 | 0.97 | 0 | 0.70 | 288.8 | 0.95 | 0.15 |
| Hex | 3F | 2 | 4D | 12 | 61 | 0 | 46 | 121 | 5F | F |
| Octal | 77 | 2 | 115 | 22 | 141 | 0 | 106 | 441 | 137 | 17 |
| Binary | 111111 | 10 | 1001101 | 10010 | 1100001 | 0 | 1000110 | 100100001 | 1011111 | 1111 |
Color Harmonies of #3F024D
Complementary color
Monochromatic Colors of #3F024D
Black with #3F024D
Text Example
Text Example
White with #3F024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F024D; }
p { color: rgb(63,2,77); }
H1.HeaderClassName
{
color: #3F024D;
}
.AnyTagClassName
{
color: #3F024D;
}
</style>
background-color css
<style>
a { background-color: #3F024D; }
a { background-color: rgb(63,2,77); }
div.DivClassName
{
background-color: #3F024D;
}
.BgClassName
{
background-color: #3F024D;
}
</style>
border-color css
<style>
span { border-color: #3F024D; }
span { border-color: rgb(63,2,77); }
td.TdClassName
{
border-color: #3F024D;
}
.TagClassName
{
border-color: #3F024D;
}
</style>