Shades of Blackcurrant #301349
Tints of Blackcurrant #301349
RGB
CMYK
RGB Variations
Color information
#301349 (or 0x301349) is known color: Blackcurrant. HEX triplet: 30, 13 and 49. RGB value is (48,19,73). Sum of RGB (Red+Green+Blue) = 48+19+73=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #301349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301349 is #CFECB6. Grayscale: #212121. Windows color (decimal): -13626551 or 4789040. OLE color: 4789040.
HSL color Cylindrical-coordinate representation of color #301349: hue angle of 272.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #301349 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 19 | 73 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.71 |
| HSL | 272.22º | 0.59% | 0.18% | - |
| HSV(B) | 272.22º | 0.74% | 0.29% | - |
| XYZ | 2.65 | 1.58 | 6.47 | - |
| YUV | 33.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 73 | 0.34 | 0.74 | 0 | 0.71 | 272.22 | 0.59 | 0.18 |
| Hex | 30 | 13 | 49 | 22 | 4A | 0 | 47 | 110 | 3B | 12 |
| Octal | 60 | 23 | 111 | 42 | 112 | 0 | 107 | 420 | 73 | 22 |
| Binary | 110000 | 10011 | 1001001 | 100010 | 1001010 | 0 | 1000111 | 100010000 | 111011 | 10010 |
Color Harmonies of #301349
Complementary color
Monochromatic Colors of #301349
Black with #301349
Text Example
Text Example
White with #301349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301349; }
p { color: rgb(48,19,73); }
H1.HeaderClassName
{
color: #301349;
}
.AnyTagClassName
{
color: #301349;
}
</style>
background-color css
<style>
a { background-color: #301349; }
a { background-color: rgb(48,19,73); }
div.DivClassName
{
background-color: #301349;
}
.BgClassName
{
background-color: #301349;
}
</style>
border-color css
<style>
span { border-color: #301349; }
span { border-color: rgb(48,19,73); }
td.TdClassName
{
border-color: #301349;
}
.TagClassName
{
border-color: #301349;
}
</style>