Shades of Blackcurrant #290F2F
Tints of Blackcurrant #290F2F
RGB
CMYK
RGB Variations
Color information
#290F2F (or 0x290F2F) is known color: Blackcurrant. HEX triplet: 29, 0F and 2F. RGB value is (41,15,47). Sum of RGB (Red+Green+Blue) = 41+15+47=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #290F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F2F is #D6F0D0. Grayscale: #1A1A1A. Windows color (decimal): -14086353 or 3084073. OLE color: 3084073.
HSL color Cylindrical-coordinate representation of color #290F2F: hue angle of 288.75º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290F2F is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 15 | 47 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.82 |
| HSL | 288.75º | 0.52% | 0.12% | - |
| HSV(B) | 288.75º | 0.68% | 0.18% | - |
| XYZ | 1.6 | 1.02 | 2.8 | - |
| YUV | 26.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 47 | 0.13 | 0.68 | 0 | 0.82 | 288.75 | 0.52 | 0.12 |
| Hex | 29 | F | 2F | D | 44 | 0 | 52 | 121 | 34 | C |
| Octal | 51 | 17 | 57 | 15 | 104 | 0 | 122 | 441 | 64 | 14 |
| Binary | 101001 | 1111 | 101111 | 1101 | 1000100 | 0 | 1010010 | 100100001 | 110100 | 1100 |
Color Harmonies of #290F2F
Complementary color
Monochromatic Colors of #290F2F
Black with #290F2F
Text Example
Text Example
White with #290F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F2F; }
p { color: rgb(41,15,47); }
H1.HeaderClassName
{
color: #290F2F;
}
.AnyTagClassName
{
color: #290F2F;
}
</style>
background-color css
<style>
a { background-color: #290F2F; }
a { background-color: rgb(41,15,47); }
div.DivClassName
{
background-color: #290F2F;
}
.BgClassName
{
background-color: #290F2F;
}
</style>
border-color css
<style>
span { border-color: #290F2F; }
span { border-color: rgb(41,15,47); }
td.TdClassName
{
border-color: #290F2F;
}
.TagClassName
{
border-color: #290F2F;
}
</style>