Shades of Blackcurrant #3B0B49
Tints of Blackcurrant #3B0B49
RGB
CMYK
RGB Variations
Color information
#3B0B49 (or 0x3B0B49) is known color: Blackcurrant. HEX triplet: 3B, 0B and 49. RGB value is (59,11,73). Sum of RGB (Red+Green+Blue) = 59+11+73=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B0B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B49 is #C4F4B6. Grayscale: #202020. Windows color (decimal): -12907703 or 4787003. OLE color: 4787003.
HSL color Cylindrical-coordinate representation of color #3B0B49: hue angle of 286.45º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0B49 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 11 | 73 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.71 |
| HSL | 286.45º | 0.74% | 0.16% | - |
| HSV(B) | 286.45º | 0.85% | 0.29% | - |
| XYZ | 3.13 | 1.65 | 6.46 | - |
| YUV | 32.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 73 | 0.19 | 0.85 | 0 | 0.71 | 286.45 | 0.74 | 0.16 |
| Hex | 3B | B | 49 | 13 | 55 | 0 | 47 | 11E | 4A | 10 |
| Octal | 73 | 13 | 111 | 23 | 125 | 0 | 107 | 436 | 112 | 20 |
| Binary | 111011 | 1011 | 1001001 | 10011 | 1010101 | 0 | 1000111 | 100011110 | 1001010 | 10000 |
Color Harmonies of #3B0B49
Complementary color
Monochromatic Colors of #3B0B49
Black with #3B0B49
Text Example
Text Example
White with #3B0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B49; }
p { color: rgb(59,11,73); }
H1.HeaderClassName
{
color: #3B0B49;
}
.AnyTagClassName
{
color: #3B0B49;
}
</style>
background-color css
<style>
a { background-color: #3B0B49; }
a { background-color: rgb(59,11,73); }
div.DivClassName
{
background-color: #3B0B49;
}
.BgClassName
{
background-color: #3B0B49;
}
</style>
border-color css
<style>
span { border-color: #3B0B49; }
span { border-color: rgb(59,11,73); }
td.TdClassName
{
border-color: #3B0B49;
}
.TagClassName
{
border-color: #3B0B49;
}
</style>