Shades of Blackcurrant #291443
Tints of Blackcurrant #291443
RGB
CMYK
RGB Variations
Color information
#291443 (or 0x291443) is known color: Blackcurrant. HEX triplet: 29, 14 and 43. RGB value is (41,20,67). Sum of RGB (Red+Green+Blue) = 41+20+67=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #291443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291443 is #D6EBBC. Grayscale: #1F1F1F. Windows color (decimal): -14085053 or 4396073. OLE color: 4396073.
HSL color Cylindrical-coordinate representation of color #291443: hue angle of 266.81º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #291443 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 20 | 67 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.74 |
| HSL | 266.81º | 0.54% | 0.17% | - |
| HSV(B) | 266.81º | 0.7% | 0.26% | - |
| XYZ | 2.18 | 1.38 | 5.46 | - |
| YUV | 31.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 67 | 0.39 | 0.70 | 0 | 0.74 | 266.81 | 0.54 | 0.17 |
| Hex | 29 | 14 | 43 | 27 | 46 | 0 | 4A | 10B | 36 | 11 |
| Octal | 51 | 24 | 103 | 47 | 106 | 0 | 112 | 413 | 66 | 21 |
| Binary | 101001 | 10100 | 1000011 | 100111 | 1000110 | 0 | 1001010 | 100001011 | 110110 | 10001 |
Color Harmonies of #291443
Complementary color
Monochromatic Colors of #291443
Black with #291443
Text Example
Text Example
White with #291443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291443; }
p { color: rgb(41,20,67); }
H1.HeaderClassName
{
color: #291443;
}
.AnyTagClassName
{
color: #291443;
}
</style>
background-color css
<style>
a { background-color: #291443; }
a { background-color: rgb(41,20,67); }
div.DivClassName
{
background-color: #291443;
}
.BgClassName
{
background-color: #291443;
}
</style>
border-color css
<style>
span { border-color: #291443; }
span { border-color: rgb(41,20,67); }
td.TdClassName
{
border-color: #291443;
}
.TagClassName
{
border-color: #291443;
}
</style>