Shades of Blackcurrant #300C4A
Tints of Blackcurrant #300C4A
RGB
CMYK
RGB Variations
Color information
#300C4A (or 0x300C4A) is known color: Blackcurrant. HEX triplet: 30, 0C and 4A. RGB value is (48,12,74). Sum of RGB (Red+Green+Blue) = 48+12+74=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #300C4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C4A is #CFF3B5. Grayscale: #1D1D1D. Windows color (decimal): -13628342 or 4852784. OLE color: 4852784.
HSL color Cylindrical-coordinate representation of color #300C4A: hue angle of 274.84º 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 #300C4A is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 12 | 74 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.71 |
| HSL | 274.84º | 0.72% | 0.17% | - |
| HSV(B) | 274.84º | 0.84% | 0.29% | - |
| XYZ | 2.59 | 1.39 | 6.61 | - |
| YUV | 29.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 74 | 0.35 | 0.84 | 0 | 0.71 | 274.84 | 0.72 | 0.17 |
| Hex | 30 | C | 4A | 23 | 54 | 0 | 47 | 113 | 48 | 11 |
| Octal | 60 | 14 | 112 | 43 | 124 | 0 | 107 | 423 | 110 | 21 |
| Binary | 110000 | 1100 | 1001010 | 100011 | 1010100 | 0 | 1000111 | 100010011 | 1001000 | 10001 |
Color Harmonies of #300C4A
Complementary color
Monochromatic Colors of #300C4A
Black with #300C4A
Text Example
Text Example
White with #300C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C4A; }
p { color: rgb(48,12,74); }
H1.HeaderClassName
{
color: #300C4A;
}
.AnyTagClassName
{
color: #300C4A;
}
</style>
background-color css
<style>
a { background-color: #300C4A; }
a { background-color: rgb(48,12,74); }
div.DivClassName
{
background-color: #300C4A;
}
.BgClassName
{
background-color: #300C4A;
}
</style>
border-color css
<style>
span { border-color: #300C4A; }
span { border-color: rgb(48,12,74); }
td.TdClassName
{
border-color: #300C4A;
}
.TagClassName
{
border-color: #300C4A;
}
</style>