Shades of Blackcurrant #39194A
Tints of Blackcurrant #39194A
RGB
CMYK
RGB Variations
Color information
#39194A (or 0x39194A) is known color: Blackcurrant. HEX triplet: 39, 19 and 4A. RGB value is (57,25,74). Sum of RGB (Red+Green+Blue) = 57+25+74=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #39194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39194A is #C6E6B5. Grayscale: #272727. Windows color (decimal): -13035190 or 4856121. OLE color: 4856121.
HSL color Cylindrical-coordinate representation of color #39194A: hue angle of 279.18º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39194A is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 25 | 74 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.71 |
| HSL | 279.18º | 0.49% | 0.19% | - |
| HSV(B) | 279.18º | 0.66% | 0.29% | - |
| XYZ | 3.27 | 2.06 | 6.7 | - |
| YUV | 40.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 74 | 0.23 | 0.66 | 0 | 0.71 | 279.18 | 0.49 | 0.19 |
| Hex | 39 | 19 | 4A | 17 | 42 | 0 | 47 | 117 | 31 | 13 |
| Octal | 71 | 31 | 112 | 27 | 102 | 0 | 107 | 427 | 61 | 23 |
| Binary | 111001 | 11001 | 1001010 | 10111 | 1000010 | 0 | 1000111 | 100010111 | 110001 | 10011 |
Color Harmonies of #39194A
Complementary color
Monochromatic Colors of #39194A
Black with #39194A
Text Example
Text Example
White with #39194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39194A; }
p { color: rgb(57,25,74); }
H1.HeaderClassName
{
color: #39194A;
}
.AnyTagClassName
{
color: #39194A;
}
</style>
background-color css
<style>
a { background-color: #39194A; }
a { background-color: rgb(57,25,74); }
div.DivClassName
{
background-color: #39194A;
}
.BgClassName
{
background-color: #39194A;
}
</style>
border-color css
<style>
span { border-color: #39194A; }
span { border-color: rgb(57,25,74); }
td.TdClassName
{
border-color: #39194A;
}
.TagClassName
{
border-color: #39194A;
}
</style>