Shades of Blackcurrant #300245
Tints of Blackcurrant #300245
RGB
CMYK
RGB Variations
Color information
#300245 (or 0x300245) is known color: Blackcurrant. HEX triplet: 30, 02 and 45. RGB value is (48,2,69). Sum of RGB (Red+Green+Blue) = 48+2+69=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #300245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300245 is #CFFDBA. Grayscale: #171717. Windows color (decimal): -13630907 or 4522544. OLE color: 4522544.
HSL color Cylindrical-coordinate representation of color #300245: hue angle of 281.19º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300245 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 2 | 69 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.73 |
| HSL | 281.19º | 0.94% | 0.14% | - |
| HSV(B) | 281.19º | 0.97% | 0.27% | - |
| XYZ | 2.31 | 1.1 | 5.72 | - |
| YUV | 23.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 69 | 0.30 | 0.97 | 0 | 0.73 | 281.19 | 0.94 | 0.14 |
| Hex | 30 | 2 | 45 | 1E | 61 | 0 | 49 | 119 | 5E | E |
| Octal | 60 | 2 | 105 | 36 | 141 | 0 | 111 | 431 | 136 | 16 |
| Binary | 110000 | 10 | 1000101 | 11110 | 1100001 | 0 | 1001001 | 100011001 | 1011110 | 1110 |
Color Harmonies of #300245
Complementary color
Monochromatic Colors of #300245
Black with #300245
Text Example
Text Example
White with #300245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300245; }
p { color: rgb(48,2,69); }
H1.HeaderClassName
{
color: #300245;
}
.AnyTagClassName
{
color: #300245;
}
</style>
background-color css
<style>
a { background-color: #300245; }
a { background-color: rgb(48,2,69); }
div.DivClassName
{
background-color: #300245;
}
.BgClassName
{
background-color: #300245;
}
</style>
border-color css
<style>
span { border-color: #300245; }
span { border-color: rgb(48,2,69); }
td.TdClassName
{
border-color: #300245;
}
.TagClassName
{
border-color: #300245;
}
</style>