Shades of Blackcurrant #3B104C
Tints of Blackcurrant #3B104C
RGB
CMYK
RGB Variations
Color information
#3B104C (or 0x3B104C) is known color: Blackcurrant. HEX triplet: 3B, 10 and 4C. RGB value is (59,16,76). Sum of RGB (Red+Green+Blue) = 59+16+76=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B104C is #C4EFB3. Grayscale: #232323. Windows color (decimal): -12906420 or 4984891. OLE color: 4984891.
HSL color Cylindrical-coordinate representation of color #3B104C: hue angle of 283º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B104C is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 16 | 76 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.70 |
| HSL | 283º | 0.65% | 0.18% | - |
| HSV(B) | 283º | 0.79% | 0.3% | - |
| XYZ | 3.29 | 1.82 | 7.02 | - |
| YUV | 35.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 76 | 0.22 | 0.79 | 0 | 0.70 | 283 | 0.65 | 0.18 |
| Hex | 3B | 10 | 4C | 16 | 4F | 0 | 46 | 11B | 41 | 12 |
| Octal | 73 | 20 | 114 | 26 | 117 | 0 | 106 | 433 | 101 | 22 |
| Binary | 111011 | 10000 | 1001100 | 10110 | 1001111 | 0 | 1000110 | 100011011 | 1000001 | 10010 |
Color Harmonies of #3B104C
Complementary color
Monochromatic Colors of #3B104C
Black with #3B104C
Text Example
Text Example
White with #3B104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B104C; }
p { color: rgb(59,16,76); }
H1.HeaderClassName
{
color: #3B104C;
}
.AnyTagClassName
{
color: #3B104C;
}
</style>
background-color css
<style>
a { background-color: #3B104C; }
a { background-color: rgb(59,16,76); }
div.DivClassName
{
background-color: #3B104C;
}
.BgClassName
{
background-color: #3B104C;
}
</style>
border-color css
<style>
span { border-color: #3B104C; }
span { border-color: rgb(59,16,76); }
td.TdClassName
{
border-color: #3B104C;
}
.TagClassName
{
border-color: #3B104C;
}
</style>