Shades of Blackcurrant #291930
Tints of Blackcurrant #291930
RGB
CMYK
RGB Variations
Color information
#291930 (or 0x291930) is known color: Blackcurrant. HEX triplet: 29, 19 and 30. RGB value is (41,25,48). Sum of RGB (Red+Green+Blue) = 41+25+48=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #291930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291930 is #D6E6CF. Grayscale: #202020. Windows color (decimal): -14083792 or 3152169. OLE color: 3152169.
HSL color Cylindrical-coordinate representation of color #291930: hue angle of 281.74º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #291930 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 25 | 48 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.81 |
| HSL | 281.74º | 0.32% | 0.14% | - |
| HSV(B) | 281.74º | 0.48% | 0.19% | - |
| XYZ | 1.8 | 1.38 | 2.97 | - |
| YUV | 32.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 48 | 0.15 | 0.48 | 0 | 0.81 | 281.74 | 0.32 | 0.14 |
| Hex | 29 | 19 | 30 | F | 30 | 0 | 51 | 11A | 20 | E |
| Octal | 51 | 31 | 60 | 17 | 60 | 0 | 121 | 432 | 40 | 16 |
| Binary | 101001 | 11001 | 110000 | 1111 | 110000 | 0 | 1010001 | 100011010 | 100000 | 1110 |
Color Harmonies of #291930
Complementary color
Monochromatic Colors of #291930
Black with #291930
Text Example
Text Example
White with #291930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291930; }
p { color: rgb(41,25,48); }
H1.HeaderClassName
{
color: #291930;
}
.AnyTagClassName
{
color: #291930;
}
</style>
background-color css
<style>
a { background-color: #291930; }
a { background-color: rgb(41,25,48); }
div.DivClassName
{
background-color: #291930;
}
.BgClassName
{
background-color: #291930;
}
</style>
border-color css
<style>
span { border-color: #291930; }
span { border-color: rgb(41,25,48); }
td.TdClassName
{
border-color: #291930;
}
.TagClassName
{
border-color: #291930;
}
</style>