Shades of Blackcurrant #300454
Tints of Blackcurrant #300454
RGB
CMYK
RGB Variations
Color information
#300454 (or 0x300454) is known color: Blackcurrant. HEX triplet: 30, 04 and 54. RGB value is (48,4,84). Sum of RGB (Red+Green+Blue) = 48+4+84=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #300454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300454 is #CFFBAB. Grayscale: #1A1A1A. Windows color (decimal): -13630380 or 5506096. OLE color: 5506096.
HSL color Cylindrical-coordinate representation of color #300454: hue angle of 273º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300454 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 4 | 84 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.67 |
| HSL | 273º | 0.91% | 0.17% | - |
| HSV(B) | 273º | 0.95% | 0.33% | - |
| XYZ | 2.86 | 1.36 | 8.5 | - |
| YUV | 26.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 84 | 0.43 | 0.95 | 0 | 0.67 | 273 | 0.91 | 0.17 |
| Hex | 30 | 4 | 54 | 2B | 5F | 0 | 43 | 111 | 5B | 11 |
| Octal | 60 | 4 | 124 | 53 | 137 | 0 | 103 | 421 | 133 | 21 |
| Binary | 110000 | 100 | 1010100 | 101011 | 1011111 | 0 | 1000011 | 100010001 | 1011011 | 10001 |
Color Harmonies of #300454
Complementary color
Monochromatic Colors of #300454
Black with #300454
Text Example
Text Example
White with #300454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300454; }
p { color: rgb(48,4,84); }
H1.HeaderClassName
{
color: #300454;
}
.AnyTagClassName
{
color: #300454;
}
</style>
background-color css
<style>
a { background-color: #300454; }
a { background-color: rgb(48,4,84); }
div.DivClassName
{
background-color: #300454;
}
.BgClassName
{
background-color: #300454;
}
</style>
border-color css
<style>
span { border-color: #300454; }
span { border-color: rgb(48,4,84); }
td.TdClassName
{
border-color: #300454;
}
.TagClassName
{
border-color: #300454;
}
</style>