Shades of Blackcurrant #39174A
Tints of Blackcurrant #39174A
RGB
CMYK
RGB Variations
Color information
#39174A (or 0x39174A) is known color: Blackcurrant. HEX triplet: 39, 17 and 4A. RGB value is (57,23,74). Sum of RGB (Red+Green+Blue) = 57+23+74=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #39174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39174A is #C6E8B5. Grayscale: #262626. Windows color (decimal): -13035702 or 4855609. OLE color: 4855609.
HSL color Cylindrical-coordinate representation of color #39174A: hue angle of 280º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39174A is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 23 | 74 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.71 |
| HSL | 280º | 0.53% | 0.19% | - |
| HSV(B) | 280º | 0.69% | 0.29% | - |
| XYZ | 3.23 | 1.98 | 6.69 | - |
| YUV | 38.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 74 | 0.23 | 0.69 | 0 | 0.71 | 280 | 0.53 | 0.19 |
| Hex | 39 | 17 | 4A | 17 | 45 | 0 | 47 | 118 | 35 | 13 |
| Octal | 71 | 27 | 112 | 27 | 105 | 0 | 107 | 430 | 65 | 23 |
| Binary | 111001 | 10111 | 1001010 | 10111 | 1000101 | 0 | 1000111 | 100011000 | 110101 | 10011 |
Color Harmonies of #39174A
Complementary color
Monochromatic Colors of #39174A
Black with #39174A
Text Example
Text Example
White with #39174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39174A; }
p { color: rgb(57,23,74); }
H1.HeaderClassName
{
color: #39174A;
}
.AnyTagClassName
{
color: #39174A;
}
</style>
background-color css
<style>
a { background-color: #39174A; }
a { background-color: rgb(57,23,74); }
div.DivClassName
{
background-color: #39174A;
}
.BgClassName
{
background-color: #39174A;
}
</style>
border-color css
<style>
span { border-color: #39174A; }
span { border-color: rgb(57,23,74); }
td.TdClassName
{
border-color: #39174A;
}
.TagClassName
{
border-color: #39174A;
}
</style>