Shades of Blackcurrant #440154
Tints of Blackcurrant #440154
RGB
CMYK
RGB Variations
Color information
#440154 (or 0x440154) is known color: Blackcurrant. HEX triplet: 44, 01 and 54. RGB value is (68,1,84). Sum of RGB (Red+Green+Blue) = 68+1+84=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #440154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440154 is #BBFEAB. Grayscale: #1E1E1E. Windows color (decimal): -12320428 or 5505348. OLE color: 5505348.
HSL color Cylindrical-coordinate representation of color #440154: hue angle of 288.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440154 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 1 | 84 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.67 |
| HSL | 288.43º | 0.98% | 0.17% | - |
| HSV(B) | 288.43º | 0.99% | 0.33% | - |
| XYZ | 3.99 | 1.89 | 8.54 | - |
| YUV | 30.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 84 | 0.19 | 0.99 | 0 | 0.67 | 288.43 | 0.98 | 0.17 |
| Hex | 44 | 1 | 54 | 13 | 63 | 0 | 43 | 120 | 62 | 11 |
| Octal | 104 | 1 | 124 | 23 | 143 | 0 | 103 | 440 | 142 | 21 |
| Binary | 1000100 | 1 | 1010100 | 10011 | 1100011 | 0 | 1000011 | 100100000 | 1100010 | 10001 |
Color Harmonies of #440154
Complementary color
Monochromatic Colors of #440154
Black with #440154
Text Example
Text Example
White with #440154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440154; }
p { color: rgb(68,1,84); }
H1.HeaderClassName
{
color: #440154;
}
.AnyTagClassName
{
color: #440154;
}
</style>
background-color css
<style>
a { background-color: #440154; }
a { background-color: rgb(68,1,84); }
div.DivClassName
{
background-color: #440154;
}
.BgClassName
{
background-color: #440154;
}
</style>
border-color css
<style>
span { border-color: #440154; }
span { border-color: rgb(68,1,84); }
td.TdClassName
{
border-color: #440154;
}
.TagClassName
{
border-color: #440154;
}
</style>