Shades of Blackcurrant #440550
Tints of Blackcurrant #440550
RGB
CMYK
RGB Variations
Color information
#440550 (or 0x440550) is known color: Blackcurrant. HEX triplet: 44, 05 and 50. RGB value is (68,5,80). Sum of RGB (Red+Green+Blue) = 68+5+80=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 5 (2.34% from 255 or 3.27% 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 #440550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440550 is #BBFAAF. Grayscale: #202020. Windows color (decimal): -12319408 or 5244228. OLE color: 5244228.
HSL color Cylindrical-coordinate representation of color #440550: hue angle of 290.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440550 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 5 | 80 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.69 |
| HSL | 290.4º | 0.88% | 0.17% | - |
| HSV(B) | 290.4º | 0.94% | 0.31% | - |
| XYZ | 3.89 | 1.92 | 7.75 | - |
| YUV | 32.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 80 | 0.15 | 0.94 | 0 | 0.69 | 290.4 | 0.88 | 0.17 |
| Hex | 44 | 5 | 50 | F | 5E | 0 | 45 | 122 | 58 | 11 |
| Octal | 104 | 5 | 120 | 17 | 136 | 0 | 105 | 442 | 130 | 21 |
| Binary | 1000100 | 101 | 1010000 | 1111 | 1011110 | 0 | 1000101 | 100100010 | 1011000 | 10001 |
Color Harmonies of #440550
Complementary color
Monochromatic Colors of #440550
Black with #440550
Text Example
Text Example
White with #440550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440550; }
p { color: rgb(68,5,80); }
H1.HeaderClassName
{
color: #440550;
}
.AnyTagClassName
{
color: #440550;
}
</style>
background-color css
<style>
a { background-color: #440550; }
a { background-color: rgb(68,5,80); }
div.DivClassName
{
background-color: #440550;
}
.BgClassName
{
background-color: #440550;
}
</style>
border-color css
<style>
span { border-color: #440550; }
span { border-color: rgb(68,5,80); }
td.TdClassName
{
border-color: #440550;
}
.TagClassName
{
border-color: #440550;
}
</style>