Shades of Blackcurrant #3F134E
Tints of Blackcurrant #3F134E
RGB
CMYK
RGB Variations
Color information
#3F134E (or 0x3F134E) is known color: Blackcurrant. HEX triplet: 3F, 13 and 4E. RGB value is (63,19,78). Sum of RGB (Red+Green+Blue) = 63+19+78=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F134E is #C0ECB1. Grayscale: #262626. Windows color (decimal): -12643506 or 5116735. OLE color: 5116735.
HSL color Cylindrical-coordinate representation of color #3F134E: hue angle of 284.75º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F134E is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 19 | 78 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.69 |
| HSL | 284.75º | 0.61% | 0.19% | - |
| HSV(B) | 284.75º | 0.76% | 0.31% | - |
| XYZ | 3.66 | 2.07 | 7.41 | - |
| YUV | 38.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 78 | 0.19 | 0.76 | 0 | 0.69 | 284.75 | 0.61 | 0.19 |
| Hex | 3F | 13 | 4E | 13 | 4C | 0 | 45 | 11D | 3D | 13 |
| Octal | 77 | 23 | 116 | 23 | 114 | 0 | 105 | 435 | 75 | 23 |
| Binary | 111111 | 10011 | 1001110 | 10011 | 1001100 | 0 | 1000101 | 100011101 | 111101 | 10011 |
Color Harmonies of #3F134E
Complementary color
Monochromatic Colors of #3F134E
Black with #3F134E
Text Example
Text Example
White with #3F134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F134E; }
p { color: rgb(63,19,78); }
H1.HeaderClassName
{
color: #3F134E;
}
.AnyTagClassName
{
color: #3F134E;
}
</style>
background-color css
<style>
a { background-color: #3F134E; }
a { background-color: rgb(63,19,78); }
div.DivClassName
{
background-color: #3F134E;
}
.BgClassName
{
background-color: #3F134E;
}
</style>
border-color css
<style>
span { border-color: #3F134E; }
span { border-color: rgb(63,19,78); }
td.TdClassName
{
border-color: #3F134E;
}
.TagClassName
{
border-color: #3F134E;
}
</style>