Shades of Blackcurrant #39194D
Tints of Blackcurrant #39194D
RGB
CMYK
RGB Variations
Color information
#39194D (or 0x39194D) is known color: Blackcurrant. HEX triplet: 39, 19 and 4D. RGB value is (57,25,77). Sum of RGB (Red+Green+Blue) = 57+25+77=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #39194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39194D is #C6E6B2. Grayscale: #282828. Windows color (decimal): -13035187 or 5052729. OLE color: 5052729.
HSL color Cylindrical-coordinate representation of color #39194D: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39194D is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 25 | 77 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.70 |
| HSL | 276.92º | 0.51% | 0.2% | - |
| HSV(B) | 276.92º | 0.68% | 0.3% | - |
| XYZ | 3.37 | 2.1 | 7.25 | - |
| YUV | 40.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 77 | 0.26 | 0.68 | 0 | 0.70 | 276.92 | 0.51 | 0.2 |
| Hex | 39 | 19 | 4D | 1A | 44 | 0 | 46 | 115 | 33 | 14 |
| Octal | 71 | 31 | 115 | 32 | 104 | 0 | 106 | 425 | 63 | 24 |
| Binary | 111001 | 11001 | 1001101 | 11010 | 1000100 | 0 | 1000110 | 100010101 | 110011 | 10100 |
Color Harmonies of #39194D
Complementary color
Monochromatic Colors of #39194D
Black with #39194D
Text Example
Text Example
White with #39194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39194D; }
p { color: rgb(57,25,77); }
H1.HeaderClassName
{
color: #39194D;
}
.AnyTagClassName
{
color: #39194D;
}
</style>
background-color css
<style>
a { background-color: #39194D; }
a { background-color: rgb(57,25,77); }
div.DivClassName
{
background-color: #39194D;
}
.BgClassName
{
background-color: #39194D;
}
</style>
border-color css
<style>
span { border-color: #39194D; }
span { border-color: rgb(57,25,77); }
td.TdClassName
{
border-color: #39194D;
}
.TagClassName
{
border-color: #39194D;
}
</style>