Shades of Blackcurrant #440150
Tints of Blackcurrant #440150
RGB
CMYK
RGB Variations
Color information
#440150 (or 0x440150) is known color: Blackcurrant. HEX triplet: 44, 01 and 50. RGB value is (68,1,80). Sum of RGB (Red+Green+Blue) = 68+1+80=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #440150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440150 is #BBFEAF. Grayscale: #1D1D1D. Windows color (decimal): -12320432 or 5243204. OLE color: 5243204.
HSL color Cylindrical-coordinate representation of color #440150: hue angle of 290.89º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440150 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 1 | 80 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.69 |
| HSL | 290.89º | 0.98% | 0.16% | - |
| HSV(B) | 290.89º | 0.99% | 0.31% | - |
| XYZ | 3.84 | 1.83 | 7.74 | - |
| YUV | 30.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 80 | 0.15 | 0.99 | 0 | 0.69 | 290.89 | 0.98 | 0.16 |
| Hex | 44 | 1 | 50 | F | 63 | 0 | 45 | 123 | 62 | 10 |
| Octal | 104 | 1 | 120 | 17 | 143 | 0 | 105 | 443 | 142 | 20 |
| Binary | 1000100 | 1 | 1010000 | 1111 | 1100011 | 0 | 1000101 | 100100011 | 1100010 | 10000 |
Color Harmonies of #440150
Complementary color
Monochromatic Colors of #440150
Black with #440150
Text Example
Text Example
White with #440150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440150; }
p { color: rgb(68,1,80); }
H1.HeaderClassName
{
color: #440150;
}
.AnyTagClassName
{
color: #440150;
}
</style>
background-color css
<style>
a { background-color: #440150; }
a { background-color: rgb(68,1,80); }
div.DivClassName
{
background-color: #440150;
}
.BgClassName
{
background-color: #440150;
}
</style>
border-color css
<style>
span { border-color: #440150; }
span { border-color: rgb(68,1,80); }
td.TdClassName
{
border-color: #440150;
}
.TagClassName
{
border-color: #440150;
}
</style>