Shades of Blackcurrant #440650
Tints of Blackcurrant #440650
RGB
CMYK
RGB Variations
Color information
#440650 (or 0x440650) is known color: Blackcurrant. HEX triplet: 44, 06 and 50. RGB value is (68,6,80). Sum of RGB (Red+Green+Blue) = 68+6+80=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #440650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440650 is #BBF9AF. Grayscale: #202020. Windows color (decimal): -12319152 or 5244484. OLE color: 5244484.
HSL color Cylindrical-coordinate representation of color #440650: hue angle of 290.27º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440650 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 6 | 80 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.69 |
| HSL | 290.27º | 0.86% | 0.17% | - |
| HSV(B) | 290.27º | 0.93% | 0.31% | - |
| XYZ | 3.9 | 1.94 | 7.76 | - |
| YUV | 32.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 80 | 0.15 | 0.92 | 0 | 0.69 | 290.27 | 0.86 | 0.17 |
| Hex | 44 | 6 | 50 | F | 5C | 0 | 45 | 122 | 56 | 11 |
| Octal | 104 | 6 | 120 | 17 | 134 | 0 | 105 | 442 | 126 | 21 |
| Binary | 1000100 | 110 | 1010000 | 1111 | 1011100 | 0 | 1000101 | 100100010 | 1010110 | 10001 |
Color Harmonies of #440650
Complementary color
Monochromatic Colors of #440650
Black with #440650
Text Example
Text Example
White with #440650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440650; }
p { color: rgb(68,6,80); }
H1.HeaderClassName
{
color: #440650;
}
.AnyTagClassName
{
color: #440650;
}
</style>
background-color css
<style>
a { background-color: #440650; }
a { background-color: rgb(68,6,80); }
div.DivClassName
{
background-color: #440650;
}
.BgClassName
{
background-color: #440650;
}
</style>
border-color css
<style>
span { border-color: #440650; }
span { border-color: rgb(68,6,80); }
td.TdClassName
{
border-color: #440650;
}
.TagClassName
{
border-color: #440650;
}
</style>