Shades of Blackcurrant #3F174B
Tints of Blackcurrant #3F174B
RGB
CMYK
RGB Variations
Color information
#3F174B (or 0x3F174B) is known color: Blackcurrant. HEX triplet: 3F, 17 and 4B. RGB value is (63,23,75). Sum of RGB (Red+Green+Blue) = 63+23+75=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F174B is #C0E8B4. Grayscale: #282828. Windows color (decimal): -12642485 or 4921151. OLE color: 4921151.
HSL color Cylindrical-coordinate representation of color #3F174B: hue angle of 286.15º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F174B is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 23 | 75 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.71 |
| HSL | 286.15º | 0.53% | 0.19% | - |
| HSV(B) | 286.15º | 0.69% | 0.29% | - |
| XYZ | 3.63 | 2.18 | 6.89 | - |
| YUV | 40.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 75 | 0.16 | 0.69 | 0 | 0.71 | 286.15 | 0.53 | 0.19 |
| Hex | 3F | 17 | 4B | 10 | 45 | 0 | 47 | 11E | 35 | 13 |
| Octal | 77 | 27 | 113 | 20 | 105 | 0 | 107 | 436 | 65 | 23 |
| Binary | 111111 | 10111 | 1001011 | 10000 | 1000101 | 0 | 1000111 | 100011110 | 110101 | 10011 |
Color Harmonies of #3F174B
Complementary color
Monochromatic Colors of #3F174B
Black with #3F174B
Text Example
Text Example
White with #3F174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F174B; }
p { color: rgb(63,23,75); }
H1.HeaderClassName
{
color: #3F174B;
}
.AnyTagClassName
{
color: #3F174B;
}
</style>
background-color css
<style>
a { background-color: #3F174B; }
a { background-color: rgb(63,23,75); }
div.DivClassName
{
background-color: #3F174B;
}
.BgClassName
{
background-color: #3F174B;
}
</style>
border-color css
<style>
span { border-color: #3F174B; }
span { border-color: rgb(63,23,75); }
td.TdClassName
{
border-color: #3F174B;
}
.TagClassName
{
border-color: #3F174B;
}
</style>