Shades of Blackcurrant #3B0449
Tints of Blackcurrant #3B0449
RGB
CMYK
RGB Variations
Color information
#3B0449 (or 0x3B0449) is known color: Blackcurrant. HEX triplet: 3B, 04 and 49. RGB value is (59,4,73). Sum of RGB (Red+Green+Blue) = 59+4+73=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B0449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0449 is #C4FBB6. Grayscale: #1C1C1C. Windows color (decimal): -12909495 or 4785211. OLE color: 4785211.
HSL color Cylindrical-coordinate representation of color #3B0449: hue angle of 287.83º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0449 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 4 | 73 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.71 |
| HSL | 287.83º | 0.9% | 0.15% | - |
| HSV(B) | 287.83º | 0.95% | 0.29% | - |
| XYZ | 3.05 | 1.5 | 6.43 | - |
| YUV | 28.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 73 | 0.19 | 0.95 | 0 | 0.71 | 287.83 | 0.9 | 0.15 |
| Hex | 3B | 4 | 49 | 13 | 5F | 0 | 47 | 120 | 5A | F |
| Octal | 73 | 4 | 111 | 23 | 137 | 0 | 107 | 440 | 132 | 17 |
| Binary | 111011 | 100 | 1001001 | 10011 | 1011111 | 0 | 1000111 | 100100000 | 1011010 | 1111 |
Color Harmonies of #3B0449
Complementary color
Monochromatic Colors of #3B0449
Black with #3B0449
Text Example
Text Example
White with #3B0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0449; }
p { color: rgb(59,4,73); }
H1.HeaderClassName
{
color: #3B0449;
}
.AnyTagClassName
{
color: #3B0449;
}
</style>
background-color css
<style>
a { background-color: #3B0449; }
a { background-color: rgb(59,4,73); }
div.DivClassName
{
background-color: #3B0449;
}
.BgClassName
{
background-color: #3B0449;
}
</style>
border-color css
<style>
span { border-color: #3B0449; }
span { border-color: rgb(59,4,73); }
td.TdClassName
{
border-color: #3B0449;
}
.TagClassName
{
border-color: #3B0449;
}
</style>