Shades of Blackcurrant #440353
Tints of Blackcurrant #440353
RGB
CMYK
RGB Variations
Color information
#440353 (or 0x440353) is known color: Blackcurrant. HEX triplet: 44, 03 and 53. RGB value is (68,3,83). Sum of RGB (Red+Green+Blue) = 68+3+83=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #440353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440353 is #BBFCAC. Grayscale: #1F1F1F. Windows color (decimal): -12319917 or 5440324. OLE color: 5440324.
HSL color Cylindrical-coordinate representation of color #440353: hue angle of 288.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440353 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 3 | 83 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.67 |
| HSL | 288.75º | 0.93% | 0.17% | - |
| HSV(B) | 288.75º | 0.96% | 0.33% | - |
| XYZ | 3.98 | 1.92 | 8.34 | - |
| YUV | 31.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 83 | 0.18 | 0.96 | 0 | 0.67 | 288.75 | 0.93 | 0.17 |
| Hex | 44 | 3 | 53 | 12 | 60 | 0 | 43 | 121 | 5D | 11 |
| Octal | 104 | 3 | 123 | 22 | 140 | 0 | 103 | 441 | 135 | 21 |
| Binary | 1000100 | 11 | 1010011 | 10010 | 1100000 | 0 | 1000011 | 100100001 | 1011101 | 10001 |
Color Harmonies of #440353
Complementary color
Monochromatic Colors of #440353
Black with #440353
Text Example
Text Example
White with #440353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440353; }
p { color: rgb(68,3,83); }
H1.HeaderClassName
{
color: #440353;
}
.AnyTagClassName
{
color: #440353;
}
</style>
background-color css
<style>
a { background-color: #440353; }
a { background-color: rgb(68,3,83); }
div.DivClassName
{
background-color: #440353;
}
.BgClassName
{
background-color: #440353;
}
</style>
border-color css
<style>
span { border-color: #440353; }
span { border-color: rgb(68,3,83); }
td.TdClassName
{
border-color: #440353;
}
.TagClassName
{
border-color: #440353;
}
</style>