Shades of Blackcurrant #43004E
Tints of Blackcurrant #43004E
RGB
CMYK
RGB Variations
Color information
#43004E (or 0x43004E) is known color: Blackcurrant. HEX triplet: 43, 00 and 4E. RGB value is (67,0,78). Sum of RGB (Red+Green+Blue) = 67+0+78=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #43004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43004E is #BCFFB1. Grayscale: #1C1C1C. Windows color (decimal): -12386226 or 5111875. OLE color: 5111875.
HSL color Cylindrical-coordinate representation of color #43004E: hue angle of 291.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43004E is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 0 | 78 | - |
| CMYK | 0.14 | 1 | 0 | 0.69 |
| HSL | 291.54º | 1% | 0.15% | - |
| HSV(B) | 291.54º | 1% | 0.31% | - |
| XYZ | 3.69 | 1.74 | 7.35 | - |
| YUV | 28.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 78 | 0.14 | 1 | 0 | 0.69 | 291.54 | 1 | 0.15 |
| Hex | 43 | 0 | 4E | E | 64 | 0 | 45 | 124 | 64 | F |
| Octal | 103 | 0 | 116 | 16 | 144 | 0 | 105 | 444 | 144 | 17 |
| Binary | 1000011 | 0 | 1001110 | 1110 | 1100100 | 0 | 1000101 | 100100100 | 1100100 | 1111 |
Color Harmonies of #43004E
Complementary color
Monochromatic Colors of #43004E
Black with #43004E
Text Example
Text Example
White with #43004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43004E; }
p { color: rgb(67,0,78); }
H1.HeaderClassName
{
color: #43004E;
}
.AnyTagClassName
{
color: #43004E;
}
</style>
background-color css
<style>
a { background-color: #43004E; }
a { background-color: rgb(67,0,78); }
div.DivClassName
{
background-color: #43004E;
}
.BgClassName
{
background-color: #43004E;
}
</style>
border-color css
<style>
span { border-color: #43004E; }
span { border-color: rgb(67,0,78); }
td.TdClassName
{
border-color: #43004E;
}
.TagClassName
{
border-color: #43004E;
}
</style>