Shades of Blackcurrant #3C164B
Tints of Blackcurrant #3C164B
RGB
CMYK
RGB Variations
Color information
#3C164B (or 0x3C164B) is known color: Blackcurrant. HEX triplet: 3C, 16 and 4B. RGB value is (60,22,75). Sum of RGB (Red+Green+Blue) = 60+22+75=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C164B is #C3E9B4. Grayscale: #272727. Windows color (decimal): -12839349 or 4920892. OLE color: 4920892.
HSL color Cylindrical-coordinate representation of color #3C164B: hue angle of 283.02º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C164B is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 22 | 75 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.71 |
| HSL | 283.02º | 0.55% | 0.19% | - |
| HSV(B) | 283.02º | 0.71% | 0.29% | - |
| XYZ | 3.42 | 2.04 | 6.87 | - |
| YUV | 39.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 75 | 0.20 | 0.71 | 0 | 0.71 | 283.02 | 0.55 | 0.19 |
| Hex | 3C | 16 | 4B | 14 | 47 | 0 | 47 | 11B | 37 | 13 |
| Octal | 74 | 26 | 113 | 24 | 107 | 0 | 107 | 433 | 67 | 23 |
| Binary | 111100 | 10110 | 1001011 | 10100 | 1000111 | 0 | 1000111 | 100011011 | 110111 | 10011 |
Color Harmonies of #3C164B
Complementary color
Monochromatic Colors of #3C164B
Black with #3C164B
Text Example
Text Example
White with #3C164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C164B; }
p { color: rgb(60,22,75); }
H1.HeaderClassName
{
color: #3C164B;
}
.AnyTagClassName
{
color: #3C164B;
}
</style>
background-color css
<style>
a { background-color: #3C164B; }
a { background-color: rgb(60,22,75); }
div.DivClassName
{
background-color: #3C164B;
}
.BgClassName
{
background-color: #3C164B;
}
</style>
border-color css
<style>
span { border-color: #3C164B; }
span { border-color: rgb(60,22,75); }
td.TdClassName
{
border-color: #3C164B;
}
.TagClassName
{
border-color: #3C164B;
}
</style>