Shades of Blackcurrant #391B41
Tints of Blackcurrant #391B41
RGB
CMYK
RGB Variations
Color information
#391B41 (or 0x391B41) is known color: Blackcurrant. HEX triplet: 39, 1B and 41. RGB value is (57,27,65). Sum of RGB (Red+Green+Blue) = 57+27+65=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #391B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B41 is #C6E4BE. Grayscale: #282828. Windows color (decimal): -13034687 or 4266809. OLE color: 4266809.
HSL color Cylindrical-coordinate representation of color #391B41: hue angle of 287.37º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #391B41 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 27 | 65 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.75 |
| HSL | 287.37º | 0.41% | 0.18% | - |
| HSV(B) | 287.37º | 0.58% | 0.25% | - |
| XYZ | 3.03 | 2.04 | 5.23 | - |
| YUV | 40.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 65 | 0.12 | 0.58 | 0 | 0.75 | 287.37 | 0.41 | 0.18 |
| Hex | 39 | 1B | 41 | C | 3A | 0 | 4B | 11F | 29 | 12 |
| Octal | 71 | 33 | 101 | 14 | 72 | 0 | 113 | 437 | 51 | 22 |
| Binary | 111001 | 11011 | 1000001 | 1100 | 111010 | 0 | 1001011 | 100011111 | 101001 | 10010 |
Color Harmonies of #391B41
Complementary color
Monochromatic Colors of #391B41
Black with #391B41
Text Example
Text Example
White with #391B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B41; }
p { color: rgb(57,27,65); }
H1.HeaderClassName
{
color: #391B41;
}
.AnyTagClassName
{
color: #391B41;
}
</style>
background-color css
<style>
a { background-color: #391B41; }
a { background-color: rgb(57,27,65); }
div.DivClassName
{
background-color: #391B41;
}
.BgClassName
{
background-color: #391B41;
}
</style>
border-color css
<style>
span { border-color: #391B41; }
span { border-color: rgb(57,27,65); }
td.TdClassName
{
border-color: #391B41;
}
.TagClassName
{
border-color: #391B41;
}
</style>