Shades of Blackcurrant #430551
Tints of Blackcurrant #430551
RGB
CMYK
RGB Variations
Color information
#430551 (or 0x430551) is known color: Blackcurrant. HEX triplet: 43, 05 and 51. RGB value is (67,5,81). Sum of RGB (Red+Green+Blue) = 67+5+81=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #430551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430551 is #BCFAAE. Grayscale: #1F1F1F. Windows color (decimal): -12384943 or 5309763. OLE color: 5309763.
HSL color Cylindrical-coordinate representation of color #430551: hue angle of 288.95º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430551 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 5 | 81 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.68 |
| HSL | 288.95º | 0.88% | 0.17% | - |
| HSV(B) | 288.95º | 0.94% | 0.32% | - |
| XYZ | 3.85 | 1.9 | 7.95 | - |
| YUV | 32.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 81 | 0.17 | 0.94 | 0 | 0.68 | 288.95 | 0.88 | 0.17 |
| Hex | 43 | 5 | 51 | 11 | 5E | 0 | 44 | 121 | 58 | 11 |
| Octal | 103 | 5 | 121 | 21 | 136 | 0 | 104 | 441 | 130 | 21 |
| Binary | 1000011 | 101 | 1010001 | 10001 | 1011110 | 0 | 1000100 | 100100001 | 1011000 | 10001 |
Color Harmonies of #430551
Complementary color
Monochromatic Colors of #430551
Black with #430551
Text Example
Text Example
White with #430551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430551; }
p { color: rgb(67,5,81); }
H1.HeaderClassName
{
color: #430551;
}
.AnyTagClassName
{
color: #430551;
}
</style>
background-color css
<style>
a { background-color: #430551; }
a { background-color: rgb(67,5,81); }
div.DivClassName
{
background-color: #430551;
}
.BgClassName
{
background-color: #430551;
}
</style>
border-color css
<style>
span { border-color: #430551; }
span { border-color: rgb(67,5,81); }
td.TdClassName
{
border-color: #430551;
}
.TagClassName
{
border-color: #430551;
}
</style>