Shades of Blackcurrant #3B164B
Tints of Blackcurrant #3B164B
RGB
CMYK
RGB Variations
Color information
#3B164B (or 0x3B164B) is known color: Blackcurrant. HEX triplet: 3B, 16 and 4B. RGB value is (59,22,75). Sum of RGB (Red+Green+Blue) = 59+22+75=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B164B is #C4E9B4. Grayscale: #262626. Windows color (decimal): -12904885 or 4920891. OLE color: 4920891.
HSL color Cylindrical-coordinate representation of color #3B164B: hue angle of 281.89º 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 #3B164B is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 22 | 75 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.71 |
| HSL | 281.89º | 0.55% | 0.19% | - |
| HSV(B) | 281.89º | 0.71% | 0.29% | - |
| XYZ | 3.36 | 2.01 | 6.87 | - |
| YUV | 39.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 75 | 0.21 | 0.71 | 0 | 0.71 | 281.89 | 0.55 | 0.19 |
| Hex | 3B | 16 | 4B | 15 | 47 | 0 | 47 | 11A | 37 | 13 |
| Octal | 73 | 26 | 113 | 25 | 107 | 0 | 107 | 432 | 67 | 23 |
| Binary | 111011 | 10110 | 1001011 | 10101 | 1000111 | 0 | 1000111 | 100011010 | 110111 | 10011 |
Color Harmonies of #3B164B
Complementary color
Monochromatic Colors of #3B164B
Black with #3B164B
Text Example
Text Example
White with #3B164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B164B; }
p { color: rgb(59,22,75); }
H1.HeaderClassName
{
color: #3B164B;
}
.AnyTagClassName
{
color: #3B164B;
}
</style>
background-color css
<style>
a { background-color: #3B164B; }
a { background-color: rgb(59,22,75); }
div.DivClassName
{
background-color: #3B164B;
}
.BgClassName
{
background-color: #3B164B;
}
</style>
border-color css
<style>
span { border-color: #3B164B; }
span { border-color: rgb(59,22,75); }
td.TdClassName
{
border-color: #3B164B;
}
.TagClassName
{
border-color: #3B164B;
}
</style>