Shades of Blackcurrant #44014D
Tints of Blackcurrant #44014D
RGB
CMYK
RGB Variations
Color information
#44014D (or 0x44014D) is known color: Blackcurrant. HEX triplet: 44, 01 and 4D. RGB value is (68,1,77). Sum of RGB (Red+Green+Blue) = 68+1+77=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #44014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44014D is #BBFEB2. Grayscale: #1D1D1D. Windows color (decimal): -12320435 or 5046596. OLE color: 5046596.
HSL color Cylindrical-coordinate representation of color #44014D: hue angle of 292.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44014D is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 1 | 77 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.70 |
| HSL | 292.89º | 0.97% | 0.15% | - |
| HSV(B) | 292.89º | 0.99% | 0.3% | - |
| XYZ | 3.73 | 1.79 | 7.17 | - |
| YUV | 29.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 77 | 0.12 | 0.99 | 0 | 0.70 | 292.89 | 0.97 | 0.15 |
| Hex | 44 | 1 | 4D | C | 63 | 0 | 46 | 125 | 61 | F |
| Octal | 104 | 1 | 115 | 14 | 143 | 0 | 106 | 445 | 141 | 17 |
| Binary | 1000100 | 1 | 1001101 | 1100 | 1100011 | 0 | 1000110 | 100100101 | 1100001 | 1111 |
Color Harmonies of #44014D
Complementary color
Monochromatic Colors of #44014D
Black with #44014D
Text Example
Text Example
White with #44014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44014D; }
p { color: rgb(68,1,77); }
H1.HeaderClassName
{
color: #44014D;
}
.AnyTagClassName
{
color: #44014D;
}
</style>
background-color css
<style>
a { background-color: #44014D; }
a { background-color: rgb(68,1,77); }
div.DivClassName
{
background-color: #44014D;
}
.BgClassName
{
background-color: #44014D;
}
</style>
border-color css
<style>
span { border-color: #44014D; }
span { border-color: rgb(68,1,77); }
td.TdClassName
{
border-color: #44014D;
}
.TagClassName
{
border-color: #44014D;
}
</style>