Shades of Blackcurrant #430951
Tints of Blackcurrant #430951
RGB
CMYK
RGB Variations
Color information
#430951 (or 0x430951) is known color: Blackcurrant. HEX triplet: 43, 09 and 51. RGB value is (67,9,81). Sum of RGB (Red+Green+Blue) = 67+9+81=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #430951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430951 is #BCF6AE. Grayscale: #222222. Windows color (decimal): -12383919 or 5310787. OLE color: 5310787.
HSL color Cylindrical-coordinate representation of color #430951: hue angle of 288.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430951 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 9 | 81 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.68 |
| HSL | 288.33º | 0.8% | 0.18% | - |
| HSV(B) | 288.33º | 0.89% | 0.32% | - |
| XYZ | 3.9 | 1.98 | 7.96 | - |
| YUV | 34.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 81 | 0.17 | 0.89 | 0 | 0.68 | 288.33 | 0.8 | 0.18 |
| Hex | 43 | 9 | 51 | 11 | 59 | 0 | 44 | 120 | 50 | 12 |
| Octal | 103 | 11 | 121 | 21 | 131 | 0 | 104 | 440 | 120 | 22 |
| Binary | 1000011 | 1001 | 1010001 | 10001 | 1011001 | 0 | 1000100 | 100100000 | 1010000 | 10010 |
Color Harmonies of #430951
Complementary color
Monochromatic Colors of #430951
Black with #430951
Text Example
Text Example
White with #430951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430951; }
p { color: rgb(67,9,81); }
H1.HeaderClassName
{
color: #430951;
}
.AnyTagClassName
{
color: #430951;
}
</style>
background-color css
<style>
a { background-color: #430951; }
a { background-color: rgb(67,9,81); }
div.DivClassName
{
background-color: #430951;
}
.BgClassName
{
background-color: #430951;
}
</style>
border-color css
<style>
span { border-color: #430951; }
span { border-color: rgb(67,9,81); }
td.TdClassName
{
border-color: #430951;
}
.TagClassName
{
border-color: #430951;
}
</style>