Shades of Blackcurrant #44054C
Tints of Blackcurrant #44054C
RGB
CMYK
RGB Variations
Color information
#44054C (or 0x44054C) is known color: Blackcurrant. HEX triplet: 44, 05 and 4C. RGB value is (68,5,76). Sum of RGB (Red+Green+Blue) = 68+5+76=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #44054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44054C is #BBFAB3. Grayscale: #1F1F1F. Windows color (decimal): -12319412 or 4982084. OLE color: 4982084.
HSL color Cylindrical-coordinate representation of color #44054C: hue angle of 293.24º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44054C is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 5 | 76 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.70 |
| HSL | 293.24º | 0.88% | 0.16% | - |
| HSV(B) | 293.24º | 0.93% | 0.3% | - |
| XYZ | 3.74 | 1.86 | 7 | - |
| YUV | 31.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 76 | 0.11 | 0.93 | 0 | 0.70 | 293.24 | 0.88 | 0.16 |
| Hex | 44 | 5 | 4C | B | 5D | 0 | 46 | 125 | 58 | 10 |
| Octal | 104 | 5 | 114 | 13 | 135 | 0 | 106 | 445 | 130 | 20 |
| Binary | 1000100 | 101 | 1001100 | 1011 | 1011101 | 0 | 1000110 | 100100101 | 1011000 | 10000 |
Color Harmonies of #44054C
Complementary color
Monochromatic Colors of #44054C
Black with #44054C
Text Example
Text Example
White with #44054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44054C; }
p { color: rgb(68,5,76); }
H1.HeaderClassName
{
color: #44054C;
}
.AnyTagClassName
{
color: #44054C;
}
</style>
background-color css
<style>
a { background-color: #44054C; }
a { background-color: rgb(68,5,76); }
div.DivClassName
{
background-color: #44054C;
}
.BgClassName
{
background-color: #44054C;
}
</style>
border-color css
<style>
span { border-color: #44054C; }
span { border-color: rgb(68,5,76); }
td.TdClassName
{
border-color: #44054C;
}
.TagClassName
{
border-color: #44054C;
}
</style>