Shades of Blackberry #290120
Tints of Blackberry #290120
RGB
CMYK
RGB Variations
Color information
#290120 (or 0x290120) is known color: Blackberry. HEX triplet: 29, 01 and 20. RGB value is (41,1,32). Sum of RGB (Red+Green+Blue) = 41+1+32=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #290120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290120 is #D6FEDF. Grayscale: #101010. Windows color (decimal): -14089952 or 2097449. OLE color: 2097449.
HSL color Cylindrical-coordinate representation of color #290120: hue angle of 313.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290120 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 1 | 32 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.84 |
| HSL | 313.5º | 0.95% | 0.08% | - |
| HSV(B) | 313.5º | 0.98% | 0.16% | - |
| XYZ | 1.19 | 0.6 | 1.42 | - |
| YUV | 16.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 32 | 0 | 0.98 | 0.22 | 0.84 | 313.5 | 0.95 | 0.08 |
| Hex | 29 | 1 | 20 | 0 | 62 | 16 | 54 | 13A | 5F | 8 |
| Octal | 51 | 1 | 40 | 0 | 142 | 26 | 124 | 472 | 137 | 10 |
| Binary | 101001 | 1 | 100000 | 0 | 1100010 | 10110 | 1010100 | 100111010 | 1011111 | 1000 |
Color Harmonies of #290120
Complementary color
Monochromatic Colors of #290120
Black with #290120
Text Example
Text Example
White with #290120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290120; }
p { color: rgb(41,1,32); }
H1.HeaderClassName
{
color: #290120;
}
.AnyTagClassName
{
color: #290120;
}
</style>
background-color css
<style>
a { background-color: #290120; }
a { background-color: rgb(41,1,32); }
div.DivClassName
{
background-color: #290120;
}
.BgClassName
{
background-color: #290120;
}
</style>
border-color css
<style>
span { border-color: #290120; }
span { border-color: rgb(41,1,32); }
td.TdClassName
{
border-color: #290120;
}
.TagClassName
{
border-color: #290120;
}
</style>