Shades of Blackcurrant #460350
Tints of Blackcurrant #460350
RGB
CMYK
RGB Variations
Color information
#460350 (or 0x460350) is known color: Blackcurrant. HEX triplet: 46, 03 and 50. RGB value is (70,3,80). Sum of RGB (Red+Green+Blue) = 70+3+80=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #460350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460350 is #B9FCAF. Grayscale: #1F1F1F. Windows color (decimal): -12188848 or 5243718. OLE color: 5243718.
HSL color Cylindrical-coordinate representation of color #460350: hue angle of 292.21º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460350 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 3 | 80 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.69 |
| HSL | 292.21º | 0.93% | 0.16% | - |
| HSV(B) | 292.21º | 0.96% | 0.31% | - |
| XYZ | 4.01 | 1.95 | 7.75 | - |
| YUV | 31.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 80 | 0.12 | 0.96 | 0 | 0.69 | 292.21 | 0.93 | 0.16 |
| Hex | 46 | 3 | 50 | C | 60 | 0 | 45 | 124 | 5D | 10 |
| Octal | 106 | 3 | 120 | 14 | 140 | 0 | 105 | 444 | 135 | 20 |
| Binary | 1000110 | 11 | 1010000 | 1100 | 1100000 | 0 | 1000101 | 100100100 | 1011101 | 10000 |
Color Harmonies of #460350
Complementary color
Monochromatic Colors of #460350
Black with #460350
Text Example
Text Example
White with #460350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460350; }
p { color: rgb(70,3,80); }
H1.HeaderClassName
{
color: #460350;
}
.AnyTagClassName
{
color: #460350;
}
</style>
background-color css
<style>
a { background-color: #460350; }
a { background-color: rgb(70,3,80); }
div.DivClassName
{
background-color: #460350;
}
.BgClassName
{
background-color: #460350;
}
</style>
border-color css
<style>
span { border-color: #460350; }
span { border-color: rgb(70,3,80); }
td.TdClassName
{
border-color: #460350;
}
.TagClassName
{
border-color: #460350;
}
</style>