Shades of Blackcurrant #391552
Tints of Blackcurrant #391552
RGB
CMYK
RGB Variations
Color information
#391552 (or 0x391552) is known color: Blackcurrant. HEX triplet: 39, 15 and 52. RGB value is (57,21,82). Sum of RGB (Red+Green+Blue) = 57+21+82=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #391552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391552 is #C6EAAD. Grayscale: #262626. Windows color (decimal): -13036206 or 5379385. OLE color: 5379385.
HSL color Cylindrical-coordinate representation of color #391552: hue angle of 275.41º 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 #391552 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 21 | 82 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.68 |
| HSL | 275.41º | 0.59% | 0.2% | - |
| HSV(B) | 275.41º | 0.74% | 0.32% | - |
| XYZ | 3.48 | 2.02 | 8.19 | - |
| YUV | 38.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 82 | 0.30 | 0.74 | 0 | 0.68 | 275.41 | 0.59 | 0.2 |
| Hex | 39 | 15 | 52 | 1E | 4A | 0 | 44 | 113 | 3B | 14 |
| Octal | 71 | 25 | 122 | 36 | 112 | 0 | 104 | 423 | 73 | 24 |
| Binary | 111001 | 10101 | 1010010 | 11110 | 1001010 | 0 | 1000100 | 100010011 | 111011 | 10100 |
Color Harmonies of #391552
Complementary color
Monochromatic Colors of #391552
Black with #391552
Text Example
Text Example
White with #391552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391552; }
p { color: rgb(57,21,82); }
H1.HeaderClassName
{
color: #391552;
}
.AnyTagClassName
{
color: #391552;
}
</style>
background-color css
<style>
a { background-color: #391552; }
a { background-color: rgb(57,21,82); }
div.DivClassName
{
background-color: #391552;
}
.BgClassName
{
background-color: #391552;
}
</style>
border-color css
<style>
span { border-color: #391552; }
span { border-color: rgb(57,21,82); }
td.TdClassName
{
border-color: #391552;
}
.TagClassName
{
border-color: #391552;
}
</style>