Shades of Blackcurrant #391C41
Tints of Blackcurrant #391C41
RGB
CMYK
RGB Variations
Color information
#391C41 (or 0x391C41) is known color: Blackcurrant. HEX triplet: 39, 1C and 41. RGB value is (57,28,65). Sum of RGB (Red+Green+Blue) = 57+28+65=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #391C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C41 is #C6E3BE. Grayscale: #282828. Windows color (decimal): -13034431 or 4267065. OLE color: 4267065.
HSL color Cylindrical-coordinate representation of color #391C41: hue angle of 287.03º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #391C41 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 28 | 65 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.75 |
| HSL | 287.03º | 0.4% | 0.18% | - |
| HSV(B) | 287.03º | 0.57% | 0.25% | - |
| XYZ | 3.06 | 2.08 | 5.24 | - |
| YUV | 40.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 65 | 0.12 | 0.57 | 0 | 0.75 | 287.03 | 0.4 | 0.18 |
| Hex | 39 | 1C | 41 | C | 39 | 0 | 4B | 11F | 28 | 12 |
| Octal | 71 | 34 | 101 | 14 | 71 | 0 | 113 | 437 | 50 | 22 |
| Binary | 111001 | 11100 | 1000001 | 1100 | 111001 | 0 | 1001011 | 100011111 | 101000 | 10010 |
Color Harmonies of #391C41
Complementary color
Monochromatic Colors of #391C41
Black with #391C41
Text Example
Text Example
White with #391C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C41; }
p { color: rgb(57,28,65); }
H1.HeaderClassName
{
color: #391C41;
}
.AnyTagClassName
{
color: #391C41;
}
</style>
background-color css
<style>
a { background-color: #391C41; }
a { background-color: rgb(57,28,65); }
div.DivClassName
{
background-color: #391C41;
}
.BgClassName
{
background-color: #391C41;
}
</style>
border-color css
<style>
span { border-color: #391C41; }
span { border-color: rgb(57,28,65); }
td.TdClassName
{
border-color: #391C41;
}
.TagClassName
{
border-color: #391C41;
}
</style>