Shades of Blackcurrant #3C174D
Tints of Blackcurrant #3C174D
RGB
CMYK
RGB Variations
Color information
#3C174D (or 0x3C174D) is known color: Blackcurrant. HEX triplet: 3C, 17 and 4D. RGB value is (60,23,77). Sum of RGB (Red+Green+Blue) = 60+23+77=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C174D is #C3E8B2. Grayscale: #282828. Windows color (decimal): -12839091 or 5052220. OLE color: 5052220.
HSL color Cylindrical-coordinate representation of color #3C174D: hue angle of 281.11º 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 #3C174D is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 23 | 77 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.70 |
| HSL | 281.11º | 0.54% | 0.2% | - |
| HSV(B) | 281.11º | 0.7% | 0.3% | - |
| XYZ | 3.51 | 2.11 | 7.24 | - |
| YUV | 40.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 77 | 0.22 | 0.70 | 0 | 0.70 | 281.11 | 0.54 | 0.2 |
| Hex | 3C | 17 | 4D | 16 | 46 | 0 | 46 | 119 | 36 | 14 |
| Octal | 74 | 27 | 115 | 26 | 106 | 0 | 106 | 431 | 66 | 24 |
| Binary | 111100 | 10111 | 1001101 | 10110 | 1000110 | 0 | 1000110 | 100011001 | 110110 | 10100 |
Color Harmonies of #3C174D
Complementary color
Monochromatic Colors of #3C174D
Black with #3C174D
Text Example
Text Example
White with #3C174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C174D; }
p { color: rgb(60,23,77); }
H1.HeaderClassName
{
color: #3C174D;
}
.AnyTagClassName
{
color: #3C174D;
}
</style>
background-color css
<style>
a { background-color: #3C174D; }
a { background-color: rgb(60,23,77); }
div.DivClassName
{
background-color: #3C174D;
}
.BgClassName
{
background-color: #3C174D;
}
</style>
border-color css
<style>
span { border-color: #3C174D; }
span { border-color: rgb(60,23,77); }
td.TdClassName
{
border-color: #3C174D;
}
.TagClassName
{
border-color: #3C174D;
}
</style>