Shades of Blackcurrant #391748
Tints of Blackcurrant #391748
RGB
CMYK
RGB Variations
Color information
#391748 (or 0x391748) is known color: Blackcurrant. HEX triplet: 39, 17 and 48. RGB value is (57,23,72). Sum of RGB (Red+Green+Blue) = 57+23+72=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #391748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391748 is #C6E8B7. Grayscale: #262626. Windows color (decimal): -13035704 or 4724537. OLE color: 4724537.
HSL color Cylindrical-coordinate representation of color #391748: hue angle of 281.63º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391748 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 23 | 72 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.72 |
| HSL | 281.63º | 0.52% | 0.19% | - |
| HSV(B) | 281.63º | 0.68% | 0.28% | - |
| XYZ | 3.16 | 1.95 | 6.34 | - |
| YUV | 38.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 72 | 0.21 | 0.68 | 0 | 0.72 | 281.63 | 0.52 | 0.19 |
| Hex | 39 | 17 | 48 | 15 | 44 | 0 | 48 | 11A | 34 | 13 |
| Octal | 71 | 27 | 110 | 25 | 104 | 0 | 110 | 432 | 64 | 23 |
| Binary | 111001 | 10111 | 1001000 | 10101 | 1000100 | 0 | 1001000 | 100011010 | 110100 | 10011 |
Color Harmonies of #391748
Complementary color
Monochromatic Colors of #391748
Black with #391748
Text Example
Text Example
White with #391748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391748; }
p { color: rgb(57,23,72); }
H1.HeaderClassName
{
color: #391748;
}
.AnyTagClassName
{
color: #391748;
}
</style>
background-color css
<style>
a { background-color: #391748; }
a { background-color: rgb(57,23,72); }
div.DivClassName
{
background-color: #391748;
}
.BgClassName
{
background-color: #391748;
}
</style>
border-color css
<style>
span { border-color: #391748; }
span { border-color: rgb(57,23,72); }
td.TdClassName
{
border-color: #391748;
}
.TagClassName
{
border-color: #391748;
}
</style>