Shades of Blackcurrant #300854
Tints of Blackcurrant #300854
RGB
CMYK
RGB Variations
Color information
#300854 (or 0x300854) is known color: Blackcurrant. HEX triplet: 30, 08 and 54. RGB value is (48,8,84). Sum of RGB (Red+Green+Blue) = 48+8+84=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #300854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300854 is #CFF7AB. Grayscale: #1C1C1C. Windows color (decimal): -13629356 or 5507120. OLE color: 5507120.
HSL color Cylindrical-coordinate representation of color #300854: hue angle of 271.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300854 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 8 | 84 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.67 |
| HSL | 271.58º | 0.83% | 0.18% | - |
| HSV(B) | 271.58º | 0.9% | 0.33% | - |
| XYZ | 2.91 | 1.44 | 8.51 | - |
| YUV | 28.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 84 | 0.43 | 0.90 | 0 | 0.67 | 271.58 | 0.83 | 0.18 |
| Hex | 30 | 8 | 54 | 2B | 5A | 0 | 43 | 110 | 53 | 12 |
| Octal | 60 | 10 | 124 | 53 | 132 | 0 | 103 | 420 | 123 | 22 |
| Binary | 110000 | 1000 | 1010100 | 101011 | 1011010 | 0 | 1000011 | 100010000 | 1010011 | 10010 |
Color Harmonies of #300854
Complementary color
Monochromatic Colors of #300854
Black with #300854
Text Example
Text Example
White with #300854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300854; }
p { color: rgb(48,8,84); }
H1.HeaderClassName
{
color: #300854;
}
.AnyTagClassName
{
color: #300854;
}
</style>
background-color css
<style>
a { background-color: #300854; }
a { background-color: rgb(48,8,84); }
div.DivClassName
{
background-color: #300854;
}
.BgClassName
{
background-color: #300854;
}
</style>
border-color css
<style>
span { border-color: #300854; }
span { border-color: rgb(48,8,84); }
td.TdClassName
{
border-color: #300854;
}
.TagClassName
{
border-color: #300854;
}
</style>