Shades of Blackcurrant #301050
Tints of Blackcurrant #301050
RGB
CMYK
RGB Variations
Color information
#301050 (or 0x301050) is known color: Blackcurrant. HEX triplet: 30, 10 and 50. RGB value is (48,16,80). Sum of RGB (Red+Green+Blue) = 48+16+80=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #301050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301050 is #CFEFAF. Grayscale: #202020. Windows color (decimal): -13627312 or 5247024. OLE color: 5247024.
HSL color Cylindrical-coordinate representation of color #301050: hue angle of 270º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301050 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 16 | 80 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.69 |
| HSL | 270º | 0.67% | 0.19% | - |
| HSV(B) | 270º | 0.8% | 0.31% | - |
| XYZ | 2.85 | 1.58 | 7.74 | - |
| YUV | 32.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 80 | 0.40 | 0.80 | 0 | 0.69 | 270 | 0.67 | 0.19 |
| Hex | 30 | 10 | 50 | 28 | 50 | 0 | 45 | 10E | 43 | 13 |
| Octal | 60 | 20 | 120 | 50 | 120 | 0 | 105 | 416 | 103 | 23 |
| Binary | 110000 | 10000 | 1010000 | 101000 | 1010000 | 0 | 1000101 | 100001110 | 1000011 | 10011 |
Color Harmonies of #301050
Complementary color
Monochromatic Colors of #301050
Black with #301050
Text Example
Text Example
White with #301050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301050; }
p { color: rgb(48,16,80); }
H1.HeaderClassName
{
color: #301050;
}
.AnyTagClassName
{
color: #301050;
}
</style>
background-color css
<style>
a { background-color: #301050; }
a { background-color: rgb(48,16,80); }
div.DivClassName
{
background-color: #301050;
}
.BgClassName
{
background-color: #301050;
}
</style>
border-color css
<style>
span { border-color: #301050; }
span { border-color: rgb(48,16,80); }
td.TdClassName
{
border-color: #301050;
}
.TagClassName
{
border-color: #301050;
}
</style>