Shades of Blackcurrant #440052
Tints of Blackcurrant #440052
RGB
CMYK
RGB Variations
Color information
#440052 (or 0x440052) is known color: Blackcurrant. HEX triplet: 44, 00 and 52. RGB value is (68,0,82). Sum of RGB (Red+Green+Blue) = 68+0+82=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #440052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440052 is #BBFFAD. Grayscale: #1D1D1D. Windows color (decimal): -12320686 or 5374020. OLE color: 5374020.
HSL color Cylindrical-coordinate representation of color #440052: hue angle of 289.76º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440052 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 0 | 82 | - |
| CMYK | 0.17 | 1 | 0 | 0.68 |
| HSL | 289.76º | 1% | 0.16% | - |
| HSV(B) | 289.76º | 1% | 0.32% | - |
| XYZ | 3.91 | 1.84 | 8.13 | - |
| YUV | 29.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 82 | 0.17 | 1 | 0 | 0.68 | 289.76 | 1 | 0.16 |
| Hex | 44 | 0 | 52 | 11 | 64 | 0 | 44 | 122 | 64 | 10 |
| Octal | 104 | 0 | 122 | 21 | 144 | 0 | 104 | 442 | 144 | 20 |
| Binary | 1000100 | 0 | 1010010 | 10001 | 1100100 | 0 | 1000100 | 100100010 | 1100100 | 10000 |
Color Harmonies of #440052
Complementary color
Monochromatic Colors of #440052
Black with #440052
Text Example
Text Example
White with #440052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440052; }
p { color: rgb(68,0,82); }
H1.HeaderClassName
{
color: #440052;
}
.AnyTagClassName
{
color: #440052;
}
</style>
background-color css
<style>
a { background-color: #440052; }
a { background-color: rgb(68,0,82); }
div.DivClassName
{
background-color: #440052;
}
.BgClassName
{
background-color: #440052;
}
</style>
border-color css
<style>
span { border-color: #440052; }
span { border-color: rgb(68,0,82); }
td.TdClassName
{
border-color: #440052;
}
.TagClassName
{
border-color: #440052;
}
</style>