Shades of Blackcurrant #450651
Tints of Blackcurrant #450651
RGB
CMYK
RGB Variations
Color information
#450651 (or 0x450651) is known color: Blackcurrant. HEX triplet: 45, 06 and 51. RGB value is (69,6,81). Sum of RGB (Red+Green+Blue) = 69+6+81=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #450651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450651 is #BAF9AE. Grayscale: #212121. Windows color (decimal): -12253615 or 5310021. OLE color: 5310021.
HSL color Cylindrical-coordinate representation of color #450651: hue angle of 290.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450651 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 6 | 81 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.68 |
| HSL | 290.4º | 0.86% | 0.17% | - |
| HSV(B) | 290.4º | 0.93% | 0.32% | - |
| XYZ | 4 | 1.99 | 7.96 | - |
| YUV | 33.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 81 | 0.15 | 0.93 | 0 | 0.68 | 290.4 | 0.86 | 0.17 |
| Hex | 45 | 6 | 51 | F | 5D | 0 | 44 | 122 | 56 | 11 |
| Octal | 105 | 6 | 121 | 17 | 135 | 0 | 104 | 442 | 126 | 21 |
| Binary | 1000101 | 110 | 1010001 | 1111 | 1011101 | 0 | 1000100 | 100100010 | 1010110 | 10001 |
Color Harmonies of #450651
Complementary color
Monochromatic Colors of #450651
Black with #450651
Text Example
Text Example
White with #450651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450651; }
p { color: rgb(69,6,81); }
H1.HeaderClassName
{
color: #450651;
}
.AnyTagClassName
{
color: #450651;
}
</style>
background-color css
<style>
a { background-color: #450651; }
a { background-color: rgb(69,6,81); }
div.DivClassName
{
background-color: #450651;
}
.BgClassName
{
background-color: #450651;
}
</style>
border-color css
<style>
span { border-color: #450651; }
span { border-color: rgb(69,6,81); }
td.TdClassName
{
border-color: #450651;
}
.TagClassName
{
border-color: #450651;
}
</style>