Shades of Blackcurrant #291B30
Tints of Blackcurrant #291B30
RGB
CMYK
RGB Variations
Color information
#291B30 (or 0x291B30) is known color: Blackcurrant. HEX triplet: 29, 1B and 30. RGB value is (41,27,48). Sum of RGB (Red+Green+Blue) = 41+27+48=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #291B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B30 is #D6E4CF. Grayscale: #212121. Windows color (decimal): -14083280 or 3152681. OLE color: 3152681.
HSL color Cylindrical-coordinate representation of color #291B30: hue angle of 280º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #291B30 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 27 | 48 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.81 |
| HSL | 280º | 0.28% | 0.15% | - |
| HSV(B) | 280º | 0.44% | 0.19% | - |
| XYZ | 1.84 | 1.47 | 2.98 | - |
| YUV | 33.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 48 | 0.15 | 0.44 | 0 | 0.81 | 280 | 0.28 | 0.15 |
| Hex | 29 | 1B | 30 | F | 2C | 0 | 51 | 118 | 1C | F |
| Octal | 51 | 33 | 60 | 17 | 54 | 0 | 121 | 430 | 34 | 17 |
| Binary | 101001 | 11011 | 110000 | 1111 | 101100 | 0 | 1010001 | 100011000 | 11100 | 1111 |
Color Harmonies of #291B30
Complementary color
Monochromatic Colors of #291B30
Black with #291B30
Text Example
Text Example
White with #291B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B30; }
p { color: rgb(41,27,48); }
H1.HeaderClassName
{
color: #291B30;
}
.AnyTagClassName
{
color: #291B30;
}
</style>
background-color css
<style>
a { background-color: #291B30; }
a { background-color: rgb(41,27,48); }
div.DivClassName
{
background-color: #291B30;
}
.BgClassName
{
background-color: #291B30;
}
</style>
border-color css
<style>
span { border-color: #291B30; }
span { border-color: rgb(41,27,48); }
td.TdClassName
{
border-color: #291B30;
}
.TagClassName
{
border-color: #291B30;
}
</style>