Shades of Blackcurrant #300050
Tints of Blackcurrant #300050
RGB
CMYK
RGB Variations
Color information
#300050 (or 0x300050) is known color: Blackcurrant. HEX triplet: 30, 00 and 50. RGB value is (48,0,80). Sum of RGB (Red+Green+Blue) = 48+0+80=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #300050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300050 is #CFFFAF. Grayscale: #171717. Windows color (decimal): -13631408 or 5242928. OLE color: 5242928.
HSL color Cylindrical-coordinate representation of color #300050: hue angle of 276º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300050 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 0 | 80 | - |
| CMYK | 0.40 | 1 | 0 | 0.69 |
| HSL | 276º | 1% | 0.16% | - |
| HSV(B) | 276º | 1% | 0.31% | - |
| XYZ | 2.67 | 1.21 | 7.68 | - |
| YUV | 23.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 80 | 0.40 | 1 | 0 | 0.69 | 276 | 1 | 0.16 |
| Hex | 30 | 0 | 50 | 28 | 64 | 0 | 45 | 114 | 64 | 10 |
| Octal | 60 | 0 | 120 | 50 | 144 | 0 | 105 | 424 | 144 | 20 |
| Binary | 110000 | 0 | 1010000 | 101000 | 1100100 | 0 | 1000101 | 100010100 | 1100100 | 10000 |
Color Harmonies of #300050
Complementary color
Monochromatic Colors of #300050
Black with #300050
Text Example
Text Example
White with #300050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300050; }
p { color: rgb(48,0,80); }
H1.HeaderClassName
{
color: #300050;
}
.AnyTagClassName
{
color: #300050;
}
</style>
background-color css
<style>
a { background-color: #300050; }
a { background-color: rgb(48,0,80); }
div.DivClassName
{
background-color: #300050;
}
.BgClassName
{
background-color: #300050;
}
</style>
border-color css
<style>
span { border-color: #300050; }
span { border-color: rgb(48,0,80); }
td.TdClassName
{
border-color: #300050;
}
.TagClassName
{
border-color: #300050;
}
</style>