Shades of Blackcurrant #3B104E
Tints of Blackcurrant #3B104E
RGB
CMYK
RGB Variations
Color information
#3B104E (or 0x3B104E) is known color: Blackcurrant. HEX triplet: 3B, 10 and 4E. RGB value is (59,16,78). Sum of RGB (Red+Green+Blue) = 59+16+78=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B104E is #C4EFB1. Grayscale: #232323. Windows color (decimal): -12906418 or 5115963. OLE color: 5115963.
HSL color Cylindrical-coordinate representation of color #3B104E: hue angle of 281.61º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B104E is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 16 | 78 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.69 |
| HSL | 281.61º | 0.66% | 0.18% | - |
| HSV(B) | 281.61º | 0.79% | 0.31% | - |
| XYZ | 3.36 | 1.85 | 7.39 | - |
| YUV | 35.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 78 | 0.24 | 0.79 | 0 | 0.69 | 281.61 | 0.66 | 0.18 |
| Hex | 3B | 10 | 4E | 18 | 4F | 0 | 45 | 11A | 42 | 12 |
| Octal | 73 | 20 | 116 | 30 | 117 | 0 | 105 | 432 | 102 | 22 |
| Binary | 111011 | 10000 | 1001110 | 11000 | 1001111 | 0 | 1000101 | 100011010 | 1000010 | 10010 |
Color Harmonies of #3B104E
Complementary color
Monochromatic Colors of #3B104E
Black with #3B104E
Text Example
Text Example
White with #3B104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B104E; }
p { color: rgb(59,16,78); }
H1.HeaderClassName
{
color: #3B104E;
}
.AnyTagClassName
{
color: #3B104E;
}
</style>
background-color css
<style>
a { background-color: #3B104E; }
a { background-color: rgb(59,16,78); }
div.DivClassName
{
background-color: #3B104E;
}
.BgClassName
{
background-color: #3B104E;
}
</style>
border-color css
<style>
span { border-color: #3B104E; }
span { border-color: rgb(59,16,78); }
td.TdClassName
{
border-color: #3B104E;
}
.TagClassName
{
border-color: #3B104E;
}
</style>