Shades of Blackcurrant #300051
Tints of Blackcurrant #300051
RGB
CMYK
RGB Variations
Color information
#300051 (or 0x300051) is known color: Blackcurrant. HEX triplet: 30, 00 and 51. RGB value is (48,0,81). Sum of RGB (Red+Green+Blue) = 48+0+81=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #300051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300051 is #CFFFAE. Grayscale: #171717. Windows color (decimal): -13631407 or 5308464. OLE color: 5308464.
HSL color Cylindrical-coordinate representation of color #300051: hue angle of 275.56º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300051 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 0 | 81 | - |
| CMYK | 0.41 | 1 | 0 | 0.68 |
| HSL | 275.56º | 1% | 0.16% | - |
| HSV(B) | 275.56º | 1% | 0.32% | - |
| XYZ | 2.7 | 1.22 | 7.88 | - |
| YUV | 23.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 81 | 0.41 | 1 | 0 | 0.68 | 275.56 | 1 | 0.16 |
| Hex | 30 | 0 | 51 | 29 | 64 | 0 | 44 | 114 | 64 | 10 |
| Octal | 60 | 0 | 121 | 51 | 144 | 0 | 104 | 424 | 144 | 20 |
| Binary | 110000 | 0 | 1010001 | 101001 | 1100100 | 0 | 1000100 | 100010100 | 1100100 | 10000 |
Color Harmonies of #300051
Complementary color
Monochromatic Colors of #300051
Black with #300051
Text Example
Text Example
White with #300051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300051; }
p { color: rgb(48,0,81); }
H1.HeaderClassName
{
color: #300051;
}
.AnyTagClassName
{
color: #300051;
}
</style>
background-color css
<style>
a { background-color: #300051; }
a { background-color: rgb(48,0,81); }
div.DivClassName
{
background-color: #300051;
}
.BgClassName
{
background-color: #300051;
}
</style>
border-color css
<style>
span { border-color: #300051; }
span { border-color: rgb(48,0,81); }
td.TdClassName
{
border-color: #300051;
}
.TagClassName
{
border-color: #300051;
}
</style>