Shades of Blackcurrant #430550
Tints of Blackcurrant #430550
RGB
CMYK
RGB Variations
Color information
#430550 (or 0x430550) is known color: Blackcurrant. HEX triplet: 43, 05 and 50. RGB value is (67,5,80). Sum of RGB (Red+Green+Blue) = 67+5+80=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #430550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430550 is #BCFAAF. Grayscale: #1F1F1F. Windows color (decimal): -12384944 or 5244227. OLE color: 5244227.
HSL color Cylindrical-coordinate representation of color #430550: hue angle of 289.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430550 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 5 | 80 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.69 |
| HSL | 289.6º | 0.88% | 0.17% | - |
| HSV(B) | 289.6º | 0.94% | 0.31% | - |
| XYZ | 3.82 | 1.88 | 7.75 | - |
| YUV | 32.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 80 | 0.16 | 0.94 | 0 | 0.69 | 289.6 | 0.88 | 0.17 |
| Hex | 43 | 5 | 50 | 10 | 5E | 0 | 45 | 122 | 58 | 11 |
| Octal | 103 | 5 | 120 | 20 | 136 | 0 | 105 | 442 | 130 | 21 |
| Binary | 1000011 | 101 | 1010000 | 10000 | 1011110 | 0 | 1000101 | 100100010 | 1011000 | 10001 |
Color Harmonies of #430550
Complementary color
Monochromatic Colors of #430550
Black with #430550
Text Example
Text Example
White with #430550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430550; }
p { color: rgb(67,5,80); }
H1.HeaderClassName
{
color: #430550;
}
.AnyTagClassName
{
color: #430550;
}
</style>
background-color css
<style>
a { background-color: #430550; }
a { background-color: rgb(67,5,80); }
div.DivClassName
{
background-color: #430550;
}
.BgClassName
{
background-color: #430550;
}
</style>
border-color css
<style>
span { border-color: #430550; }
span { border-color: rgb(67,5,80); }
td.TdClassName
{
border-color: #430550;
}
.TagClassName
{
border-color: #430550;
}
</style>