Shades of Blackcurrant #3B164E
Tints of Blackcurrant #3B164E
RGB
CMYK
RGB Variations
Color information
#3B164E (or 0x3B164E) is known color: Blackcurrant. HEX triplet: 3B, 16 and 4E. RGB value is (59,22,78). Sum of RGB (Red+Green+Blue) = 59+22+78=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B164E is #C4E9B1. Grayscale: #272727. Windows color (decimal): -12904882 or 5117499. OLE color: 5117499.
HSL color Cylindrical-coordinate representation of color #3B164E: hue angle of 279.64º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B164E is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 22 | 78 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.69 |
| HSL | 279.64º | 0.56% | 0.2% | - |
| HSV(B) | 279.64º | 0.72% | 0.31% | - |
| XYZ | 3.47 | 2.05 | 7.42 | - |
| YUV | 39.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 78 | 0.24 | 0.72 | 0 | 0.69 | 279.64 | 0.56 | 0.2 |
| Hex | 3B | 16 | 4E | 18 | 48 | 0 | 45 | 118 | 38 | 14 |
| Octal | 73 | 26 | 116 | 30 | 110 | 0 | 105 | 430 | 70 | 24 |
| Binary | 111011 | 10110 | 1001110 | 11000 | 1001000 | 0 | 1000101 | 100011000 | 111000 | 10100 |
Color Harmonies of #3B164E
Complementary color
Monochromatic Colors of #3B164E
Black with #3B164E
Text Example
Text Example
White with #3B164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B164E; }
p { color: rgb(59,22,78); }
H1.HeaderClassName
{
color: #3B164E;
}
.AnyTagClassName
{
color: #3B164E;
}
</style>
background-color css
<style>
a { background-color: #3B164E; }
a { background-color: rgb(59,22,78); }
div.DivClassName
{
background-color: #3B164E;
}
.BgClassName
{
background-color: #3B164E;
}
</style>
border-color css
<style>
span { border-color: #3B164E; }
span { border-color: rgb(59,22,78); }
td.TdClassName
{
border-color: #3B164E;
}
.TagClassName
{
border-color: #3B164E;
}
</style>