Shades of Blackcurrant #290F36
Tints of Blackcurrant #290F36
RGB
CMYK
RGB Variations
Color information
#290F36 (or 0x290F36) is known color: Blackcurrant. HEX triplet: 29, 0F and 36. RGB value is (41,15,54). Sum of RGB (Red+Green+Blue) = 41+15+54=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #290F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F36 is #D6F0C9. Grayscale: #1B1B1B. Windows color (decimal): -14086346 or 3542825. OLE color: 3542825.
HSL color Cylindrical-coordinate representation of color #290F36: hue angle of 280º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #290F36 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 15 | 54 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.79 |
| HSL | 280º | 0.57% | 0.14% | - |
| HSV(B) | 280º | 0.72% | 0.21% | - |
| XYZ | 1.75 | 1.08 | 3.61 | - |
| YUV | 27.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 54 | 0.24 | 0.72 | 0 | 0.79 | 280 | 0.57 | 0.14 |
| Hex | 29 | F | 36 | 18 | 48 | 0 | 4F | 118 | 39 | E |
| Octal | 51 | 17 | 66 | 30 | 110 | 0 | 117 | 430 | 71 | 16 |
| Binary | 101001 | 1111 | 110110 | 11000 | 1001000 | 0 | 1001111 | 100011000 | 111001 | 1110 |
Color Harmonies of #290F36
Complementary color
Monochromatic Colors of #290F36
Black with #290F36
Text Example
Text Example
White with #290F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F36; }
p { color: rgb(41,15,54); }
H1.HeaderClassName
{
color: #290F36;
}
.AnyTagClassName
{
color: #290F36;
}
</style>
background-color css
<style>
a { background-color: #290F36; }
a { background-color: rgb(41,15,54); }
div.DivClassName
{
background-color: #290F36;
}
.BgClassName
{
background-color: #290F36;
}
</style>
border-color css
<style>
span { border-color: #290F36; }
span { border-color: rgb(41,15,54); }
td.TdClassName
{
border-color: #290F36;
}
.TagClassName
{
border-color: #290F36;
}
</style>