Shades of Blackcurrant #3F0C4D
Tints of Blackcurrant #3F0C4D
RGB
CMYK
RGB Variations
Color information
#3F0C4D (or 0x3F0C4D) is known color: Blackcurrant. HEX triplet: 3F, 0C and 4D. RGB value is (63,12,77). Sum of RGB (Red+Green+Blue) = 63+12+77=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F0C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0C4D is #C0F3B2. Grayscale: #222222. Windows color (decimal): -12645299 or 5049407. OLE color: 5049407.
HSL color Cylindrical-coordinate representation of color #3F0C4D: hue angle of 287.08º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0C4D is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 12 | 77 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.70 |
| HSL | 287.08º | 0.73% | 0.17% | - |
| HSV(B) | 287.08º | 0.84% | 0.3% | - |
| XYZ | 3.52 | 1.86 | 7.19 | - |
| YUV | 34.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 77 | 0.18 | 0.84 | 0 | 0.70 | 287.08 | 0.73 | 0.17 |
| Hex | 3F | C | 4D | 12 | 54 | 0 | 46 | 11F | 49 | 11 |
| Octal | 77 | 14 | 115 | 22 | 124 | 0 | 106 | 437 | 111 | 21 |
| Binary | 111111 | 1100 | 1001101 | 10010 | 1010100 | 0 | 1000110 | 100011111 | 1001001 | 10001 |
Color Harmonies of #3F0C4D
Complementary color
Monochromatic Colors of #3F0C4D
Black with #3F0C4D
Text Example
Text Example
White with #3F0C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C4D; }
p { color: rgb(63,12,77); }
H1.HeaderClassName
{
color: #3F0C4D;
}
.AnyTagClassName
{
color: #3F0C4D;
}
</style>
background-color css
<style>
a { background-color: #3F0C4D; }
a { background-color: rgb(63,12,77); }
div.DivClassName
{
background-color: #3F0C4D;
}
.BgClassName
{
background-color: #3F0C4D;
}
</style>
border-color css
<style>
span { border-color: #3F0C4D; }
span { border-color: rgb(63,12,77); }
td.TdClassName
{
border-color: #3F0C4D;
}
.TagClassName
{
border-color: #3F0C4D;
}
</style>