Shades of Blackcurrant #291232
Tints of Blackcurrant #291232
RGB
CMYK
RGB Variations
Color information
#291232 (or 0x291232) is known color: Blackcurrant. HEX triplet: 29, 12 and 32. RGB value is (41,18,50). Sum of RGB (Red+Green+Blue) = 41+18+50=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #291232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291232 is #D6EDCD. Grayscale: #1C1C1C. Windows color (decimal): -14085582 or 3281449. OLE color: 3281449.
HSL color Cylindrical-coordinate representation of color #291232: hue angle of 283.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #291232 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 41 | 18 | 50 | - |
CMYK | 0.18 | 0.64 | 0 | 0.80 |
HSL | 283.13º | 0.47% | 0.13% | - |
HSV(B) | 283.13º | 0.64% | 0.2% | - |
XYZ | 1.71 | 1.13 | 3.15 | - |
YUV | 28.53 | 140.12 | 136.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 18 | 50 | 0.18 | 0.64 | 0 | 0.80 | 283.13 | 0.47 | 0.13 |
Hex | 29 | 12 | 32 | 12 | 40 | 0 | 50 | 11B | 2F | D |
Octal | 51 | 22 | 62 | 22 | 100 | 0 | 120 | 433 | 57 | 15 |
Binary | 101001 | 10010 | 110010 | 10010 | 1000000 | 0 | 1010000 | 100011011 | 101111 | 1101 |
Color Harmonies of #291232
Complementary color
Monochromatic Colors of #291232
Black with #291232
Text Example
Text Example
White with #291232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291232; }
p { color: rgb(41,18,50); }
H1.HeaderClassName
{
color: #291232;
}
.AnyTagClassName
{
color: #291232;
}
</style>
background-color css
<style>
a { background-color: #291232; }
a { background-color: rgb(41,18,50); }
div.DivClassName
{
background-color: #291232;
}
.BgClassName
{
background-color: #291232;
}
</style>
border-color css
<style>
span { border-color: #291232; }
span { border-color: rgb(41,18,50); }
td.TdClassName
{
border-color: #291232;
}
.TagClassName
{
border-color: #291232;
}
</style>