Shades of Blackcurrant #43054A
Tints of Blackcurrant #43054A
RGB
CMYK
RGB Variations
Color information
#43054A (or 0x43054A) is known color: Blackcurrant. HEX triplet: 43, 05 and 4A. RGB value is (67,5,74). Sum of RGB (Red+Green+Blue) = 67+5+74=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #43054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43054A is #BCFAB5. Grayscale: #1F1F1F. Windows color (decimal): -12384950 or 4851011. OLE color: 4851011.
HSL color Cylindrical-coordinate representation of color #43054A: hue angle of 293.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43054A is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 5 | 74 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.71 |
| HSL | 293.91º | 0.87% | 0.15% | - |
| HSV(B) | 293.91º | 0.93% | 0.29% | - |
| XYZ | 3.61 | 1.8 | 6.64 | - |
| YUV | 31.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 74 | 0.09 | 0.93 | 0 | 0.71 | 293.91 | 0.87 | 0.15 |
| Hex | 43 | 5 | 4A | 9 | 5D | 0 | 47 | 126 | 57 | F |
| Octal | 103 | 5 | 112 | 11 | 135 | 0 | 107 | 446 | 127 | 17 |
| Binary | 1000011 | 101 | 1001010 | 1001 | 1011101 | 0 | 1000111 | 100100110 | 1010111 | 1111 |
Color Harmonies of #43054A
Complementary color
Monochromatic Colors of #43054A
Black with #43054A
Text Example
Text Example
White with #43054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43054A; }
p { color: rgb(67,5,74); }
H1.HeaderClassName
{
color: #43054A;
}
.AnyTagClassName
{
color: #43054A;
}
</style>
background-color css
<style>
a { background-color: #43054A; }
a { background-color: rgb(67,5,74); }
div.DivClassName
{
background-color: #43054A;
}
.BgClassName
{
background-color: #43054A;
}
</style>
border-color css
<style>
span { border-color: #43054A; }
span { border-color: rgb(67,5,74); }
td.TdClassName
{
border-color: #43054A;
}
.TagClassName
{
border-color: #43054A;
}
</style>