Shades of Blackcurrant #44034D
Tints of Blackcurrant #44034D
RGB
CMYK
RGB Variations
Color information
#44034D (or 0x44034D) is known color: Blackcurrant. HEX triplet: 44, 03 and 4D. RGB value is (68,3,77). Sum of RGB (Red+Green+Blue) = 68+3+77=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #44034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44034D is #BBFCB2. Grayscale: #1E1E1E. Windows color (decimal): -12319923 or 5047108. OLE color: 5047108.
HSL color Cylindrical-coordinate representation of color #44034D: hue angle of 292.7º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44034D is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 3 | 77 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.70 |
| HSL | 292.7º | 0.93% | 0.16% | - |
| HSV(B) | 292.7º | 0.96% | 0.3% | - |
| XYZ | 3.76 | 1.83 | 7.18 | - |
| YUV | 30.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 77 | 0.12 | 0.96 | 0 | 0.70 | 292.7 | 0.93 | 0.16 |
| Hex | 44 | 3 | 4D | C | 60 | 0 | 46 | 125 | 5C | 10 |
| Octal | 104 | 3 | 115 | 14 | 140 | 0 | 106 | 445 | 134 | 20 |
| Binary | 1000100 | 11 | 1001101 | 1100 | 1100000 | 0 | 1000110 | 100100101 | 1011100 | 10000 |
Color Harmonies of #44034D
Complementary color
Monochromatic Colors of #44034D
Black with #44034D
Text Example
Text Example
White with #44034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44034D; }
p { color: rgb(68,3,77); }
H1.HeaderClassName
{
color: #44034D;
}
.AnyTagClassName
{
color: #44034D;
}
</style>
background-color css
<style>
a { background-color: #44034D; }
a { background-color: rgb(68,3,77); }
div.DivClassName
{
background-color: #44034D;
}
.BgClassName
{
background-color: #44034D;
}
</style>
border-color css
<style>
span { border-color: #44034D; }
span { border-color: rgb(68,3,77); }
td.TdClassName
{
border-color: #44034D;
}
.TagClassName
{
border-color: #44034D;
}
</style>