Shades of Blackcurrant #300048
Tints of Blackcurrant #300048
RGB
CMYK
RGB Variations
Color information
#300048 (or 0x300048) is known color: Blackcurrant. HEX triplet: 30, 00 and 48. RGB value is (48,0,72). Sum of RGB (Red+Green+Blue) = 48+0+72=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #300048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300048 is #CFFFB7. Grayscale: #161616. Windows color (decimal): -13631416 or 4718640. OLE color: 4718640.
HSL color Cylindrical-coordinate representation of color #300048: hue angle of 280º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300048 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 0 | 72 | - |
| CMYK | 0.33 | 1 | 0 | 0.72 |
| HSL | 280º | 1% | 0.14% | - |
| HSV(B) | 280º | 1% | 0.28% | - |
| XYZ | 2.39 | 1.1 | 6.22 | - |
| YUV | 22.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 72 | 0.33 | 1 | 0 | 0.72 | 280 | 1 | 0.14 |
| Hex | 30 | 0 | 48 | 21 | 64 | 0 | 48 | 118 | 64 | E |
| Octal | 60 | 0 | 110 | 41 | 144 | 0 | 110 | 430 | 144 | 16 |
| Binary | 110000 | 0 | 1001000 | 100001 | 1100100 | 0 | 1001000 | 100011000 | 1100100 | 1110 |
Color Harmonies of #300048
Complementary color
Monochromatic Colors of #300048
Black with #300048
Text Example
Text Example
White with #300048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300048; }
p { color: rgb(48,0,72); }
H1.HeaderClassName
{
color: #300048;
}
.AnyTagClassName
{
color: #300048;
}
</style>
background-color css
<style>
a { background-color: #300048; }
a { background-color: rgb(48,0,72); }
div.DivClassName
{
background-color: #300048;
}
.BgClassName
{
background-color: #300048;
}
</style>
border-color css
<style>
span { border-color: #300048; }
span { border-color: rgb(48,0,72); }
td.TdClassName
{
border-color: #300048;
}
.TagClassName
{
border-color: #300048;
}
</style>