Shades of Blackcurrant #29183A
Tints of Blackcurrant #29183A
RGB
CMYK
RGB Variations
Color information
#29183A (or 0x29183A) is known color: Blackcurrant. HEX triplet: 29, 18 and 3A. RGB value is (41,24,58). Sum of RGB (Red+Green+Blue) = 41+24+58=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #29183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29183A is #D6E7C5. Grayscale: #202020. Windows color (decimal): -14084038 or 3807273. OLE color: 3807273.
HSL color Cylindrical-coordinate representation of color #29183A: hue angle of 270º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29183A is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 24 | 58 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.77 |
| HSL | 270º | 0.41% | 0.16% | - |
| HSV(B) | 270º | 0.59% | 0.23% | - |
| XYZ | 2 | 1.43 | 4.17 | - |
| YUV | 32.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 58 | 0.29 | 0.59 | 0 | 0.77 | 270 | 0.41 | 0.16 |
| Hex | 29 | 18 | 3A | 1D | 3B | 0 | 4D | 10E | 29 | 10 |
| Octal | 51 | 30 | 72 | 35 | 73 | 0 | 115 | 416 | 51 | 20 |
| Binary | 101001 | 11000 | 111010 | 11101 | 111011 | 0 | 1001101 | 100001110 | 101001 | 10000 |
Color Harmonies of #29183A
Complementary color
Monochromatic Colors of #29183A
Black with #29183A
Text Example
Text Example
White with #29183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29183A; }
p { color: rgb(41,24,58); }
H1.HeaderClassName
{
color: #29183A;
}
.AnyTagClassName
{
color: #29183A;
}
</style>
background-color css
<style>
a { background-color: #29183A; }
a { background-color: rgb(41,24,58); }
div.DivClassName
{
background-color: #29183A;
}
.BgClassName
{
background-color: #29183A;
}
</style>
border-color css
<style>
span { border-color: #29183A; }
span { border-color: rgb(41,24,58); }
td.TdClassName
{
border-color: #29183A;
}
.TagClassName
{
border-color: #29183A;
}
</style>