Shades of Blackcurrant #3F174D
Tints of Blackcurrant #3F174D
RGB
CMYK
RGB Variations
Color information
#3F174D (or 0x3F174D) is known color: Blackcurrant. HEX triplet: 3F, 17 and 4D. RGB value is (63,23,77). Sum of RGB (Red+Green+Blue) = 63+23+77=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F174D is #C0E8B2. Grayscale: #282828. Windows color (decimal): -12642483 or 5052223. OLE color: 5052223.
HSL color Cylindrical-coordinate representation of color #3F174D: hue angle of 284.44º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F174D is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 23 | 77 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.70 |
| HSL | 284.44º | 0.54% | 0.2% | - |
| HSV(B) | 284.44º | 0.7% | 0.3% | - |
| XYZ | 3.7 | 2.21 | 7.25 | - |
| YUV | 41.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 77 | 0.18 | 0.70 | 0 | 0.70 | 284.44 | 0.54 | 0.2 |
| Hex | 3F | 17 | 4D | 12 | 46 | 0 | 46 | 11C | 36 | 14 |
| Octal | 77 | 27 | 115 | 22 | 106 | 0 | 106 | 434 | 66 | 24 |
| Binary | 111111 | 10111 | 1001101 | 10010 | 1000110 | 0 | 1000110 | 100011100 | 110110 | 10100 |
Color Harmonies of #3F174D
Complementary color
Monochromatic Colors of #3F174D
Black with #3F174D
Text Example
Text Example
White with #3F174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F174D; }
p { color: rgb(63,23,77); }
H1.HeaderClassName
{
color: #3F174D;
}
.AnyTagClassName
{
color: #3F174D;
}
</style>
background-color css
<style>
a { background-color: #3F174D; }
a { background-color: rgb(63,23,77); }
div.DivClassName
{
background-color: #3F174D;
}
.BgClassName
{
background-color: #3F174D;
}
</style>
border-color css
<style>
span { border-color: #3F174D; }
span { border-color: rgb(63,23,77); }
td.TdClassName
{
border-color: #3F174D;
}
.TagClassName
{
border-color: #3F174D;
}
</style>