Shades of Blackcurrant #3C174E
Tints of Blackcurrant #3C174E
RGB
CMYK
RGB Variations
Color information
#3C174E (or 0x3C174E) is known color: Blackcurrant. HEX triplet: 3C, 17 and 4E. RGB value is (60,23,78). Sum of RGB (Red+Green+Blue) = 60+23+78=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C174E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C174E is #C3E8B1. Grayscale: #282828. Windows color (decimal): -12839090 or 5117756. OLE color: 5117756.
HSL color Cylindrical-coordinate representation of color #3C174E: hue angle of 280.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C174E is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 23 | 78 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.69 |
| HSL | 280.36º | 0.54% | 0.2% | - |
| HSV(B) | 280.36º | 0.71% | 0.31% | - |
| XYZ | 3.55 | 2.12 | 7.43 | - |
| YUV | 40.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 78 | 0.23 | 0.71 | 0 | 0.69 | 280.36 | 0.54 | 0.2 |
| Hex | 3C | 17 | 4E | 17 | 47 | 0 | 45 | 118 | 36 | 14 |
| Octal | 74 | 27 | 116 | 27 | 107 | 0 | 105 | 430 | 66 | 24 |
| Binary | 111100 | 10111 | 1001110 | 10111 | 1000111 | 0 | 1000101 | 100011000 | 110110 | 10100 |
Color Harmonies of #3C174E
Complementary color
Monochromatic Colors of #3C174E
Black with #3C174E
Text Example
Text Example
White with #3C174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C174E; }
p { color: rgb(60,23,78); }
H1.HeaderClassName
{
color: #3C174E;
}
.AnyTagClassName
{
color: #3C174E;
}
</style>
background-color css
<style>
a { background-color: #3C174E; }
a { background-color: rgb(60,23,78); }
div.DivClassName
{
background-color: #3C174E;
}
.BgClassName
{
background-color: #3C174E;
}
</style>
border-color css
<style>
span { border-color: #3C174E; }
span { border-color: rgb(60,23,78); }
td.TdClassName
{
border-color: #3C174E;
}
.TagClassName
{
border-color: #3C174E;
}
</style>