Shades of Blackcurrant #430555
Tints of Blackcurrant #430555
RGB
CMYK
RGB Variations
Color information
#430555 (or 0x430555) is known color: Blackcurrant. HEX triplet: 43, 05 and 55. RGB value is (67,5,85). Sum of RGB (Red+Green+Blue) = 67+5+85=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #430555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430555 is #BCFAAA. Grayscale: #202020. Windows color (decimal): -12384939 or 5571907. OLE color: 5571907.
HSL color Cylindrical-coordinate representation of color #430555: hue angle of 286.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430555 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 5 | 85 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.67 |
| HSL | 286.5º | 0.89% | 0.18% | - |
| HSV(B) | 286.5º | 0.94% | 0.33% | - |
| XYZ | 4.01 | 1.96 | 8.76 | - |
| YUV | 32.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 85 | 0.21 | 0.94 | 0 | 0.67 | 286.5 | 0.89 | 0.18 |
| Hex | 43 | 5 | 55 | 15 | 5E | 0 | 43 | 11E | 59 | 12 |
| Octal | 103 | 5 | 125 | 25 | 136 | 0 | 103 | 436 | 131 | 22 |
| Binary | 1000011 | 101 | 1010101 | 10101 | 1011110 | 0 | 1000011 | 100011110 | 1011001 | 10010 |
Color Harmonies of #430555
Complementary color
Monochromatic Colors of #430555
Black with #430555
Text Example
Text Example
White with #430555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430555; }
p { color: rgb(67,5,85); }
H1.HeaderClassName
{
color: #430555;
}
.AnyTagClassName
{
color: #430555;
}
</style>
background-color css
<style>
a { background-color: #430555; }
a { background-color: rgb(67,5,85); }
div.DivClassName
{
background-color: #430555;
}
.BgClassName
{
background-color: #430555;
}
</style>
border-color css
<style>
span { border-color: #430555; }
span { border-color: rgb(67,5,85); }
td.TdClassName
{
border-color: #430555;
}
.TagClassName
{
border-color: #430555;
}
</style>