Shades of Blackcurrant #300A51
Tints of Blackcurrant #300A51
RGB
CMYK
RGB Variations
Color information
#300A51 (or 0x300A51) is known color: Blackcurrant. HEX triplet: 30, 0A and 51. RGB value is (48,10,81). Sum of RGB (Red+Green+Blue) = 48+10+81=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #300A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300A51 is #CFF5AE. Grayscale: #1D1D1D. Windows color (decimal): -13628847 or 5311024. OLE color: 5311024.
HSL color Cylindrical-coordinate representation of color #300A51: hue angle of 272.11º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300A51 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 10 | 81 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.68 |
| HSL | 272.11º | 0.78% | 0.18% | - |
| HSV(B) | 272.11º | 0.88% | 0.32% | - |
| XYZ | 2.81 | 1.44 | 7.91 | - |
| YUV | 29.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 81 | 0.41 | 0.88 | 0 | 0.68 | 272.11 | 0.78 | 0.18 |
| Hex | 30 | A | 51 | 29 | 58 | 0 | 44 | 110 | 4E | 12 |
| Octal | 60 | 12 | 121 | 51 | 130 | 0 | 104 | 420 | 116 | 22 |
| Binary | 110000 | 1010 | 1010001 | 101001 | 1011000 | 0 | 1000100 | 100010000 | 1001110 | 10010 |
Color Harmonies of #300A51
Complementary color
Monochromatic Colors of #300A51
Black with #300A51
Text Example
Text Example
White with #300A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A51; }
p { color: rgb(48,10,81); }
H1.HeaderClassName
{
color: #300A51;
}
.AnyTagClassName
{
color: #300A51;
}
</style>
background-color css
<style>
a { background-color: #300A51; }
a { background-color: rgb(48,10,81); }
div.DivClassName
{
background-color: #300A51;
}
.BgClassName
{
background-color: #300A51;
}
</style>
border-color css
<style>
span { border-color: #300A51; }
span { border-color: rgb(48,10,81); }
td.TdClassName
{
border-color: #300A51;
}
.TagClassName
{
border-color: #300A51;
}
</style>