Shades of Blackcurrant #3B0C49
Tints of Blackcurrant #3B0C49
RGB
CMYK
RGB Variations
Color information
#3B0C49 (or 0x3B0C49) is known color: Blackcurrant. HEX triplet: 3B, 0C and 49. RGB value is (59,12,73). Sum of RGB (Red+Green+Blue) = 59+12+73=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B0C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0C49 is #C4F3B6. Grayscale: #202020. Windows color (decimal): -12907447 or 4787259. OLE color: 4787259.
HSL color Cylindrical-coordinate representation of color #3B0C49: hue angle of 286.23º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B0C49 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 12 | 73 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.71 |
| HSL | 286.23º | 0.72% | 0.17% | - |
| HSV(B) | 286.23º | 0.84% | 0.29% | - |
| XYZ | 3.14 | 1.67 | 6.46 | - |
| YUV | 33.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 73 | 0.19 | 0.84 | 0 | 0.71 | 286.23 | 0.72 | 0.17 |
| Hex | 3B | C | 49 | 13 | 54 | 0 | 47 | 11E | 48 | 11 |
| Octal | 73 | 14 | 111 | 23 | 124 | 0 | 107 | 436 | 110 | 21 |
| Binary | 111011 | 1100 | 1001001 | 10011 | 1010100 | 0 | 1000111 | 100011110 | 1001000 | 10001 |
Color Harmonies of #3B0C49
Complementary color
Monochromatic Colors of #3B0C49
Black with #3B0C49
Text Example
Text Example
White with #3B0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0C49; }
p { color: rgb(59,12,73); }
H1.HeaderClassName
{
color: #3B0C49;
}
.AnyTagClassName
{
color: #3B0C49;
}
</style>
background-color css
<style>
a { background-color: #3B0C49; }
a { background-color: rgb(59,12,73); }
div.DivClassName
{
background-color: #3B0C49;
}
.BgClassName
{
background-color: #3B0C49;
}
</style>
border-color css
<style>
span { border-color: #3B0C49; }
span { border-color: rgb(59,12,73); }
td.TdClassName
{
border-color: #3B0C49;
}
.TagClassName
{
border-color: #3B0C49;
}
</style>