Shades of Blackcurrant #300046
Tints of Blackcurrant #300046
RGB
CMYK
RGB Variations
Color information
#300046 (or 0x300046) is known color: Blackcurrant. HEX triplet: 30, 00 and 46. RGB value is (48,0,70). Sum of RGB (Red+Green+Blue) = 48+0+70=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #300046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300046 is #CFFFB9. Grayscale: #161616. Windows color (decimal): -13631418 or 4587568. OLE color: 4587568.
HSL color Cylindrical-coordinate representation of color #300046: hue angle of 281.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300046 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 0 | 70 | - |
| CMYK | 0.31 | 1 | 0 | 0.73 |
| HSL | 281.14º | 1% | 0.14% | - |
| HSV(B) | 281.14º | 1% | 0.27% | - |
| XYZ | 2.32 | 1.07 | 5.88 | - |
| YUV | 22.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 70 | 0.31 | 1 | 0 | 0.73 | 281.14 | 1 | 0.14 |
| Hex | 30 | 0 | 46 | 1F | 64 | 0 | 49 | 119 | 64 | E |
| Octal | 60 | 0 | 106 | 37 | 144 | 0 | 111 | 431 | 144 | 16 |
| Binary | 110000 | 0 | 1000110 | 11111 | 1100100 | 0 | 1001001 | 100011001 | 1100100 | 1110 |
Color Harmonies of #300046
Complementary color
Monochromatic Colors of #300046
Black with #300046
Text Example
Text Example
White with #300046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300046; }
p { color: rgb(48,0,70); }
H1.HeaderClassName
{
color: #300046;
}
.AnyTagClassName
{
color: #300046;
}
</style>
background-color css
<style>
a { background-color: #300046; }
a { background-color: rgb(48,0,70); }
div.DivClassName
{
background-color: #300046;
}
.BgClassName
{
background-color: #300046;
}
</style>
border-color css
<style>
span { border-color: #300046; }
span { border-color: rgb(48,0,70); }
td.TdClassName
{
border-color: #300046;
}
.TagClassName
{
border-color: #300046;
}
</style>