Shades of Blackcurrant #300035
Tints of Blackcurrant #300035
RGB
CMYK
RGB Variations
Color information
#300035 (or 0x300035) is known color: Blackcurrant. HEX triplet: 30, 00 and 35. RGB value is (48,0,53). Sum of RGB (Red+Green+Blue) = 48+0+53=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #300035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300035 is #CFFFCA. Grayscale: #141414. Windows color (decimal): -13631435 or 3473456. OLE color: 3473456.
HSL color Cylindrical-coordinate representation of color #300035: hue angle of 294.34º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300035 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 0 | 53 | - |
| CMYK | 0.09 | 1 | 0 | 0.79 |
| HSL | 294.34º | 1% | 0.1% | - |
| HSV(B) | 294.34º | 1% | 0.21% | - |
| XYZ | 1.86 | 0.89 | 3.44 | - |
| YUV | 20.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 53 | 0.09 | 1 | 0 | 0.79 | 294.34 | 1 | 0.1 |
| Hex | 30 | 0 | 35 | 9 | 64 | 0 | 4F | 126 | 64 | A |
| Octal | 60 | 0 | 65 | 11 | 144 | 0 | 117 | 446 | 144 | 12 |
| Binary | 110000 | 0 | 110101 | 1001 | 1100100 | 0 | 1001111 | 100100110 | 1100100 | 1010 |
Color Harmonies of #300035
Complementary color
Monochromatic Colors of #300035
Black with #300035
Text Example
Text Example
White with #300035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300035; }
p { color: rgb(48,0,53); }
H1.HeaderClassName
{
color: #300035;
}
.AnyTagClassName
{
color: #300035;
}
</style>
background-color css
<style>
a { background-color: #300035; }
a { background-color: rgb(48,0,53); }
div.DivClassName
{
background-color: #300035;
}
.BgClassName
{
background-color: #300035;
}
</style>
border-color css
<style>
span { border-color: #300035; }
span { border-color: rgb(48,0,53); }
td.TdClassName
{
border-color: #300035;
}
.TagClassName
{
border-color: #300035;
}
</style>