Shades of Blackcurrant #300345
Tints of Blackcurrant #300345
RGB
CMYK
RGB Variations
Color information
#300345 (or 0x300345) is known color: Blackcurrant. HEX triplet: 30, 03 and 45. RGB value is (48,3,69). Sum of RGB (Red+Green+Blue) = 48+3+69=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #300345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300345 is #CFFCBA. Grayscale: #171717. Windows color (decimal): -13630651 or 4522800. OLE color: 4522800.
HSL color Cylindrical-coordinate representation of color #300345: hue angle of 280.91º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300345 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 3 | 69 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.73 |
| HSL | 280.91º | 0.92% | 0.14% | - |
| HSV(B) | 280.91º | 0.96% | 0.27% | - |
| XYZ | 2.33 | 1.12 | 5.72 | - |
| YUV | 23.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 69 | 0.30 | 0.96 | 0 | 0.73 | 280.91 | 0.92 | 0.14 |
| Hex | 30 | 3 | 45 | 1E | 60 | 0 | 49 | 119 | 5C | E |
| Octal | 60 | 3 | 105 | 36 | 140 | 0 | 111 | 431 | 134 | 16 |
| Binary | 110000 | 11 | 1000101 | 11110 | 1100000 | 0 | 1001001 | 100011001 | 1011100 | 1110 |
Color Harmonies of #300345
Complementary color
Monochromatic Colors of #300345
Black with #300345
Text Example
Text Example
White with #300345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300345; }
p { color: rgb(48,3,69); }
H1.HeaderClassName
{
color: #300345;
}
.AnyTagClassName
{
color: #300345;
}
</style>
background-color css
<style>
a { background-color: #300345; }
a { background-color: rgb(48,3,69); }
div.DivClassName
{
background-color: #300345;
}
.BgClassName
{
background-color: #300345;
}
</style>
border-color css
<style>
span { border-color: #300345; }
span { border-color: rgb(48,3,69); }
td.TdClassName
{
border-color: #300345;
}
.TagClassName
{
border-color: #300345;
}
</style>