Shades of Blackcurrant #39174D
Tints of Blackcurrant #39174D
RGB
CMYK
RGB Variations
Color information
#39174D (or 0x39174D) is known color: Blackcurrant. HEX triplet: 39, 17 and 4D. RGB value is (57,23,77). Sum of RGB (Red+Green+Blue) = 57+23+77=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #39174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39174D is #C6E8B2. Grayscale: #272727. Windows color (decimal): -13035699 or 5052217. OLE color: 5052217.
HSL color Cylindrical-coordinate representation of color #39174D: hue angle of 277.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39174D is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 23 | 77 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.70 |
| HSL | 277.78º | 0.54% | 0.2% | - |
| HSV(B) | 277.78º | 0.7% | 0.3% | - |
| XYZ | 3.33 | 2.02 | 7.24 | - |
| YUV | 39.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 77 | 0.26 | 0.70 | 0 | 0.70 | 277.78 | 0.54 | 0.2 |
| Hex | 39 | 17 | 4D | 1A | 46 | 0 | 46 | 116 | 36 | 14 |
| Octal | 71 | 27 | 115 | 32 | 106 | 0 | 106 | 426 | 66 | 24 |
| Binary | 111001 | 10111 | 1001101 | 11010 | 1000110 | 0 | 1000110 | 100010110 | 110110 | 10100 |
Color Harmonies of #39174D
Complementary color
Monochromatic Colors of #39174D
Black with #39174D
Text Example
Text Example
White with #39174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39174D; }
p { color: rgb(57,23,77); }
H1.HeaderClassName
{
color: #39174D;
}
.AnyTagClassName
{
color: #39174D;
}
</style>
background-color css
<style>
a { background-color: #39174D; }
a { background-color: rgb(57,23,77); }
div.DivClassName
{
background-color: #39174D;
}
.BgClassName
{
background-color: #39174D;
}
</style>
border-color css
<style>
span { border-color: #39174D; }
span { border-color: rgb(57,23,77); }
td.TdClassName
{
border-color: #39174D;
}
.TagClassName
{
border-color: #39174D;
}
</style>