Shades of Blackcurrant #440450
Tints of Blackcurrant #440450
RGB
CMYK
RGB Variations
Color information
#440450 (or 0x440450) is known color: Blackcurrant. HEX triplet: 44, 04 and 50. RGB value is (68,4,80). Sum of RGB (Red+Green+Blue) = 68+4+80=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #440450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440450 is #BBFBAF. Grayscale: #1F1F1F. Windows color (decimal): -12319664 or 5243972. OLE color: 5243972.
HSL color Cylindrical-coordinate representation of color #440450: hue angle of 290.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440450 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 4 | 80 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.69 |
| HSL | 290.53º | 0.9% | 0.16% | - |
| HSV(B) | 290.53º | 0.95% | 0.31% | - |
| XYZ | 3.88 | 1.89 | 7.75 | - |
| YUV | 31.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 80 | 0.15 | 0.95 | 0 | 0.69 | 290.53 | 0.9 | 0.16 |
| Hex | 44 | 4 | 50 | F | 5F | 0 | 45 | 123 | 5A | 10 |
| Octal | 104 | 4 | 120 | 17 | 137 | 0 | 105 | 443 | 132 | 20 |
| Binary | 1000100 | 100 | 1010000 | 1111 | 1011111 | 0 | 1000101 | 100100011 | 1011010 | 10000 |
Color Harmonies of #440450
Complementary color
Monochromatic Colors of #440450
Black with #440450
Text Example
Text Example
White with #440450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440450; }
p { color: rgb(68,4,80); }
H1.HeaderClassName
{
color: #440450;
}
.AnyTagClassName
{
color: #440450;
}
</style>
background-color css
<style>
a { background-color: #440450; }
a { background-color: rgb(68,4,80); }
div.DivClassName
{
background-color: #440450;
}
.BgClassName
{
background-color: #440450;
}
</style>
border-color css
<style>
span { border-color: #440450; }
span { border-color: rgb(68,4,80); }
td.TdClassName
{
border-color: #440450;
}
.TagClassName
{
border-color: #440450;
}
</style>