Shades of Blackcurrant #3C164D
Tints of Blackcurrant #3C164D
RGB
CMYK
RGB Variations
Color information
#3C164D (or 0x3C164D) is known color: Blackcurrant. HEX triplet: 3C, 16 and 4D. RGB value is (60,22,77). Sum of RGB (Red+Green+Blue) = 60+22+77=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C164D is #C3E9B2. Grayscale: #272727. Windows color (decimal): -12839347 or 5051964. OLE color: 5051964.
HSL color Cylindrical-coordinate representation of color #3C164D: hue angle of 281.45º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C164D is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 22 | 77 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.70 |
| HSL | 281.45º | 0.56% | 0.19% | - |
| HSV(B) | 281.45º | 0.71% | 0.3% | - |
| XYZ | 3.49 | 2.07 | 7.24 | - |
| YUV | 39.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 77 | 0.22 | 0.71 | 0 | 0.70 | 281.45 | 0.56 | 0.19 |
| Hex | 3C | 16 | 4D | 16 | 47 | 0 | 46 | 119 | 38 | 13 |
| Octal | 74 | 26 | 115 | 26 | 107 | 0 | 106 | 431 | 70 | 23 |
| Binary | 111100 | 10110 | 1001101 | 10110 | 1000111 | 0 | 1000110 | 100011001 | 111000 | 10011 |
Color Harmonies of #3C164D
Complementary color
Monochromatic Colors of #3C164D
Black with #3C164D
Text Example
Text Example
White with #3C164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C164D; }
p { color: rgb(60,22,77); }
H1.HeaderClassName
{
color: #3C164D;
}
.AnyTagClassName
{
color: #3C164D;
}
</style>
background-color css
<style>
a { background-color: #3C164D; }
a { background-color: rgb(60,22,77); }
div.DivClassName
{
background-color: #3C164D;
}
.BgClassName
{
background-color: #3C164D;
}
</style>
border-color css
<style>
span { border-color: #3C164D; }
span { border-color: rgb(60,22,77); }
td.TdClassName
{
border-color: #3C164D;
}
.TagClassName
{
border-color: #3C164D;
}
</style>