Shades of Blackcurrant #3B164D
Tints of Blackcurrant #3B164D
RGB
CMYK
RGB Variations
Color information
#3B164D (or 0x3B164D) is known color: Blackcurrant. HEX triplet: 3B, 16 and 4D. RGB value is (59,22,77). Sum of RGB (Red+Green+Blue) = 59+22+77=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B164D is #C4E9B2. Grayscale: #272727. Windows color (decimal): -12904883 or 5051963. OLE color: 5051963.
HSL color Cylindrical-coordinate representation of color #3B164D: hue angle of 280.36º 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 #3B164D is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 22 | 77 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.70 |
| HSL | 280.36º | 0.56% | 0.19% | - |
| HSV(B) | 280.36º | 0.71% | 0.3% | - |
| XYZ | 3.43 | 2.04 | 7.23 | - |
| YUV | 39.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 77 | 0.23 | 0.71 | 0 | 0.70 | 280.36 | 0.56 | 0.19 |
| Hex | 3B | 16 | 4D | 17 | 47 | 0 | 46 | 118 | 38 | 13 |
| Octal | 73 | 26 | 115 | 27 | 107 | 0 | 106 | 430 | 70 | 23 |
| Binary | 111011 | 10110 | 1001101 | 10111 | 1000111 | 0 | 1000110 | 100011000 | 111000 | 10011 |
Color Harmonies of #3B164D
Complementary color
Monochromatic Colors of #3B164D
Black with #3B164D
Text Example
Text Example
White with #3B164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B164D; }
p { color: rgb(59,22,77); }
H1.HeaderClassName
{
color: #3B164D;
}
.AnyTagClassName
{
color: #3B164D;
}
</style>
background-color css
<style>
a { background-color: #3B164D; }
a { background-color: rgb(59,22,77); }
div.DivClassName
{
background-color: #3B164D;
}
.BgClassName
{
background-color: #3B164D;
}
</style>
border-color css
<style>
span { border-color: #3B164D; }
span { border-color: rgb(59,22,77); }
td.TdClassName
{
border-color: #3B164D;
}
.TagClassName
{
border-color: #3B164D;
}
</style>