Shades of Blackcurrant #300C40
Tints of Blackcurrant #300C40
RGB
CMYK
RGB Variations
Color information
#300C40 (or 0x300C40) is known color: Blackcurrant. HEX triplet: 30, 0C and 40. RGB value is (48,12,64). Sum of RGB (Red+Green+Blue) = 48+12+64=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #300C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C40 is #CFF3BF. Grayscale: #1C1C1C. Windows color (decimal): -13628352 or 4197424. OLE color: 4197424.
HSL color Cylindrical-coordinate representation of color #300C40: hue angle of 281.54º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300C40 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 12 | 64 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.75 |
| HSL | 281.54º | 0.68% | 0.15% | - |
| HSV(B) | 281.54º | 0.81% | 0.25% | - |
| XYZ | 2.28 | 1.26 | 4.97 | - |
| YUV | 28.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 64 | 0.25 | 0.81 | 0 | 0.75 | 281.54 | 0.68 | 0.15 |
| Hex | 30 | C | 40 | 19 | 51 | 0 | 4B | 11A | 44 | F |
| Octal | 60 | 14 | 100 | 31 | 121 | 0 | 113 | 432 | 104 | 17 |
| Binary | 110000 | 1100 | 1000000 | 11001 | 1010001 | 0 | 1001011 | 100011010 | 1000100 | 1111 |
Color Harmonies of #300C40
Complementary color
Monochromatic Colors of #300C40
Black with #300C40
Text Example
Text Example
White with #300C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C40; }
p { color: rgb(48,12,64); }
H1.HeaderClassName
{
color: #300C40;
}
.AnyTagClassName
{
color: #300C40;
}
</style>
background-color css
<style>
a { background-color: #300C40; }
a { background-color: rgb(48,12,64); }
div.DivClassName
{
background-color: #300C40;
}
.BgClassName
{
background-color: #300C40;
}
</style>
border-color css
<style>
span { border-color: #300C40; }
span { border-color: rgb(48,12,64); }
td.TdClassName
{
border-color: #300C40;
}
.TagClassName
{
border-color: #300C40;
}
</style>