Shades of Blackcurrant #460251
Tints of Blackcurrant #460251
RGB
CMYK
RGB Variations
Color information
#460251 (or 0x460251) is known color: Blackcurrant. HEX triplet: 46, 02 and 51. RGB value is (70,2,81). Sum of RGB (Red+Green+Blue) = 70+2+81=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #460251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460251 is #B9FDAE. Grayscale: #1F1F1F. Windows color (decimal): -12189103 or 5308998. OLE color: 5308998.
HSL color Cylindrical-coordinate representation of color #460251: hue angle of 291.65º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460251 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 2 | 81 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.68 |
| HSL | 291.65º | 0.95% | 0.16% | - |
| HSV(B) | 291.65º | 0.98% | 0.32% | - |
| XYZ | 4.03 | 1.94 | 7.95 | - |
| YUV | 31.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 81 | 0.14 | 0.98 | 0 | 0.68 | 291.65 | 0.95 | 0.16 |
| Hex | 46 | 2 | 51 | E | 62 | 0 | 44 | 124 | 5F | 10 |
| Octal | 106 | 2 | 121 | 16 | 142 | 0 | 104 | 444 | 137 | 20 |
| Binary | 1000110 | 10 | 1010001 | 1110 | 1100010 | 0 | 1000100 | 100100100 | 1011111 | 10000 |
Color Harmonies of #460251
Complementary color
Monochromatic Colors of #460251
Black with #460251
Text Example
Text Example
White with #460251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460251; }
p { color: rgb(70,2,81); }
H1.HeaderClassName
{
color: #460251;
}
.AnyTagClassName
{
color: #460251;
}
</style>
background-color css
<style>
a { background-color: #460251; }
a { background-color: rgb(70,2,81); }
div.DivClassName
{
background-color: #460251;
}
.BgClassName
{
background-color: #460251;
}
</style>
border-color css
<style>
span { border-color: #460251; }
span { border-color: rgb(70,2,81); }
td.TdClassName
{
border-color: #460251;
}
.TagClassName
{
border-color: #460251;
}
</style>