Shades of Blackcurrant #300251
Tints of Blackcurrant #300251
RGB
CMYK
RGB Variations
Color information
#300251 (or 0x300251) is known color: Blackcurrant. HEX triplet: 30, 02 and 51. RGB value is (48,2,81). Sum of RGB (Red+Green+Blue) = 48+2+81=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #300251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300251 is #CFFDAE. Grayscale: #181818. Windows color (decimal): -13630895 or 5308976. OLE color: 5308976.
HSL color Cylindrical-coordinate representation of color #300251: hue angle of 274.94º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300251 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 2 | 81 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.68 |
| HSL | 274.94º | 0.95% | 0.16% | - |
| HSV(B) | 274.94º | 0.98% | 0.32% | - |
| XYZ | 2.73 | 1.27 | 7.89 | - |
| YUV | 24.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 81 | 0.41 | 0.98 | 0 | 0.68 | 274.94 | 0.95 | 0.16 |
| Hex | 30 | 2 | 51 | 29 | 62 | 0 | 44 | 113 | 5F | 10 |
| Octal | 60 | 2 | 121 | 51 | 142 | 0 | 104 | 423 | 137 | 20 |
| Binary | 110000 | 10 | 1010001 | 101001 | 1100010 | 0 | 1000100 | 100010011 | 1011111 | 10000 |
Color Harmonies of #300251
Complementary color
Monochromatic Colors of #300251
Black with #300251
Text Example
Text Example
White with #300251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300251; }
p { color: rgb(48,2,81); }
H1.HeaderClassName
{
color: #300251;
}
.AnyTagClassName
{
color: #300251;
}
</style>
background-color css
<style>
a { background-color: #300251; }
a { background-color: rgb(48,2,81); }
div.DivClassName
{
background-color: #300251;
}
.BgClassName
{
background-color: #300251;
}
</style>
border-color css
<style>
span { border-color: #300251; }
span { border-color: rgb(48,2,81); }
td.TdClassName
{
border-color: #300251;
}
.TagClassName
{
border-color: #300251;
}
</style>