Shades of Blackcurrant #44084F
Tints of Blackcurrant #44084F
RGB
CMYK
RGB Variations
Color information
#44084F (or 0x44084F) is known color: Blackcurrant. HEX triplet: 44, 08 and 4F. RGB value is (68,8,79). Sum of RGB (Red+Green+Blue) = 68+8+79=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #44084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44084F is #BBF7B0. Grayscale: #212121. Windows color (decimal): -12318641 or 5179460. OLE color: 5179460.
HSL color Cylindrical-coordinate representation of color #44084F: hue angle of 290.7º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44084F is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 8 | 79 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.69 |
| HSL | 290.7º | 0.82% | 0.17% | - |
| HSV(B) | 290.7º | 0.9% | 0.31% | - |
| XYZ | 3.88 | 1.97 | 7.57 | - |
| YUV | 34.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 79 | 0.14 | 0.90 | 0 | 0.69 | 290.7 | 0.82 | 0.17 |
| Hex | 44 | 8 | 4F | E | 5A | 0 | 45 | 123 | 52 | 11 |
| Octal | 104 | 10 | 117 | 16 | 132 | 0 | 105 | 443 | 122 | 21 |
| Binary | 1000100 | 1000 | 1001111 | 1110 | 1011010 | 0 | 1000101 | 100100011 | 1010010 | 10001 |
Color Harmonies of #44084F
Complementary color
Monochromatic Colors of #44084F
Black with #44084F
Text Example
Text Example
White with #44084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44084F; }
p { color: rgb(68,8,79); }
H1.HeaderClassName
{
color: #44084F;
}
.AnyTagClassName
{
color: #44084F;
}
</style>
background-color css
<style>
a { background-color: #44084F; }
a { background-color: rgb(68,8,79); }
div.DivClassName
{
background-color: #44084F;
}
.BgClassName
{
background-color: #44084F;
}
</style>
border-color css
<style>
span { border-color: #44084F; }
span { border-color: rgb(68,8,79); }
td.TdClassName
{
border-color: #44084F;
}
.TagClassName
{
border-color: #44084F;
}
</style>