Shades of Blackcurrant #440552
Tints of Blackcurrant #440552
RGB
CMYK
RGB Variations
Color information
#440552 (or 0x440552) is known color: Blackcurrant. HEX triplet: 44, 05 and 52. RGB value is (68,5,82). Sum of RGB (Red+Green+Blue) = 68+5+82=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #440552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440552 is #BBFAAD. Grayscale: #202020. Windows color (decimal): -12319406 or 5375300. OLE color: 5375300.
HSL color Cylindrical-coordinate representation of color #440552: hue angle of 289.09º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440552 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 5 | 82 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.68 |
| HSL | 289.09º | 0.89% | 0.17% | - |
| HSV(B) | 289.09º | 0.94% | 0.32% | - |
| XYZ | 3.96 | 1.95 | 8.15 | - |
| YUV | 32.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 82 | 0.17 | 0.94 | 0 | 0.68 | 289.09 | 0.89 | 0.17 |
| Hex | 44 | 5 | 52 | 11 | 5E | 0 | 44 | 121 | 59 | 11 |
| Octal | 104 | 5 | 122 | 21 | 136 | 0 | 104 | 441 | 131 | 21 |
| Binary | 1000100 | 101 | 1010010 | 10001 | 1011110 | 0 | 1000100 | 100100001 | 1011001 | 10001 |
Color Harmonies of #440552
Complementary color
Monochromatic Colors of #440552
Black with #440552
Text Example
Text Example
White with #440552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440552; }
p { color: rgb(68,5,82); }
H1.HeaderClassName
{
color: #440552;
}
.AnyTagClassName
{
color: #440552;
}
</style>
background-color css
<style>
a { background-color: #440552; }
a { background-color: rgb(68,5,82); }
div.DivClassName
{
background-color: #440552;
}
.BgClassName
{
background-color: #440552;
}
</style>
border-color css
<style>
span { border-color: #440552; }
span { border-color: rgb(68,5,82); }
td.TdClassName
{
border-color: #440552;
}
.TagClassName
{
border-color: #440552;
}
</style>