Shades of Blackcurrant #300C49
Tints of Blackcurrant #300C49
RGB
CMYK
RGB Variations
Color information
#300C49 (or 0x300C49) is known color: Blackcurrant. HEX triplet: 30, 0C and 49. RGB value is (48,12,73). Sum of RGB (Red+Green+Blue) = 48+12+73=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #300C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C49 is #CFF3B6. Grayscale: #1D1D1D. Windows color (decimal): -13628343 or 4787248. OLE color: 4787248.
HSL color Cylindrical-coordinate representation of color #300C49: hue angle of 275.41º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300C49 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 12 | 73 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.71 |
| HSL | 275.41º | 0.72% | 0.17% | - |
| HSV(B) | 275.41º | 0.84% | 0.29% | - |
| XYZ | 2.55 | 1.37 | 6.43 | - |
| YUV | 29.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 73 | 0.34 | 0.84 | 0 | 0.71 | 275.41 | 0.72 | 0.17 |
| Hex | 30 | C | 49 | 22 | 54 | 0 | 47 | 113 | 48 | 11 |
| Octal | 60 | 14 | 111 | 42 | 124 | 0 | 107 | 423 | 110 | 21 |
| Binary | 110000 | 1100 | 1001001 | 100010 | 1010100 | 0 | 1000111 | 100010011 | 1001000 | 10001 |
Color Harmonies of #300C49
Complementary color
Monochromatic Colors of #300C49
Black with #300C49
Text Example
Text Example
White with #300C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C49; }
p { color: rgb(48,12,73); }
H1.HeaderClassName
{
color: #300C49;
}
.AnyTagClassName
{
color: #300C49;
}
</style>
background-color css
<style>
a { background-color: #300C49; }
a { background-color: rgb(48,12,73); }
div.DivClassName
{
background-color: #300C49;
}
.BgClassName
{
background-color: #300C49;
}
</style>
border-color css
<style>
span { border-color: #300C49; }
span { border-color: rgb(48,12,73); }
td.TdClassName
{
border-color: #300C49;
}
.TagClassName
{
border-color: #300C49;
}
</style>