Shades of Blackcurrant #391551
Tints of Blackcurrant #391551
RGB
CMYK
RGB Variations
Color information
#391551 (or 0x391551) is known color: Blackcurrant. HEX triplet: 39, 15 and 51. RGB value is (57,21,81). Sum of RGB (Red+Green+Blue) = 57+21+81=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #391551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391551 is #C6EAAE. Grayscale: #262626. Windows color (decimal): -13036207 or 5313849. OLE color: 5313849.
HSL color Cylindrical-coordinate representation of color #391551: hue angle of 276º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391551 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 21 | 81 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.68 |
| HSL | 276º | 0.59% | 0.2% | - |
| HSV(B) | 276º | 0.74% | 0.32% | - |
| XYZ | 3.44 | 2 | 7.99 | - |
| YUV | 38.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 81 | 0.30 | 0.74 | 0 | 0.68 | 276 | 0.59 | 0.2 |
| Hex | 39 | 15 | 51 | 1E | 4A | 0 | 44 | 114 | 3B | 14 |
| Octal | 71 | 25 | 121 | 36 | 112 | 0 | 104 | 424 | 73 | 24 |
| Binary | 111001 | 10101 | 1010001 | 11110 | 1001010 | 0 | 1000100 | 100010100 | 111011 | 10100 |
Color Harmonies of #391551
Complementary color
Monochromatic Colors of #391551
Black with #391551
Text Example
Text Example
White with #391551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391551; }
p { color: rgb(57,21,81); }
H1.HeaderClassName
{
color: #391551;
}
.AnyTagClassName
{
color: #391551;
}
</style>
background-color css
<style>
a { background-color: #391551; }
a { background-color: rgb(57,21,81); }
div.DivClassName
{
background-color: #391551;
}
.BgClassName
{
background-color: #391551;
}
</style>
border-color css
<style>
span { border-color: #391551; }
span { border-color: rgb(57,21,81); }
td.TdClassName
{
border-color: #391551;
}
.TagClassName
{
border-color: #391551;
}
</style>