Shades of Blackcurrant #291C33
Tints of Blackcurrant #291C33
RGB
CMYK
RGB Variations
Color information
#291C33 (or 0x291C33) is known color: Blackcurrant. HEX triplet: 29, 1C and 33. RGB value is (41,28,51). Sum of RGB (Red+Green+Blue) = 41+28+51=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #291C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C33 is #D6E3CC. Grayscale: #222222. Windows color (decimal): -14083021 or 3349545. OLE color: 3349545.
HSL color Cylindrical-coordinate representation of color #291C33: hue angle of 273.91º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #291C33 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 28 | 51 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.8 |
| HSL | 273.91º | 0.29% | 0.15% | - |
| HSV(B) | 273.91º | 0.45% | 0.2% | - |
| XYZ | 1.93 | 1.54 | 3.33 | - |
| YUV | 34.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 51 | 0.20 | 0.45 | 0 | 0.8 | 273.91 | 0.29 | 0.15 |
| Hex | 29 | 1C | 33 | 14 | 2D | 0 | 50 | 112 | 1D | F |
| Octal | 51 | 34 | 63 | 24 | 55 | 0 | 120 | 422 | 35 | 17 |
| Binary | 101001 | 11100 | 110011 | 10100 | 101101 | 0 | 1010000 | 100010010 | 11101 | 1111 |
Color Harmonies of #291C33
Complementary color
Monochromatic Colors of #291C33
Black with #291C33
Text Example
Text Example
White with #291C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C33; }
p { color: rgb(41,28,51); }
H1.HeaderClassName
{
color: #291C33;
}
.AnyTagClassName
{
color: #291C33;
}
</style>
background-color css
<style>
a { background-color: #291C33; }
a { background-color: rgb(41,28,51); }
div.DivClassName
{
background-color: #291C33;
}
.BgClassName
{
background-color: #291C33;
}
</style>
border-color css
<style>
span { border-color: #291C33; }
span { border-color: rgb(41,28,51); }
td.TdClassName
{
border-color: #291C33;
}
.TagClassName
{
border-color: #291C33;
}
</style>