Shades of Blackcurrant #290330
Tints of Blackcurrant #290330
RGB
CMYK
RGB Variations
Color information
#290330 (or 0x290330) is known color: Blackcurrant. HEX triplet: 29, 03 and 30. RGB value is (41,3,48). Sum of RGB (Red+Green+Blue) = 41+3+48=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #290330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290330 is #D6FCCF. Grayscale: #131313. Windows color (decimal): -14089424 or 3146537. OLE color: 3146537.
HSL color Cylindrical-coordinate representation of color #290330: hue angle of 290.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290330 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 3 | 48 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.81 |
| HSL | 290.67º | 0.88% | 0.1% | - |
| HSV(B) | 290.67º | 0.94% | 0.19% | - |
| XYZ | 1.48 | 0.75 | 2.86 | - |
| YUV | 19.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 48 | 0.15 | 0.94 | 0 | 0.81 | 290.67 | 0.88 | 0.1 |
| Hex | 29 | 3 | 30 | F | 5E | 0 | 51 | 123 | 58 | A |
| Octal | 51 | 3 | 60 | 17 | 136 | 0 | 121 | 443 | 130 | 12 |
| Binary | 101001 | 11 | 110000 | 1111 | 1011110 | 0 | 1010001 | 100100011 | 1011000 | 1010 |
Color Harmonies of #290330
Complementary color
Monochromatic Colors of #290330
Black with #290330
Text Example
Text Example
White with #290330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290330; }
p { color: rgb(41,3,48); }
H1.HeaderClassName
{
color: #290330;
}
.AnyTagClassName
{
color: #290330;
}
</style>
background-color css
<style>
a { background-color: #290330; }
a { background-color: rgb(41,3,48); }
div.DivClassName
{
background-color: #290330;
}
.BgClassName
{
background-color: #290330;
}
</style>
border-color css
<style>
span { border-color: #290330; }
span { border-color: rgb(41,3,48); }
td.TdClassName
{
border-color: #290330;
}
.TagClassName
{
border-color: #290330;
}
</style>