Shades of Blackcurrant #3F0A4C
Tints of Blackcurrant #3F0A4C
RGB
CMYK
RGB Variations
Color information
#3F0A4C (or 0x3F0A4C) is known color: Blackcurrant. HEX triplet: 3F, 0A and 4C. RGB value is (63,10,76). Sum of RGB (Red+Green+Blue) = 63+10+76=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F0A4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A4C is #C0F5B3. Grayscale: #212121. Windows color (decimal): -12645812 or 4983359. OLE color: 4983359.
HSL color Cylindrical-coordinate representation of color #3F0A4C: hue angle of 288.18º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F0A4C is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 10 | 76 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.70 |
| HSL | 288.18º | 0.77% | 0.17% | - |
| HSV(B) | 288.18º | 0.87% | 0.3% | - |
| XYZ | 3.46 | 1.8 | 7 | - |
| YUV | 33.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 76 | 0.17 | 0.87 | 0 | 0.70 | 288.18 | 0.77 | 0.17 |
| Hex | 3F | A | 4C | 11 | 57 | 0 | 46 | 120 | 4D | 11 |
| Octal | 77 | 12 | 114 | 21 | 127 | 0 | 106 | 440 | 115 | 21 |
| Binary | 111111 | 1010 | 1001100 | 10001 | 1010111 | 0 | 1000110 | 100100000 | 1001101 | 10001 |
Color Harmonies of #3F0A4C
Complementary color
Monochromatic Colors of #3F0A4C
Black with #3F0A4C
Text Example
Text Example
White with #3F0A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A4C; }
p { color: rgb(63,10,76); }
H1.HeaderClassName
{
color: #3F0A4C;
}
.AnyTagClassName
{
color: #3F0A4C;
}
</style>
background-color css
<style>
a { background-color: #3F0A4C; }
a { background-color: rgb(63,10,76); }
div.DivClassName
{
background-color: #3F0A4C;
}
.BgClassName
{
background-color: #3F0A4C;
}
</style>
border-color css
<style>
span { border-color: #3F0A4C; }
span { border-color: rgb(63,10,76); }
td.TdClassName
{
border-color: #3F0A4C;
}
.TagClassName
{
border-color: #3F0A4C;
}
</style>