Shades of Blackcurrant #300553
Tints of Blackcurrant #300553
RGB
CMYK
RGB Variations
Color information
#300553 (or 0x300553) is known color: Blackcurrant. HEX triplet: 30, 05 and 53. RGB value is (48,5,83). Sum of RGB (Red+Green+Blue) = 48+5+83=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #300553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300553 is #CFFAAC. Grayscale: #1A1A1A. Windows color (decimal): -13630125 or 5440816. OLE color: 5440816.
HSL color Cylindrical-coordinate representation of color #300553: hue angle of 273.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300553 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 5 | 83 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.67 |
| HSL | 273.08º | 0.89% | 0.17% | - |
| HSV(B) | 273.08º | 0.94% | 0.33% | - |
| XYZ | 2.83 | 1.36 | 8.3 | - |
| YUV | 26.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 83 | 0.42 | 0.94 | 0 | 0.67 | 273.08 | 0.89 | 0.17 |
| Hex | 30 | 5 | 53 | 2A | 5E | 0 | 43 | 111 | 59 | 11 |
| Octal | 60 | 5 | 123 | 52 | 136 | 0 | 103 | 421 | 131 | 21 |
| Binary | 110000 | 101 | 1010011 | 101010 | 1011110 | 0 | 1000011 | 100010001 | 1011001 | 10001 |
Color Harmonies of #300553
Complementary color
Monochromatic Colors of #300553
Black with #300553
Text Example
Text Example
White with #300553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300553; }
p { color: rgb(48,5,83); }
H1.HeaderClassName
{
color: #300553;
}
.AnyTagClassName
{
color: #300553;
}
</style>
background-color css
<style>
a { background-color: #300553; }
a { background-color: rgb(48,5,83); }
div.DivClassName
{
background-color: #300553;
}
.BgClassName
{
background-color: #300553;
}
</style>
border-color css
<style>
span { border-color: #300553; }
span { border-color: rgb(48,5,83); }
td.TdClassName
{
border-color: #300553;
}
.TagClassName
{
border-color: #300553;
}
</style>