Shades of Blackcurrant #391242
Tints of Blackcurrant #391242
RGB
CMYK
RGB Variations
Color information
#391242 (or 0x391242) is known color: Blackcurrant. HEX triplet: 39, 12 and 42. RGB value is (57,18,66). Sum of RGB (Red+Green+Blue) = 57+18+66=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #391242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391242 is #C6EDBD. Grayscale: #222222. Windows color (decimal): -13036990 or 4330041. OLE color: 4330041.
HSL color Cylindrical-coordinate representation of color #391242: hue angle of 288.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #391242 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 18 | 66 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.74 |
| HSL | 288.75º | 0.57% | 0.16% | - |
| HSV(B) | 288.75º | 0.73% | 0.26% | - |
| XYZ | 2.89 | 1.7 | 5.33 | - |
| YUV | 35.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 66 | 0.14 | 0.73 | 0 | 0.74 | 288.75 | 0.57 | 0.16 |
| Hex | 39 | 12 | 42 | E | 49 | 0 | 4A | 121 | 39 | 10 |
| Octal | 71 | 22 | 102 | 16 | 111 | 0 | 112 | 441 | 71 | 20 |
| Binary | 111001 | 10010 | 1000010 | 1110 | 1001001 | 0 | 1001010 | 100100001 | 111001 | 10000 |
Color Harmonies of #391242
Complementary color
Monochromatic Colors of #391242
Black with #391242
Text Example
Text Example
White with #391242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391242; }
p { color: rgb(57,18,66); }
H1.HeaderClassName
{
color: #391242;
}
.AnyTagClassName
{
color: #391242;
}
</style>
background-color css
<style>
a { background-color: #391242; }
a { background-color: rgb(57,18,66); }
div.DivClassName
{
background-color: #391242;
}
.BgClassName
{
background-color: #391242;
}
</style>
border-color css
<style>
span { border-color: #391242; }
span { border-color: rgb(57,18,66); }
td.TdClassName
{
border-color: #391242;
}
.TagClassName
{
border-color: #391242;
}
</style>