Shades of Blackcurrant #440156
Tints of Blackcurrant #440156
RGB
CMYK
RGB Variations
Color information
#440156 (or 0x440156) is known color: Blackcurrant. HEX triplet: 44, 01 and 56. RGB value is (68,1,86). Sum of RGB (Red+Green+Blue) = 68+1+86=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #440156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440156 is #BBFEA9. Grayscale: #1E1E1E. Windows color (decimal): -12320426 or 5636420. OLE color: 5636420.
HSL color Cylindrical-coordinate representation of color #440156: hue angle of 287.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440156 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 1 | 86 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.66 |
| HSL | 287.29º | 0.98% | 0.17% | - |
| HSV(B) | 287.29º | 0.99% | 0.34% | - |
| XYZ | 4.07 | 1.92 | 8.96 | - |
| YUV | 30.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 86 | 0.21 | 0.99 | 0 | 0.66 | 287.29 | 0.98 | 0.17 |
| Hex | 44 | 1 | 56 | 15 | 63 | 0 | 42 | 11F | 62 | 11 |
| Octal | 104 | 1 | 126 | 25 | 143 | 0 | 102 | 437 | 142 | 21 |
| Binary | 1000100 | 1 | 1010110 | 10101 | 1100011 | 0 | 1000010 | 100011111 | 1100010 | 10001 |
Color Harmonies of #440156
Complementary color
Monochromatic Colors of #440156
Black with #440156
Text Example
Text Example
White with #440156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440156; }
p { color: rgb(68,1,86); }
H1.HeaderClassName
{
color: #440156;
}
.AnyTagClassName
{
color: #440156;
}
</style>
background-color css
<style>
a { background-color: #440156; }
a { background-color: rgb(68,1,86); }
div.DivClassName
{
background-color: #440156;
}
.BgClassName
{
background-color: #440156;
}
</style>
border-color css
<style>
span { border-color: #440156; }
span { border-color: rgb(68,1,86); }
td.TdClassName
{
border-color: #440156;
}
.TagClassName
{
border-color: #440156;
}
</style>