Shades of Blackcurrant #3B104B
Tints of Blackcurrant #3B104B
RGB
CMYK
RGB Variations
Color information
#3B104B (or 0x3B104B) is known color: Blackcurrant. HEX triplet: 3B, 10 and 4B. RGB value is (59,16,75). Sum of RGB (Red+Green+Blue) = 59+16+75=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B104B is #C4EFB4. Grayscale: #232323. Windows color (decimal): -12906421 or 4919355. OLE color: 4919355.
HSL color Cylindrical-coordinate representation of color #3B104B: hue angle of 283.73º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B104B is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 16 | 75 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.71 |
| HSL | 283.73º | 0.65% | 0.18% | - |
| HSV(B) | 283.73º | 0.79% | 0.29% | - |
| XYZ | 3.26 | 1.81 | 6.83 | - |
| YUV | 35.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 75 | 0.21 | 0.79 | 0 | 0.71 | 283.73 | 0.65 | 0.18 |
| Hex | 3B | 10 | 4B | 15 | 4F | 0 | 47 | 11C | 41 | 12 |
| Octal | 73 | 20 | 113 | 25 | 117 | 0 | 107 | 434 | 101 | 22 |
| Binary | 111011 | 10000 | 1001011 | 10101 | 1001111 | 0 | 1000111 | 100011100 | 1000001 | 10010 |
Color Harmonies of #3B104B
Complementary color
Monochromatic Colors of #3B104B
Black with #3B104B
Text Example
Text Example
White with #3B104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B104B; }
p { color: rgb(59,16,75); }
H1.HeaderClassName
{
color: #3B104B;
}
.AnyTagClassName
{
color: #3B104B;
}
</style>
background-color css
<style>
a { background-color: #3B104B; }
a { background-color: rgb(59,16,75); }
div.DivClassName
{
background-color: #3B104B;
}
.BgClassName
{
background-color: #3B104B;
}
</style>
border-color css
<style>
span { border-color: #3B104B; }
span { border-color: rgb(59,16,75); }
td.TdClassName
{
border-color: #3B104B;
}
.TagClassName
{
border-color: #3B104B;
}
</style>