Shades of Blackcurrant #300740
Tints of Blackcurrant #300740
RGB
CMYK
RGB Variations
Color information
#300740 (or 0x300740) is known color: Blackcurrant. HEX triplet: 30, 07 and 40. RGB value is (48,7,64). Sum of RGB (Red+Green+Blue) = 48+7+64=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #300740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300740 is #CFF8BF. Grayscale: #191919. Windows color (decimal): -13629632 or 4196144. OLE color: 4196144.
HSL color Cylindrical-coordinate representation of color #300740: hue angle of 283.16º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300740 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 7 | 64 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.75 |
| HSL | 283.16º | 0.8% | 0.14% | - |
| HSV(B) | 283.16º | 0.89% | 0.25% | - |
| XYZ | 2.22 | 1.15 | 4.96 | - |
| YUV | 25.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 64 | 0.25 | 0.89 | 0 | 0.75 | 283.16 | 0.8 | 0.14 |
| Hex | 30 | 7 | 40 | 19 | 59 | 0 | 4B | 11B | 50 | E |
| Octal | 60 | 7 | 100 | 31 | 131 | 0 | 113 | 433 | 120 | 16 |
| Binary | 110000 | 111 | 1000000 | 11001 | 1011001 | 0 | 1001011 | 100011011 | 1010000 | 1110 |
Color Harmonies of #300740
Complementary color
Monochromatic Colors of #300740
Black with #300740
Text Example
Text Example
White with #300740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300740; }
p { color: rgb(48,7,64); }
H1.HeaderClassName
{
color: #300740;
}
.AnyTagClassName
{
color: #300740;
}
</style>
background-color css
<style>
a { background-color: #300740; }
a { background-color: rgb(48,7,64); }
div.DivClassName
{
background-color: #300740;
}
.BgClassName
{
background-color: #300740;
}
</style>
border-color css
<style>
span { border-color: #300740; }
span { border-color: rgb(48,7,64); }
td.TdClassName
{
border-color: #300740;
}
.TagClassName
{
border-color: #300740;
}
</style>