Shades of Blackcurrant #291030
Tints of Blackcurrant #291030
RGB
CMYK
RGB Variations
Color information
#291030 (or 0x291030) is known color: Blackcurrant. HEX triplet: 29, 10 and 30. RGB value is (41,16,48). Sum of RGB (Red+Green+Blue) = 41+16+48=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #291030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291030 is #D6EFCF. Grayscale: #1B1B1B. Windows color (decimal): -14086096 or 3149865. OLE color: 3149865.
HSL color Cylindrical-coordinate representation of color #291030: hue angle of 286.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291030 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 16 | 48 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.81 |
| HSL | 286.88º | 0.5% | 0.13% | - |
| HSV(B) | 286.88º | 0.67% | 0.19% | - |
| XYZ | 1.63 | 1.06 | 2.91 | - |
| YUV | 27.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 48 | 0.15 | 0.67 | 0 | 0.81 | 286.88 | 0.5 | 0.13 |
| Hex | 29 | 10 | 30 | F | 43 | 0 | 51 | 11F | 32 | D |
| Octal | 51 | 20 | 60 | 17 | 103 | 0 | 121 | 437 | 62 | 15 |
| Binary | 101001 | 10000 | 110000 | 1111 | 1000011 | 0 | 1010001 | 100011111 | 110010 | 1101 |
Color Harmonies of #291030
Complementary color
Monochromatic Colors of #291030
Black with #291030
Text Example
Text Example
White with #291030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291030; }
p { color: rgb(41,16,48); }
H1.HeaderClassName
{
color: #291030;
}
.AnyTagClassName
{
color: #291030;
}
</style>
background-color css
<style>
a { background-color: #291030; }
a { background-color: rgb(41,16,48); }
div.DivClassName
{
background-color: #291030;
}
.BgClassName
{
background-color: #291030;
}
</style>
border-color css
<style>
span { border-color: #291030; }
span { border-color: rgb(41,16,48); }
td.TdClassName
{
border-color: #291030;
}
.TagClassName
{
border-color: #291030;
}
</style>