Shades of Blackcurrant #3B0448
Tints of Blackcurrant #3B0448
RGB
CMYK
RGB Variations
Color information
#3B0448 (or 0x3B0448) is known color: Blackcurrant. HEX triplet: 3B, 04 and 48. RGB value is (59,4,72). Sum of RGB (Red+Green+Blue) = 59+4+72=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0448 is #C4FBB7. Grayscale: #1B1B1B. Windows color (decimal): -12909496 or 4719675. OLE color: 4719675.
HSL color Cylindrical-coordinate representation of color #3B0448: hue angle of 288.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0448 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 4 | 72 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.72 |
| HSL | 288.53º | 0.89% | 0.15% | - |
| HSV(B) | 288.53º | 0.94% | 0.28% | - |
| XYZ | 3.02 | 1.48 | 6.26 | - |
| YUV | 28.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 72 | 0.18 | 0.94 | 0 | 0.72 | 288.53 | 0.89 | 0.15 |
| Hex | 3B | 4 | 48 | 12 | 5E | 0 | 48 | 121 | 59 | F |
| Octal | 73 | 4 | 110 | 22 | 136 | 0 | 110 | 441 | 131 | 17 |
| Binary | 111011 | 100 | 1001000 | 10010 | 1011110 | 0 | 1001000 | 100100001 | 1011001 | 1111 |
Color Harmonies of #3B0448
Complementary color
Monochromatic Colors of #3B0448
Black with #3B0448
Text Example
Text Example
White with #3B0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0448; }
p { color: rgb(59,4,72); }
H1.HeaderClassName
{
color: #3B0448;
}
.AnyTagClassName
{
color: #3B0448;
}
</style>
background-color css
<style>
a { background-color: #3B0448; }
a { background-color: rgb(59,4,72); }
div.DivClassName
{
background-color: #3B0448;
}
.BgClassName
{
background-color: #3B0448;
}
</style>
border-color css
<style>
span { border-color: #3B0448; }
span { border-color: rgb(59,4,72); }
td.TdClassName
{
border-color: #3B0448;
}
.TagClassName
{
border-color: #3B0448;
}
</style>