Shades of Blackcurrant #300847
Tints of Blackcurrant #300847
RGB
CMYK
RGB Variations
Color information
#300847 (or 0x300847) is known color: Blackcurrant. HEX triplet: 30, 08 and 47. RGB value is (48,8,71). Sum of RGB (Red+Green+Blue) = 48+8+71=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #300847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300847 is #CFF7B8. Grayscale: #1A1A1A. Windows color (decimal): -13629369 or 4655152. OLE color: 4655152.
HSL color Cylindrical-coordinate representation of color #300847: hue angle of 278.1º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300847 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 8 | 71 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.72 |
| HSL | 278.1º | 0.8% | 0.15% | - |
| HSV(B) | 278.1º | 0.89% | 0.28% | - |
| XYZ | 2.44 | 1.26 | 6.08 | - |
| YUV | 27.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 71 | 0.32 | 0.89 | 0 | 0.72 | 278.1 | 0.8 | 0.15 |
| Hex | 30 | 8 | 47 | 20 | 59 | 0 | 48 | 116 | 50 | F |
| Octal | 60 | 10 | 107 | 40 | 131 | 0 | 110 | 426 | 120 | 17 |
| Binary | 110000 | 1000 | 1000111 | 100000 | 1011001 | 0 | 1001000 | 100010110 | 1010000 | 1111 |
Color Harmonies of #300847
Complementary color
Monochromatic Colors of #300847
Black with #300847
Text Example
Text Example
White with #300847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300847; }
p { color: rgb(48,8,71); }
H1.HeaderClassName
{
color: #300847;
}
.AnyTagClassName
{
color: #300847;
}
</style>
background-color css
<style>
a { background-color: #300847; }
a { background-color: rgb(48,8,71); }
div.DivClassName
{
background-color: #300847;
}
.BgClassName
{
background-color: #300847;
}
</style>
border-color css
<style>
span { border-color: #300847; }
span { border-color: rgb(48,8,71); }
td.TdClassName
{
border-color: #300847;
}
.TagClassName
{
border-color: #300847;
}
</style>