Shades of Blackcurrant #39154A
Tints of Blackcurrant #39154A
RGB
CMYK
RGB Variations
Color information
#39154A (or 0x39154A) is known color: Blackcurrant. HEX triplet: 39, 15 and 4A. RGB value is (57,21,74). Sum of RGB (Red+Green+Blue) = 57+21+74=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #39154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39154A is #C6EAB5. Grayscale: #252525. Windows color (decimal): -13036214 or 4855097. OLE color: 4855097.
HSL color Cylindrical-coordinate representation of color #39154A: hue angle of 280.75º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39154A is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 21 | 74 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.71 |
| HSL | 280.75º | 0.56% | 0.19% | - |
| HSV(B) | 280.75º | 0.72% | 0.29% | - |
| XYZ | 3.19 | 1.9 | 6.68 | - |
| YUV | 37.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 74 | 0.23 | 0.72 | 0 | 0.71 | 280.75 | 0.56 | 0.19 |
| Hex | 39 | 15 | 4A | 17 | 48 | 0 | 47 | 119 | 38 | 13 |
| Octal | 71 | 25 | 112 | 27 | 110 | 0 | 107 | 431 | 70 | 23 |
| Binary | 111001 | 10101 | 1001010 | 10111 | 1001000 | 0 | 1000111 | 100011001 | 111000 | 10011 |
Color Harmonies of #39154A
Complementary color
Monochromatic Colors of #39154A
Black with #39154A
Text Example
Text Example
White with #39154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39154A; }
p { color: rgb(57,21,74); }
H1.HeaderClassName
{
color: #39154A;
}
.AnyTagClassName
{
color: #39154A;
}
</style>
background-color css
<style>
a { background-color: #39154A; }
a { background-color: rgb(57,21,74); }
div.DivClassName
{
background-color: #39154A;
}
.BgClassName
{
background-color: #39154A;
}
</style>
border-color css
<style>
span { border-color: #39154A; }
span { border-color: rgb(57,21,74); }
td.TdClassName
{
border-color: #39154A;
}
.TagClassName
{
border-color: #39154A;
}
</style>