Shades of Blackcurrant #391140
Tints of Blackcurrant #391140
RGB
CMYK
RGB Variations
Color information
#391140 (or 0x391140) is known color: Blackcurrant. HEX triplet: 39, 11 and 40. RGB value is (57,17,64). Sum of RGB (Red+Green+Blue) = 57+17+64=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #391140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391140 is #C6EEBF. Grayscale: #222222. Windows color (decimal): -13037248 or 4198713. OLE color: 4198713.
HSL color Cylindrical-coordinate representation of color #391140: hue angle of 291.06º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #391140 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 17 | 64 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.75 |
| HSL | 291.06º | 0.58% | 0.16% | - |
| HSV(B) | 291.06º | 0.73% | 0.25% | - |
| XYZ | 2.81 | 1.64 | 5.02 | - |
| YUV | 34.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 64 | 0.11 | 0.73 | 0 | 0.75 | 291.06 | 0.58 | 0.16 |
| Hex | 39 | 11 | 40 | B | 49 | 0 | 4B | 123 | 3A | 10 |
| Octal | 71 | 21 | 100 | 13 | 111 | 0 | 113 | 443 | 72 | 20 |
| Binary | 111001 | 10001 | 1000000 | 1011 | 1001001 | 0 | 1001011 | 100100011 | 111010 | 10000 |
Color Harmonies of #391140
Complementary color
Monochromatic Colors of #391140
Black with #391140
Text Example
Text Example
White with #391140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391140; }
p { color: rgb(57,17,64); }
H1.HeaderClassName
{
color: #391140;
}
.AnyTagClassName
{
color: #391140;
}
</style>
background-color css
<style>
a { background-color: #391140; }
a { background-color: rgb(57,17,64); }
div.DivClassName
{
background-color: #391140;
}
.BgClassName
{
background-color: #391140;
}
</style>
border-color css
<style>
span { border-color: #391140; }
span { border-color: rgb(57,17,64); }
td.TdClassName
{
border-color: #391140;
}
.TagClassName
{
border-color: #391140;
}
</style>