Shades of Blackcurrant #43034E
Tints of Blackcurrant #43034E
RGB
CMYK
RGB Variations
Color information
#43034E (or 0x43034E) is known color: Blackcurrant. HEX triplet: 43, 03 and 4E. RGB value is (67,3,78). Sum of RGB (Red+Green+Blue) = 67+3+78=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #43034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43034E is #BCFCB1. Grayscale: #1E1E1E. Windows color (decimal): -12385458 or 5112643. OLE color: 5112643.
HSL color Cylindrical-coordinate representation of color #43034E: hue angle of 291.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43034E is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 3 | 78 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.69 |
| HSL | 291.2º | 0.93% | 0.16% | - |
| HSV(B) | 291.2º | 0.96% | 0.31% | - |
| XYZ | 3.72 | 1.81 | 7.36 | - |
| YUV | 30.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 78 | 0.14 | 0.96 | 0 | 0.69 | 291.2 | 0.93 | 0.16 |
| Hex | 43 | 3 | 4E | E | 60 | 0 | 45 | 123 | 5D | 10 |
| Octal | 103 | 3 | 116 | 16 | 140 | 0 | 105 | 443 | 135 | 20 |
| Binary | 1000011 | 11 | 1001110 | 1110 | 1100000 | 0 | 1000101 | 100100011 | 1011101 | 10000 |
Color Harmonies of #43034E
Complementary color
Monochromatic Colors of #43034E
Black with #43034E
Text Example
Text Example
White with #43034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43034E; }
p { color: rgb(67,3,78); }
H1.HeaderClassName
{
color: #43034E;
}
.AnyTagClassName
{
color: #43034E;
}
</style>
background-color css
<style>
a { background-color: #43034E; }
a { background-color: rgb(67,3,78); }
div.DivClassName
{
background-color: #43034E;
}
.BgClassName
{
background-color: #43034E;
}
</style>
border-color css
<style>
span { border-color: #43034E; }
span { border-color: rgb(67,3,78); }
td.TdClassName
{
border-color: #43034E;
}
.TagClassName
{
border-color: #43034E;
}
</style>