Shades of Blackcurrant #290043
Tints of Blackcurrant #290043
RGB
CMYK
RGB Variations
Color information
#290043 (or 0x290043) is known color: Blackcurrant. HEX triplet: 29, 00 and 43. RGB value is (41,0,67). Sum of RGB (Red+Green+Blue) = 41+0+67=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #290043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290043 is #D6FFBC. Grayscale: #131313. Windows color (decimal): -14090173 or 4390953. OLE color: 4390953.
HSL color Cylindrical-coordinate representation of color #290043: hue angle of 276.72º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290043 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 0 | 67 | - |
| CMYK | 0.39 | 1 | 0 | 0.74 |
| HSL | 276.72º | 1% | 0.13% | - |
| HSV(B) | 276.72º | 1% | 0.26% | - |
| XYZ | 1.93 | 0.88 | 5.38 | - |
| YUV | 19.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 67 | 0.39 | 1 | 0 | 0.74 | 276.72 | 1 | 0.13 |
| Hex | 29 | 0 | 43 | 27 | 64 | 0 | 4A | 115 | 64 | D |
| Octal | 51 | 0 | 103 | 47 | 144 | 0 | 112 | 425 | 144 | 15 |
| Binary | 101001 | 0 | 1000011 | 100111 | 1100100 | 0 | 1001010 | 100010101 | 1100100 | 1101 |
Color Harmonies of #290043
Complementary color
Monochromatic Colors of #290043
Black with #290043
Text Example
Text Example
White with #290043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290043; }
p { color: rgb(41,0,67); }
H1.HeaderClassName
{
color: #290043;
}
.AnyTagClassName
{
color: #290043;
}
</style>
background-color css
<style>
a { background-color: #290043; }
a { background-color: rgb(41,0,67); }
div.DivClassName
{
background-color: #290043;
}
.BgClassName
{
background-color: #290043;
}
</style>
border-color css
<style>
span { border-color: #290043; }
span { border-color: rgb(41,0,67); }
td.TdClassName
{
border-color: #290043;
}
.TagClassName
{
border-color: #290043;
}
</style>