Shades of Blackcurrant #3F074D
Tints of Blackcurrant #3F074D
RGB
CMYK
RGB Variations
Color information
#3F074D (or 0x3F074D) is known color: Blackcurrant. HEX triplet: 3F, 07 and 4D. RGB value is (63,7,77). Sum of RGB (Red+Green+Blue) = 63+7+77=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F074D is #C0F8B2. Grayscale: #1F1F1F. Windows color (decimal): -12646579 or 5048127. OLE color: 5048127.
HSL color Cylindrical-coordinate representation of color #3F074D: hue angle of 288º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F074D is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 7 | 77 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.70 |
| HSL | 288º | 0.83% | 0.16% | - |
| HSV(B) | 288º | 0.91% | 0.3% | - |
| XYZ | 3.47 | 1.74 | 7.18 | - |
| YUV | 31.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 77 | 0.18 | 0.91 | 0 | 0.70 | 288 | 0.83 | 0.16 |
| Hex | 3F | 7 | 4D | 12 | 5B | 0 | 46 | 120 | 53 | 10 |
| Octal | 77 | 7 | 115 | 22 | 133 | 0 | 106 | 440 | 123 | 20 |
| Binary | 111111 | 111 | 1001101 | 10010 | 1011011 | 0 | 1000110 | 100100000 | 1010011 | 10000 |
Color Harmonies of #3F074D
Complementary color
Monochromatic Colors of #3F074D
Black with #3F074D
Text Example
Text Example
White with #3F074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F074D; }
p { color: rgb(63,7,77); }
H1.HeaderClassName
{
color: #3F074D;
}
.AnyTagClassName
{
color: #3F074D;
}
</style>
background-color css
<style>
a { background-color: #3F074D; }
a { background-color: rgb(63,7,77); }
div.DivClassName
{
background-color: #3F074D;
}
.BgClassName
{
background-color: #3F074D;
}
</style>
border-color css
<style>
span { border-color: #3F074D; }
span { border-color: rgb(63,7,77); }
td.TdClassName
{
border-color: #3F074D;
}
.TagClassName
{
border-color: #3F074D;
}
</style>