Shades of Blackcurrant #3F134C
Tints of Blackcurrant #3F134C
RGB
CMYK
RGB Variations
Color information
#3F134C (or 0x3F134C) is known color: Blackcurrant. HEX triplet: 3F, 13 and 4C. RGB value is (63,19,76). Sum of RGB (Red+Green+Blue) = 63+19+76=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F134C is #C0ECB3. Grayscale: #262626. Windows color (decimal): -12643508 or 4985663. OLE color: 4985663.
HSL color Cylindrical-coordinate representation of color #3F134C: hue angle of 286.32º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F134C is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 19 | 76 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.70 |
| HSL | 286.32º | 0.6% | 0.19% | - |
| HSV(B) | 286.32º | 0.75% | 0.3% | - |
| XYZ | 3.59 | 2.04 | 7.04 | - |
| YUV | 38.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 76 | 0.17 | 0.75 | 0 | 0.70 | 286.32 | 0.6 | 0.19 |
| Hex | 3F | 13 | 4C | 11 | 4B | 0 | 46 | 11E | 3C | 13 |
| Octal | 77 | 23 | 114 | 21 | 113 | 0 | 106 | 436 | 74 | 23 |
| Binary | 111111 | 10011 | 1001100 | 10001 | 1001011 | 0 | 1000110 | 100011110 | 111100 | 10011 |
Color Harmonies of #3F134C
Complementary color
Monochromatic Colors of #3F134C
Black with #3F134C
Text Example
Text Example
White with #3F134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F134C; }
p { color: rgb(63,19,76); }
H1.HeaderClassName
{
color: #3F134C;
}
.AnyTagClassName
{
color: #3F134C;
}
</style>
background-color css
<style>
a { background-color: #3F134C; }
a { background-color: rgb(63,19,76); }
div.DivClassName
{
background-color: #3F134C;
}
.BgClassName
{
background-color: #3F134C;
}
</style>
border-color css
<style>
span { border-color: #3F134C; }
span { border-color: rgb(63,19,76); }
td.TdClassName
{
border-color: #3F134C;
}
.TagClassName
{
border-color: #3F134C;
}
</style>