Shades of Blackcurrant #430854
Tints of Blackcurrant #430854
RGB
CMYK
RGB Variations
Color information
#430854 (or 0x430854) is known color: Blackcurrant. HEX triplet: 43, 08 and 54. RGB value is (67,8,84). Sum of RGB (Red+Green+Blue) = 67+8+84=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #430854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430854 is #BCF7AB. Grayscale: #222222. Windows color (decimal): -12384172 or 5507139. OLE color: 5507139.
HSL color Cylindrical-coordinate representation of color #430854: hue angle of 286.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430854 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 8 | 84 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.67 |
| HSL | 286.58º | 0.83% | 0.18% | - |
| HSV(B) | 286.58º | 0.9% | 0.33% | - |
| XYZ | 4 | 2.01 | 8.56 | - |
| YUV | 34.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 84 | 0.20 | 0.90 | 0 | 0.67 | 286.58 | 0.83 | 0.18 |
| Hex | 43 | 8 | 54 | 14 | 5A | 0 | 43 | 11F | 53 | 12 |
| Octal | 103 | 10 | 124 | 24 | 132 | 0 | 103 | 437 | 123 | 22 |
| Binary | 1000011 | 1000 | 1010100 | 10100 | 1011010 | 0 | 1000011 | 100011111 | 1010011 | 10010 |
Color Harmonies of #430854
Complementary color
Monochromatic Colors of #430854
Black with #430854
Text Example
Text Example
White with #430854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430854; }
p { color: rgb(67,8,84); }
H1.HeaderClassName
{
color: #430854;
}
.AnyTagClassName
{
color: #430854;
}
</style>
background-color css
<style>
a { background-color: #430854; }
a { background-color: rgb(67,8,84); }
div.DivClassName
{
background-color: #430854;
}
.BgClassName
{
background-color: #430854;
}
</style>
border-color css
<style>
span { border-color: #430854; }
span { border-color: rgb(67,8,84); }
td.TdClassName
{
border-color: #430854;
}
.TagClassName
{
border-color: #430854;
}
</style>