Shades of Blackcurrant #300954
Tints of Blackcurrant #300954
RGB
CMYK
RGB Variations
Color information
#300954 (or 0x300954) is known color: Blackcurrant. HEX triplet: 30, 09 and 54. RGB value is (48,9,84). Sum of RGB (Red+Green+Blue) = 48+9+84=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #300954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300954 is #CFF6AB. Grayscale: #1C1C1C. Windows color (decimal): -13629100 or 5507376. OLE color: 5507376.
HSL color Cylindrical-coordinate representation of color #300954: hue angle of 271.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300954 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 9 | 84 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.67 |
| HSL | 271.2º | 0.81% | 0.18% | - |
| HSV(B) | 271.2º | 0.89% | 0.33% | - |
| XYZ | 2.92 | 1.46 | 8.52 | - |
| YUV | 29.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 84 | 0.43 | 0.89 | 0 | 0.67 | 271.2 | 0.81 | 0.18 |
| Hex | 30 | 9 | 54 | 2B | 59 | 0 | 43 | 10F | 51 | 12 |
| Octal | 60 | 11 | 124 | 53 | 131 | 0 | 103 | 417 | 121 | 22 |
| Binary | 110000 | 1001 | 1010100 | 101011 | 1011001 | 0 | 1000011 | 100001111 | 1010001 | 10010 |
Color Harmonies of #300954
Complementary color
Monochromatic Colors of #300954
Black with #300954
Text Example
Text Example
White with #300954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300954; }
p { color: rgb(48,9,84); }
H1.HeaderClassName
{
color: #300954;
}
.AnyTagClassName
{
color: #300954;
}
</style>
background-color css
<style>
a { background-color: #300954; }
a { background-color: rgb(48,9,84); }
div.DivClassName
{
background-color: #300954;
}
.BgClassName
{
background-color: #300954;
}
</style>
border-color css
<style>
span { border-color: #300954; }
span { border-color: rgb(48,9,84); }
td.TdClassName
{
border-color: #300954;
}
.TagClassName
{
border-color: #300954;
}
</style>