Shades of Blackcurrant #291F33
Tints of Blackcurrant #291F33
RGB
CMYK
RGB Variations
Color information
#291F33 (or 0x291F33) is known color: Blackcurrant. HEX triplet: 29, 1F and 33. RGB value is (41,31,51). Sum of RGB (Red+Green+Blue) = 41+31+51=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #291F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F33 is #D6E0CC. Grayscale: #242424. Windows color (decimal): -14082253 or 3350313. OLE color: 3350313.
HSL color Cylindrical-coordinate representation of color #291F33: hue angle of 270º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #291F33 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 31 | 51 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.8 |
| HSL | 270º | 0.24% | 0.16% | - |
| HSV(B) | 270º | 0.39% | 0.2% | - |
| XYZ | 2 | 1.69 | 3.35 | - |
| YUV | 36.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 51 | 0.20 | 0.39 | 0 | 0.8 | 270 | 0.24 | 0.16 |
| Hex | 29 | 1F | 33 | 14 | 27 | 0 | 50 | 10E | 18 | 10 |
| Octal | 51 | 37 | 63 | 24 | 47 | 0 | 120 | 416 | 30 | 20 |
| Binary | 101001 | 11111 | 110011 | 10100 | 100111 | 0 | 1010000 | 100001110 | 11000 | 10000 |
Color Harmonies of #291F33
Complementary color
Monochromatic Colors of #291F33
Black with #291F33
Text Example
Text Example
White with #291F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F33; }
p { color: rgb(41,31,51); }
H1.HeaderClassName
{
color: #291F33;
}
.AnyTagClassName
{
color: #291F33;
}
</style>
background-color css
<style>
a { background-color: #291F33; }
a { background-color: rgb(41,31,51); }
div.DivClassName
{
background-color: #291F33;
}
.BgClassName
{
background-color: #291F33;
}
</style>
border-color css
<style>
span { border-color: #291F33; }
span { border-color: rgb(41,31,51); }
td.TdClassName
{
border-color: #291F33;
}
.TagClassName
{
border-color: #291F33;
}
</style>