Shades of Blackcurrant #300853
Tints of Blackcurrant #300853
RGB
CMYK
RGB Variations
Color information
#300853 (or 0x300853) is known color: Blackcurrant. HEX triplet: 30, 08 and 53. RGB value is (48,8,83). Sum of RGB (Red+Green+Blue) = 48+8+83=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #300853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300853 is #CFF7AC. Grayscale: #1C1C1C. Windows color (decimal): -13629357 or 5441584. OLE color: 5441584.
HSL color Cylindrical-coordinate representation of color #300853: hue angle of 272º degrees, saturation: 0.82, 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 #300853 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 8 | 83 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.67 |
| HSL | 272º | 0.82% | 0.18% | - |
| HSV(B) | 272º | 0.9% | 0.33% | - |
| XYZ | 2.87 | 1.43 | 8.31 | - |
| YUV | 28.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 83 | 0.42 | 0.90 | 0 | 0.67 | 272 | 0.82 | 0.18 |
| Hex | 30 | 8 | 53 | 2A | 5A | 0 | 43 | 110 | 52 | 12 |
| Octal | 60 | 10 | 123 | 52 | 132 | 0 | 103 | 420 | 122 | 22 |
| Binary | 110000 | 1000 | 1010011 | 101010 | 1011010 | 0 | 1000011 | 100010000 | 1010010 | 10010 |
Color Harmonies of #300853
Complementary color
Monochromatic Colors of #300853
Black with #300853
Text Example
Text Example
White with #300853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300853; }
p { color: rgb(48,8,83); }
H1.HeaderClassName
{
color: #300853;
}
.AnyTagClassName
{
color: #300853;
}
</style>
background-color css
<style>
a { background-color: #300853; }
a { background-color: rgb(48,8,83); }
div.DivClassName
{
background-color: #300853;
}
.BgClassName
{
background-color: #300853;
}
</style>
border-color css
<style>
span { border-color: #300853; }
span { border-color: rgb(48,8,83); }
td.TdClassName
{
border-color: #300853;
}
.TagClassName
{
border-color: #300853;
}
</style>