Shades of Blackcurrant #3F0758
Tints of Blackcurrant #3F0758
RGB
CMYK
RGB Variations
Color information
#3F0758 (or 0x3F0758) is known color: Blackcurrant. HEX triplet: 3F, 07 and 58. RGB value is (63,7,88). Sum of RGB (Red+Green+Blue) = 63+7+88=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F0758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0758 is #C0F8A7. Grayscale: #202020. Windows color (decimal): -12646568 or 5769023. OLE color: 5769023.
HSL color Cylindrical-coordinate representation of color #3F0758: hue angle of 281.48º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0758 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 7 | 88 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.65 |
| HSL | 281.48º | 0.85% | 0.19% | - |
| HSV(B) | 281.48º | 0.92% | 0.35% | - |
| XYZ | 3.89 | 1.91 | 9.4 | - |
| YUV | 32.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 88 | 0.28 | 0.92 | 0 | 0.65 | 281.48 | 0.85 | 0.19 |
| Hex | 3F | 7 | 58 | 1C | 5C | 0 | 41 | 119 | 55 | 13 |
| Octal | 77 | 7 | 130 | 34 | 134 | 0 | 101 | 431 | 125 | 23 |
| Binary | 111111 | 111 | 1011000 | 11100 | 1011100 | 0 | 1000001 | 100011001 | 1010101 | 10011 |
Color Harmonies of #3F0758
Complementary color
Monochromatic Colors of #3F0758
Black with #3F0758
Text Example
Text Example
White with #3F0758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0758; }
p { color: rgb(63,7,88); }
H1.HeaderClassName
{
color: #3F0758;
}
.AnyTagClassName
{
color: #3F0758;
}
</style>
background-color css
<style>
a { background-color: #3F0758; }
a { background-color: rgb(63,7,88); }
div.DivClassName
{
background-color: #3F0758;
}
.BgClassName
{
background-color: #3F0758;
}
</style>
border-color css
<style>
span { border-color: #3F0758; }
span { border-color: rgb(63,7,88); }
td.TdClassName
{
border-color: #3F0758;
}
.TagClassName
{
border-color: #3F0758;
}
</style>