Shades of Blackcurrant #3F164A
Tints of Blackcurrant #3F164A
RGB
CMYK
RGB Variations
Color information
#3F164A (or 0x3F164A) is known color: Blackcurrant. HEX triplet: 3F, 16 and 4A. RGB value is (63,22,74). Sum of RGB (Red+Green+Blue) = 63+22+74=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F164A is #C0E9B5. Grayscale: #282828. Windows color (decimal): -12642742 or 4855359. OLE color: 4855359.
HSL color Cylindrical-coordinate representation of color #3F164A: hue angle of 287.31º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F164A is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 22 | 74 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.71 |
| HSL | 287.31º | 0.54% | 0.19% | - |
| HSV(B) | 287.31º | 0.7% | 0.29% | - |
| XYZ | 3.57 | 2.12 | 6.7 | - |
| YUV | 40.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 74 | 0.15 | 0.70 | 0 | 0.71 | 287.31 | 0.54 | 0.19 |
| Hex | 3F | 16 | 4A | F | 46 | 0 | 47 | 11F | 36 | 13 |
| Octal | 77 | 26 | 112 | 17 | 106 | 0 | 107 | 437 | 66 | 23 |
| Binary | 111111 | 10110 | 1001010 | 1111 | 1000110 | 0 | 1000111 | 100011111 | 110110 | 10011 |
Color Harmonies of #3F164A
Complementary color
Monochromatic Colors of #3F164A
Black with #3F164A
Text Example
Text Example
White with #3F164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F164A; }
p { color: rgb(63,22,74); }
H1.HeaderClassName
{
color: #3F164A;
}
.AnyTagClassName
{
color: #3F164A;
}
</style>
background-color css
<style>
a { background-color: #3F164A; }
a { background-color: rgb(63,22,74); }
div.DivClassName
{
background-color: #3F164A;
}
.BgClassName
{
background-color: #3F164A;
}
</style>
border-color css
<style>
span { border-color: #3F164A; }
span { border-color: rgb(63,22,74); }
td.TdClassName
{
border-color: #3F164A;
}
.TagClassName
{
border-color: #3F164A;
}
</style>