Shades of Blackcurrant #301946
Tints of Blackcurrant #301946
RGB
CMYK
RGB Variations
Color information
#301946 (or 0x301946) is known color: Blackcurrant. HEX triplet: 30, 19 and 46. RGB value is (48,25,70). Sum of RGB (Red+Green+Blue) = 48+25+70=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #301946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301946 is #CFE6B9. Grayscale: #242424. Windows color (decimal): -13625018 or 4593968. OLE color: 4593968.
HSL color Cylindrical-coordinate representation of color #301946: hue angle of 270.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #301946 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 25 | 70 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.73 |
| HSL | 270.67º | 0.47% | 0.19% | - |
| HSV(B) | 270.67º | 0.64% | 0.27% | - |
| XYZ | 2.67 | 1.77 | 5.99 | - |
| YUV | 37.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 70 | 0.31 | 0.64 | 0 | 0.73 | 270.67 | 0.47 | 0.19 |
| Hex | 30 | 19 | 46 | 1F | 40 | 0 | 49 | 10F | 2F | 13 |
| Octal | 60 | 31 | 106 | 37 | 100 | 0 | 111 | 417 | 57 | 23 |
| Binary | 110000 | 11001 | 1000110 | 11111 | 1000000 | 0 | 1001001 | 100001111 | 101111 | 10011 |
Color Harmonies of #301946
Complementary color
Monochromatic Colors of #301946
Black with #301946
Text Example
Text Example
White with #301946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301946; }
p { color: rgb(48,25,70); }
H1.HeaderClassName
{
color: #301946;
}
.AnyTagClassName
{
color: #301946;
}
</style>
background-color css
<style>
a { background-color: #301946; }
a { background-color: rgb(48,25,70); }
div.DivClassName
{
background-color: #301946;
}
.BgClassName
{
background-color: #301946;
}
</style>
border-color css
<style>
span { border-color: #301946; }
span { border-color: rgb(48,25,70); }
td.TdClassName
{
border-color: #301946;
}
.TagClassName
{
border-color: #301946;
}
</style>