Shades of Blackcurrant #290233
Tints of Blackcurrant #290233
RGB
CMYK
RGB Variations
Color information
#290233 (or 0x290233) is known color: Blackcurrant. HEX triplet: 29, 02 and 33. RGB value is (41,2,51). Sum of RGB (Red+Green+Blue) = 41+2+51=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #290233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290233 is #D6FDCC. Grayscale: #131313. Windows color (decimal): -14089677 or 3342889. OLE color: 3342889.
HSL color Cylindrical-coordinate representation of color #290233: hue angle of 287.76º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290233 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 2 | 51 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.8 |
| HSL | 287.76º | 0.92% | 0.1% | - |
| HSV(B) | 287.76º | 0.96% | 0.2% | - |
| XYZ | 1.53 | 0.75 | 3.2 | - |
| YUV | 19.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 51 | 0.20 | 0.96 | 0 | 0.8 | 287.76 | 0.92 | 0.1 |
| Hex | 29 | 2 | 33 | 14 | 60 | 0 | 50 | 120 | 5C | A |
| Octal | 51 | 2 | 63 | 24 | 140 | 0 | 120 | 440 | 134 | 12 |
| Binary | 101001 | 10 | 110011 | 10100 | 1100000 | 0 | 1010000 | 100100000 | 1011100 | 1010 |
Color Harmonies of #290233
Complementary color
Monochromatic Colors of #290233
Black with #290233
Text Example
Text Example
White with #290233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290233; }
p { color: rgb(41,2,51); }
H1.HeaderClassName
{
color: #290233;
}
.AnyTagClassName
{
color: #290233;
}
</style>
background-color css
<style>
a { background-color: #290233; }
a { background-color: rgb(41,2,51); }
div.DivClassName
{
background-color: #290233;
}
.BgClassName
{
background-color: #290233;
}
</style>
border-color css
<style>
span { border-color: #290233; }
span { border-color: rgb(41,2,51); }
td.TdClassName
{
border-color: #290233;
}
.TagClassName
{
border-color: #290233;
}
</style>