Shades of Blackcurrant #44064E
Tints of Blackcurrant #44064E
RGB
CMYK
RGB Variations
Color information
#44064E (or 0x44064E) is known color: Blackcurrant. HEX triplet: 44, 06 and 4E. RGB value is (68,6,78). Sum of RGB (Red+Green+Blue) = 68+6+78=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #44064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44064E is #BBF9B1. Grayscale: #202020. Windows color (decimal): -12319154 or 5113412. OLE color: 5113412.
HSL color Cylindrical-coordinate representation of color #44064E: hue angle of 291.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44064E is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 6 | 78 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.69 |
| HSL | 291.67º | 0.86% | 0.16% | - |
| HSV(B) | 291.67º | 0.92% | 0.31% | - |
| XYZ | 3.82 | 1.91 | 7.37 | - |
| YUV | 32.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 78 | 0.13 | 0.92 | 0 | 0.69 | 291.67 | 0.86 | 0.16 |
| Hex | 44 | 6 | 4E | D | 5C | 0 | 45 | 124 | 56 | 10 |
| Octal | 104 | 6 | 116 | 15 | 134 | 0 | 105 | 444 | 126 | 20 |
| Binary | 1000100 | 110 | 1001110 | 1101 | 1011100 | 0 | 1000101 | 100100100 | 1010110 | 10000 |
Color Harmonies of #44064E
Complementary color
Monochromatic Colors of #44064E
Black with #44064E
Text Example
Text Example
White with #44064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44064E; }
p { color: rgb(68,6,78); }
H1.HeaderClassName
{
color: #44064E;
}
.AnyTagClassName
{
color: #44064E;
}
</style>
background-color css
<style>
a { background-color: #44064E; }
a { background-color: rgb(68,6,78); }
div.DivClassName
{
background-color: #44064E;
}
.BgClassName
{
background-color: #44064E;
}
</style>
border-color css
<style>
span { border-color: #44064E; }
span { border-color: rgb(68,6,78); }
td.TdClassName
{
border-color: #44064E;
}
.TagClassName
{
border-color: #44064E;
}
</style>