Shades of Blackcurrant #300849
Tints of Blackcurrant #300849
RGB
CMYK
RGB Variations
Color information
#300849 (or 0x300849) is known color: Blackcurrant. HEX triplet: 30, 08 and 49. RGB value is (48,8,73). Sum of RGB (Red+Green+Blue) = 48+8+73=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #300849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300849 is #CFF7B6. Grayscale: #1B1B1B. Windows color (decimal): -13629367 or 4786224. OLE color: 4786224.
HSL color Cylindrical-coordinate representation of color #300849: hue angle of 276.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300849 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 8 | 73 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.71 |
| HSL | 276.92º | 0.8% | 0.16% | - |
| HSV(B) | 276.92º | 0.89% | 0.29% | - |
| XYZ | 2.51 | 1.28 | 6.42 | - |
| YUV | 27.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 73 | 0.34 | 0.89 | 0 | 0.71 | 276.92 | 0.8 | 0.16 |
| Hex | 30 | 8 | 49 | 22 | 59 | 0 | 47 | 115 | 50 | 10 |
| Octal | 60 | 10 | 111 | 42 | 131 | 0 | 107 | 425 | 120 | 20 |
| Binary | 110000 | 1000 | 1001001 | 100010 | 1011001 | 0 | 1000111 | 100010101 | 1010000 | 10000 |
Color Harmonies of #300849
Complementary color
Monochromatic Colors of #300849
Black with #300849
Text Example
Text Example
White with #300849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300849; }
p { color: rgb(48,8,73); }
H1.HeaderClassName
{
color: #300849;
}
.AnyTagClassName
{
color: #300849;
}
</style>
background-color css
<style>
a { background-color: #300849; }
a { background-color: rgb(48,8,73); }
div.DivClassName
{
background-color: #300849;
}
.BgClassName
{
background-color: #300849;
}
</style>
border-color css
<style>
span { border-color: #300849; }
span { border-color: rgb(48,8,73); }
td.TdClassName
{
border-color: #300849;
}
.TagClassName
{
border-color: #300849;
}
</style>