Shades of Blackcurrant #3F134F
Tints of Blackcurrant #3F134F
RGB
CMYK
RGB Variations
Color information
#3F134F (or 0x3F134F) is known color: Blackcurrant. HEX triplet: 3F, 13 and 4F. RGB value is (63,19,79). Sum of RGB (Red+Green+Blue) = 63+19+79=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F134F is #C0ECB0. Grayscale: #262626. Windows color (decimal): -12643505 or 5182271. OLE color: 5182271.
HSL color Cylindrical-coordinate representation of color #3F134F: hue angle of 284º 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 #3F134F is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 19 | 79 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.69 |
| HSL | 284º | 0.61% | 0.19% | - |
| HSV(B) | 284º | 0.76% | 0.31% | - |
| XYZ | 3.69 | 2.09 | 7.61 | - |
| YUV | 39 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 79 | 0.20 | 0.76 | 0 | 0.69 | 284 | 0.61 | 0.19 |
| Hex | 3F | 13 | 4F | 14 | 4C | 0 | 45 | 11C | 3D | 13 |
| Octal | 77 | 23 | 117 | 24 | 114 | 0 | 105 | 434 | 75 | 23 |
| Binary | 111111 | 10011 | 1001111 | 10100 | 1001100 | 0 | 1000101 | 100011100 | 111101 | 10011 |
Color Harmonies of #3F134F
Complementary color
Monochromatic Colors of #3F134F
Black with #3F134F
Text Example
Text Example
White with #3F134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F134F; }
p { color: rgb(63,19,79); }
H1.HeaderClassName
{
color: #3F134F;
}
.AnyTagClassName
{
color: #3F134F;
}
</style>
background-color css
<style>
a { background-color: #3F134F; }
a { background-color: rgb(63,19,79); }
div.DivClassName
{
background-color: #3F134F;
}
.BgClassName
{
background-color: #3F134F;
}
</style>
border-color css
<style>
span { border-color: #3F134F; }
span { border-color: rgb(63,19,79); }
td.TdClassName
{
border-color: #3F134F;
}
.TagClassName
{
border-color: #3F134F;
}
</style>