Shades of Blackcurrant #3B114E
Tints of Blackcurrant #3B114E
RGB
CMYK
RGB Variations
Color information
#3B114E (or 0x3B114E) is known color: Blackcurrant. HEX triplet: 3B, 11 and 4E. RGB value is (59,17,78). Sum of RGB (Red+Green+Blue) = 59+17+78=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B114E is #C4EEB1. Grayscale: #242424. Windows color (decimal): -12906162 or 5116219. OLE color: 5116219.
HSL color Cylindrical-coordinate representation of color #3B114E: hue angle of 281.31º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B114E is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 17 | 78 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.69 |
| HSL | 281.31º | 0.64% | 0.19% | - |
| HSV(B) | 281.31º | 0.78% | 0.31% | - |
| XYZ | 3.38 | 1.88 | 7.39 | - |
| YUV | 36.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 78 | 0.24 | 0.78 | 0 | 0.69 | 281.31 | 0.64 | 0.19 |
| Hex | 3B | 11 | 4E | 18 | 4E | 0 | 45 | 119 | 40 | 13 |
| Octal | 73 | 21 | 116 | 30 | 116 | 0 | 105 | 431 | 100 | 23 |
| Binary | 111011 | 10001 | 1001110 | 11000 | 1001110 | 0 | 1000101 | 100011001 | 1000000 | 10011 |
Color Harmonies of #3B114E
Complementary color
Monochromatic Colors of #3B114E
Black with #3B114E
Text Example
Text Example
White with #3B114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B114E; }
p { color: rgb(59,17,78); }
H1.HeaderClassName
{
color: #3B114E;
}
.AnyTagClassName
{
color: #3B114E;
}
</style>
background-color css
<style>
a { background-color: #3B114E; }
a { background-color: rgb(59,17,78); }
div.DivClassName
{
background-color: #3B114E;
}
.BgClassName
{
background-color: #3B114E;
}
</style>
border-color css
<style>
span { border-color: #3B114E; }
span { border-color: rgb(59,17,78); }
td.TdClassName
{
border-color: #3B114E;
}
.TagClassName
{
border-color: #3B114E;
}
</style>