Shades of Blackcurrant #44004F
Tints of Blackcurrant #44004F
RGB
CMYK
RGB Variations
Color information
#44004F (or 0x44004F) is known color: Blackcurrant. HEX triplet: 44, 00 and 4F. RGB value is (68,0,79). Sum of RGB (Red+Green+Blue) = 68+0+79=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #44004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44004F is #BBFFB0. Grayscale: #1D1D1D. Windows color (decimal): -12320689 or 5177412. OLE color: 5177412.
HSL color Cylindrical-coordinate representation of color #44004F: hue angle of 291.65º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44004F is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 0 | 79 | - |
| CMYK | 0.14 | 1 | 0 | 0.69 |
| HSL | 291.65º | 1% | 0.15% | - |
| HSV(B) | 291.65º | 1% | 0.31% | - |
| XYZ | 3.8 | 1.79 | 7.54 | - |
| YUV | 29.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 79 | 0.14 | 1 | 0 | 0.69 | 291.65 | 1 | 0.15 |
| Hex | 44 | 0 | 4F | E | 64 | 0 | 45 | 124 | 64 | F |
| Octal | 104 | 0 | 117 | 16 | 144 | 0 | 105 | 444 | 144 | 17 |
| Binary | 1000100 | 0 | 1001111 | 1110 | 1100100 | 0 | 1000101 | 100100100 | 1100100 | 1111 |
Color Harmonies of #44004F
Complementary color
Monochromatic Colors of #44004F
Black with #44004F
Text Example
Text Example
White with #44004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44004F; }
p { color: rgb(68,0,79); }
H1.HeaderClassName
{
color: #44004F;
}
.AnyTagClassName
{
color: #44004F;
}
</style>
background-color css
<style>
a { background-color: #44004F; }
a { background-color: rgb(68,0,79); }
div.DivClassName
{
background-color: #44004F;
}
.BgClassName
{
background-color: #44004F;
}
</style>
border-color css
<style>
span { border-color: #44004F; }
span { border-color: rgb(68,0,79); }
td.TdClassName
{
border-color: #44004F;
}
.TagClassName
{
border-color: #44004F;
}
</style>