Shades of Blackcurrant #300150
Tints of Blackcurrant #300150
RGB
CMYK
RGB Variations
Color information
#300150 (or 0x300150) is known color: Blackcurrant. HEX triplet: 30, 01 and 50. RGB value is (48,1,80). Sum of RGB (Red+Green+Blue) = 48+1+80=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #300150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300150 is #CFFEAF. Grayscale: #171717. Windows color (decimal): -13631152 or 5243184. OLE color: 5243184.
HSL color Cylindrical-coordinate representation of color #300150: hue angle of 275.7º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300150 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 1 | 80 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.69 |
| HSL | 275.7º | 0.98% | 0.16% | - |
| HSV(B) | 275.7º | 0.99% | 0.31% | - |
| XYZ | 2.68 | 1.23 | 7.69 | - |
| YUV | 24.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 80 | 0.40 | 0.99 | 0 | 0.69 | 275.7 | 0.98 | 0.16 |
| Hex | 30 | 1 | 50 | 28 | 63 | 0 | 45 | 114 | 62 | 10 |
| Octal | 60 | 1 | 120 | 50 | 143 | 0 | 105 | 424 | 142 | 20 |
| Binary | 110000 | 1 | 1010000 | 101000 | 1100011 | 0 | 1000101 | 100010100 | 1100010 | 10000 |
Color Harmonies of #300150
Complementary color
Monochromatic Colors of #300150
Black with #300150
Text Example
Text Example
White with #300150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300150; }
p { color: rgb(48,1,80); }
H1.HeaderClassName
{
color: #300150;
}
.AnyTagClassName
{
color: #300150;
}
</style>
background-color css
<style>
a { background-color: #300150; }
a { background-color: rgb(48,1,80); }
div.DivClassName
{
background-color: #300150;
}
.BgClassName
{
background-color: #300150;
}
</style>
border-color css
<style>
span { border-color: #300150; }
span { border-color: rgb(48,1,80); }
td.TdClassName
{
border-color: #300150;
}
.TagClassName
{
border-color: #300150;
}
</style>