Shades of Blackcurrant #430552
Tints of Blackcurrant #430552
RGB
CMYK
RGB Variations
Color information
#430552 (or 0x430552) is known color: Blackcurrant. HEX triplet: 43, 05 and 52. RGB value is (67,5,82). Sum of RGB (Red+Green+Blue) = 67+5+82=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #430552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430552 is #BCFAAD. Grayscale: #202020. Windows color (decimal): -12384942 or 5375299. OLE color: 5375299.
HSL color Cylindrical-coordinate representation of color #430552: hue angle of 288.31º degrees, saturation: 0.89, 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 #430552 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 5 | 82 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.68 |
| HSL | 288.31º | 0.89% | 0.17% | - |
| HSV(B) | 288.31º | 0.94% | 0.32% | - |
| XYZ | 3.89 | 1.91 | 8.15 | - |
| YUV | 32.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 82 | 0.18 | 0.94 | 0 | 0.68 | 288.31 | 0.89 | 0.17 |
| Hex | 43 | 5 | 52 | 12 | 5E | 0 | 44 | 120 | 59 | 11 |
| Octal | 103 | 5 | 122 | 22 | 136 | 0 | 104 | 440 | 131 | 21 |
| Binary | 1000011 | 101 | 1010010 | 10010 | 1011110 | 0 | 1000100 | 100100000 | 1011001 | 10001 |
Color Harmonies of #430552
Complementary color
Monochromatic Colors of #430552
Black with #430552
Text Example
Text Example
White with #430552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430552; }
p { color: rgb(67,5,82); }
H1.HeaderClassName
{
color: #430552;
}
.AnyTagClassName
{
color: #430552;
}
</style>
background-color css
<style>
a { background-color: #430552; }
a { background-color: rgb(67,5,82); }
div.DivClassName
{
background-color: #430552;
}
.BgClassName
{
background-color: #430552;
}
</style>
border-color css
<style>
span { border-color: #430552; }
span { border-color: rgb(67,5,82); }
td.TdClassName
{
border-color: #430552;
}
.TagClassName
{
border-color: #430552;
}
</style>