Shades of Blackcurrant #301649
Tints of Blackcurrant #301649
RGB
CMYK
RGB Variations
Color information
#301649 (or 0x301649) is known color: Blackcurrant. HEX triplet: 30, 16 and 49. RGB value is (48,22,73). Sum of RGB (Red+Green+Blue) = 48+22+73=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #301649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301649 is #CFE9B6. Grayscale: #232323. Windows color (decimal): -13625783 or 4789808. OLE color: 4789808.
HSL color Cylindrical-coordinate representation of color #301649: hue angle of 270.59º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301649 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 22 | 73 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.71 |
| HSL | 270.59º | 0.54% | 0.19% | - |
| HSV(B) | 270.59º | 0.7% | 0.29% | - |
| XYZ | 2.71 | 1.68 | 6.49 | - |
| YUV | 35.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 73 | 0.34 | 0.70 | 0 | 0.71 | 270.59 | 0.54 | 0.19 |
| Hex | 30 | 16 | 49 | 22 | 46 | 0 | 47 | 10F | 36 | 13 |
| Octal | 60 | 26 | 111 | 42 | 106 | 0 | 107 | 417 | 66 | 23 |
| Binary | 110000 | 10110 | 1001001 | 100010 | 1000110 | 0 | 1000111 | 100001111 | 110110 | 10011 |
Color Harmonies of #301649
Complementary color
Monochromatic Colors of #301649
Black with #301649
Text Example
Text Example
White with #301649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301649; }
p { color: rgb(48,22,73); }
H1.HeaderClassName
{
color: #301649;
}
.AnyTagClassName
{
color: #301649;
}
</style>
background-color css
<style>
a { background-color: #301649; }
a { background-color: rgb(48,22,73); }
div.DivClassName
{
background-color: #301649;
}
.BgClassName
{
background-color: #301649;
}
</style>
border-color css
<style>
span { border-color: #301649; }
span { border-color: rgb(48,22,73); }
td.TdClassName
{
border-color: #301649;
}
.TagClassName
{
border-color: #301649;
}
</style>