Shades of Blackcurrant #290A34
Tints of Blackcurrant #290A34
RGB
CMYK
RGB Variations
Color information
#290A34 (or 0x290A34) is known color: Blackcurrant. HEX triplet: 29, 0A and 34. RGB value is (41,10,52). Sum of RGB (Red+Green+Blue) = 41+10+52=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #290A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A34 is #D6F5CB. Grayscale: #171717. Windows color (decimal): -14087628 or 3410473. OLE color: 3410473.
HSL color Cylindrical-coordinate representation of color #290A34: hue angle of 284.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #290A34 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 10 | 52 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.80 |
| HSL | 284.29º | 0.68% | 0.12% | - |
| HSV(B) | 284.29º | 0.81% | 0.2% | - |
| XYZ | 1.64 | 0.94 | 3.34 | - |
| YUV | 24.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 52 | 0.21 | 0.81 | 0 | 0.80 | 284.29 | 0.68 | 0.12 |
| Hex | 29 | A | 34 | 15 | 51 | 0 | 50 | 11C | 44 | C |
| Octal | 51 | 12 | 64 | 25 | 121 | 0 | 120 | 434 | 104 | 14 |
| Binary | 101001 | 1010 | 110100 | 10101 | 1010001 | 0 | 1010000 | 100011100 | 1000100 | 1100 |
Color Harmonies of #290A34
Complementary color
Monochromatic Colors of #290A34
Black with #290A34
Text Example
Text Example
White with #290A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A34; }
p { color: rgb(41,10,52); }
H1.HeaderClassName
{
color: #290A34;
}
.AnyTagClassName
{
color: #290A34;
}
</style>
background-color css
<style>
a { background-color: #290A34; }
a { background-color: rgb(41,10,52); }
div.DivClassName
{
background-color: #290A34;
}
.BgClassName
{
background-color: #290A34;
}
</style>
border-color css
<style>
span { border-color: #290A34; }
span { border-color: rgb(41,10,52); }
td.TdClassName
{
border-color: #290A34;
}
.TagClassName
{
border-color: #290A34;
}
</style>