Shades of Blackcurrant #290A33
Tints of Blackcurrant #290A33
RGB
CMYK
RGB Variations
Color information
#290A33 (or 0x290A33) is known color: Blackcurrant. HEX triplet: 29, 0A and 33. RGB value is (41,10,51). Sum of RGB (Red+Green+Blue) = 41+10+51=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #290A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A33 is #D6F5CC. Grayscale: #171717. Windows color (decimal): -14087629 or 3344937. OLE color: 3344937.
HSL color Cylindrical-coordinate representation of color #290A33: hue angle of 285.37º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290A33 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 10 | 51 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.8 |
| HSL | 285.37º | 0.67% | 0.12% | - |
| HSV(B) | 285.37º | 0.8% | 0.2% | - |
| XYZ | 1.62 | 0.93 | 3.23 | - |
| YUV | 23.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 51 | 0.20 | 0.80 | 0 | 0.8 | 285.37 | 0.67 | 0.12 |
| Hex | 29 | A | 33 | 14 | 50 | 0 | 50 | 11D | 43 | C |
| Octal | 51 | 12 | 63 | 24 | 120 | 0 | 120 | 435 | 103 | 14 |
| Binary | 101001 | 1010 | 110011 | 10100 | 1010000 | 0 | 1010000 | 100011101 | 1000011 | 1100 |
Color Harmonies of #290A33
Complementary color
Monochromatic Colors of #290A33
Black with #290A33
Text Example
Text Example
White with #290A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A33; }
p { color: rgb(41,10,51); }
H1.HeaderClassName
{
color: #290A33;
}
.AnyTagClassName
{
color: #290A33;
}
</style>
background-color css
<style>
a { background-color: #290A33; }
a { background-color: rgb(41,10,51); }
div.DivClassName
{
background-color: #290A33;
}
.BgClassName
{
background-color: #290A33;
}
</style>
border-color css
<style>
span { border-color: #290A33; }
span { border-color: rgb(41,10,51); }
td.TdClassName
{
border-color: #290A33;
}
.TagClassName
{
border-color: #290A33;
}
</style>