Shades of Blackcurrant #391248
Tints of Blackcurrant #391248
RGB
CMYK
RGB Variations
Color information
#391248 (or 0x391248) is known color: Blackcurrant. HEX triplet: 39, 12 and 48. RGB value is (57,18,72). Sum of RGB (Red+Green+Blue) = 57+18+72=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #391248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391248 is #C6EDB7. Grayscale: #232323. Windows color (decimal): -13036984 or 4723257. OLE color: 4723257.
HSL color Cylindrical-coordinate representation of color #391248: hue angle of 283.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #391248 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 18 | 72 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.72 |
| HSL | 283.33º | 0.6% | 0.18% | - |
| HSV(B) | 283.33º | 0.75% | 0.28% | - |
| XYZ | 3.07 | 1.77 | 6.31 | - |
| YUV | 35.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 72 | 0.21 | 0.75 | 0 | 0.72 | 283.33 | 0.6 | 0.18 |
| Hex | 39 | 12 | 48 | 15 | 4B | 0 | 48 | 11B | 3C | 12 |
| Octal | 71 | 22 | 110 | 25 | 113 | 0 | 110 | 433 | 74 | 22 |
| Binary | 111001 | 10010 | 1001000 | 10101 | 1001011 | 0 | 1001000 | 100011011 | 111100 | 10010 |
Color Harmonies of #391248
Complementary color
Monochromatic Colors of #391248
Black with #391248
Text Example
Text Example
White with #391248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391248; }
p { color: rgb(57,18,72); }
H1.HeaderClassName
{
color: #391248;
}
.AnyTagClassName
{
color: #391248;
}
</style>
background-color css
<style>
a { background-color: #391248; }
a { background-color: rgb(57,18,72); }
div.DivClassName
{
background-color: #391248;
}
.BgClassName
{
background-color: #391248;
}
</style>
border-color css
<style>
span { border-color: #391248; }
span { border-color: rgb(57,18,72); }
td.TdClassName
{
border-color: #391248;
}
.TagClassName
{
border-color: #391248;
}
</style>