Shades of Blackcurrant #3F0458
Tints of Blackcurrant #3F0458
RGB
CMYK
RGB Variations
Color information
#3F0458 (or 0x3F0458) is known color: Blackcurrant. HEX triplet: 3F, 04 and 58. RGB value is (63,4,88). Sum of RGB (Red+Green+Blue) = 63+4+88=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F0458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0458 is #C0FBA7. Grayscale: #1E1E1E. Windows color (decimal): -12647336 or 5768255. OLE color: 5768255.
HSL color Cylindrical-coordinate representation of color #3F0458: hue angle of 282.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0458 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 4 | 88 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.65 |
| HSL | 282.14º | 0.91% | 0.18% | - |
| HSV(B) | 282.14º | 0.95% | 0.35% | - |
| XYZ | 3.85 | 1.85 | 9.39 | - |
| YUV | 31.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 88 | 0.28 | 0.95 | 0 | 0.65 | 282.14 | 0.91 | 0.18 |
| Hex | 3F | 4 | 58 | 1C | 5F | 0 | 41 | 11A | 5B | 12 |
| Octal | 77 | 4 | 130 | 34 | 137 | 0 | 101 | 432 | 133 | 22 |
| Binary | 111111 | 100 | 1011000 | 11100 | 1011111 | 0 | 1000001 | 100011010 | 1011011 | 10010 |
Color Harmonies of #3F0458
Complementary color
Monochromatic Colors of #3F0458
Black with #3F0458
Text Example
Text Example
White with #3F0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0458; }
p { color: rgb(63,4,88); }
H1.HeaderClassName
{
color: #3F0458;
}
.AnyTagClassName
{
color: #3F0458;
}
</style>
background-color css
<style>
a { background-color: #3F0458; }
a { background-color: rgb(63,4,88); }
div.DivClassName
{
background-color: #3F0458;
}
.BgClassName
{
background-color: #3F0458;
}
</style>
border-color css
<style>
span { border-color: #3F0458; }
span { border-color: rgb(63,4,88); }
td.TdClassName
{
border-color: #3F0458;
}
.TagClassName
{
border-color: #3F0458;
}
</style>