Shades of Blackcurrant #440053
Tints of Blackcurrant #440053
RGB
CMYK
RGB Variations
Color information
#440053 (or 0x440053) is known color: Blackcurrant. HEX triplet: 44, 00 and 53. RGB value is (68,0,83). Sum of RGB (Red+Green+Blue) = 68+0+83=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #440053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440053 is #BBFFAC. Grayscale: #1D1D1D. Windows color (decimal): -12320685 or 5439556. OLE color: 5439556.
HSL color Cylindrical-coordinate representation of color #440053: hue angle of 289.16º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440053 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 0 | 83 | - |
| CMYK | 0.18 | 1 | 0 | 0.67 |
| HSL | 289.16º | 1% | 0.16% | - |
| HSV(B) | 289.16º | 1% | 0.33% | - |
| XYZ | 3.95 | 1.85 | 8.33 | - |
| YUV | 29.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 83 | 0.18 | 1 | 0 | 0.67 | 289.16 | 1 | 0.16 |
| Hex | 44 | 0 | 53 | 12 | 64 | 0 | 43 | 121 | 64 | 10 |
| Octal | 104 | 0 | 123 | 22 | 144 | 0 | 103 | 441 | 144 | 20 |
| Binary | 1000100 | 0 | 1010011 | 10010 | 1100100 | 0 | 1000011 | 100100001 | 1100100 | 10000 |
Color Harmonies of #440053
Complementary color
Monochromatic Colors of #440053
Black with #440053
Text Example
Text Example
White with #440053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440053; }
p { color: rgb(68,0,83); }
H1.HeaderClassName
{
color: #440053;
}
.AnyTagClassName
{
color: #440053;
}
</style>
background-color css
<style>
a { background-color: #440053; }
a { background-color: rgb(68,0,83); }
div.DivClassName
{
background-color: #440053;
}
.BgClassName
{
background-color: #440053;
}
</style>
border-color css
<style>
span { border-color: #440053; }
span { border-color: rgb(68,0,83); }
td.TdClassName
{
border-color: #440053;
}
.TagClassName
{
border-color: #440053;
}
</style>