Shades of Blackcurrant #3F0A58
Tints of Blackcurrant #3F0A58
RGB
CMYK
RGB Variations
Color information
#3F0A58 (or 0x3F0A58) is known color: Blackcurrant. HEX triplet: 3F, 0A and 58. RGB value is (63,10,88). Sum of RGB (Red+Green+Blue) = 63+10+88=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F0A58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0A58 is #C0F5A7. Grayscale: #222222. Windows color (decimal): -12645800 or 5769791. OLE color: 5769791.
HSL color Cylindrical-coordinate representation of color #3F0A58: hue angle of 280.77º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0A58 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 10 | 88 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.65 |
| HSL | 280.77º | 0.8% | 0.19% | - |
| HSV(B) | 280.77º | 0.89% | 0.35% | - |
| XYZ | 3.92 | 1.98 | 9.41 | - |
| YUV | 34.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 88 | 0.28 | 0.89 | 0 | 0.65 | 280.77 | 0.8 | 0.19 |
| Hex | 3F | A | 58 | 1C | 59 | 0 | 41 | 119 | 50 | 13 |
| Octal | 77 | 12 | 130 | 34 | 131 | 0 | 101 | 431 | 120 | 23 |
| Binary | 111111 | 1010 | 1011000 | 11100 | 1011001 | 0 | 1000001 | 100011001 | 1010000 | 10011 |
Color Harmonies of #3F0A58
Complementary color
Monochromatic Colors of #3F0A58
Black with #3F0A58
Text Example
Text Example
White with #3F0A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A58; }
p { color: rgb(63,10,88); }
H1.HeaderClassName
{
color: #3F0A58;
}
.AnyTagClassName
{
color: #3F0A58;
}
</style>
background-color css
<style>
a { background-color: #3F0A58; }
a { background-color: rgb(63,10,88); }
div.DivClassName
{
background-color: #3F0A58;
}
.BgClassName
{
background-color: #3F0A58;
}
</style>
border-color css
<style>
span { border-color: #3F0A58; }
span { border-color: rgb(63,10,88); }
td.TdClassName
{
border-color: #3F0A58;
}
.TagClassName
{
border-color: #3F0A58;
}
</style>