Shades of Blackcurrant #3B104D
Tints of Blackcurrant #3B104D
RGB
CMYK
RGB Variations
Color information
#3B104D (or 0x3B104D) is known color: Blackcurrant. HEX triplet: 3B, 10 and 4D. RGB value is (59,16,77). Sum of RGB (Red+Green+Blue) = 59+16+77=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B104D is #C4EFB2. Grayscale: #232323. Windows color (decimal): -12906419 or 5050427. OLE color: 5050427.
HSL color Cylindrical-coordinate representation of color #3B104D: hue angle of 282.3º degrees, saturation: 0.66, 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 #3B104D is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 16 | 77 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.70 |
| HSL | 282.3º | 0.66% | 0.18% | - |
| HSV(B) | 282.3º | 0.79% | 0.3% | - |
| XYZ | 3.33 | 1.84 | 7.2 | - |
| YUV | 35.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 77 | 0.23 | 0.79 | 0 | 0.70 | 282.3 | 0.66 | 0.18 |
| Hex | 3B | 10 | 4D | 17 | 4F | 0 | 46 | 11A | 42 | 12 |
| Octal | 73 | 20 | 115 | 27 | 117 | 0 | 106 | 432 | 102 | 22 |
| Binary | 111011 | 10000 | 1001101 | 10111 | 1001111 | 0 | 1000110 | 100011010 | 1000010 | 10010 |
Color Harmonies of #3B104D
Complementary color
Monochromatic Colors of #3B104D
Black with #3B104D
Text Example
Text Example
White with #3B104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B104D; }
p { color: rgb(59,16,77); }
H1.HeaderClassName
{
color: #3B104D;
}
.AnyTagClassName
{
color: #3B104D;
}
</style>
background-color css
<style>
a { background-color: #3B104D; }
a { background-color: rgb(59,16,77); }
div.DivClassName
{
background-color: #3B104D;
}
.BgClassName
{
background-color: #3B104D;
}
</style>
border-color css
<style>
span { border-color: #3B104D; }
span { border-color: rgb(59,16,77); }
td.TdClassName
{
border-color: #3B104D;
}
.TagClassName
{
border-color: #3B104D;
}
</style>