Shades of Blackberry #290117
Tints of Blackberry #290117
RGB
CMYK
RGB Variations
Color information
#290117 (or 0x290117) is known color: Blackberry. HEX triplet: 29, 01 and 17. RGB value is (41,1,23). Sum of RGB (Red+Green+Blue) = 41+1+23=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290117 is #D6FEE8. Grayscale: #0F0F0F. Windows color (decimal): -14089961 or 1507625. OLE color: 1507625.
HSL color Cylindrical-coordinate representation of color #290117: hue angle of 327º 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 #290117 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 1 | 23 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.84 |
| HSL | 327º | 0.95% | 0.08% | - |
| HSV(B) | 327º | 0.98% | 0.16% | - |
| XYZ | 1.08 | 0.55 | 0.86 | - |
| YUV | 15.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 23 | 0 | 0.98 | 0.44 | 0.84 | 327 | 0.95 | 0.08 |
| Hex | 29 | 1 | 17 | 0 | 62 | 2C | 54 | 147 | 5F | 8 |
| Octal | 51 | 1 | 27 | 0 | 142 | 54 | 124 | 507 | 137 | 10 |
| Binary | 101001 | 1 | 10111 | 0 | 1100010 | 101100 | 1010100 | 101000111 | 1011111 | 1000 |
Color Harmonies of #290117
Complementary color
Monochromatic Colors of #290117
Black with #290117
Text Example
Text Example
White with #290117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290117; }
p { color: rgb(41,1,23); }
H1.HeaderClassName
{
color: #290117;
}
.AnyTagClassName
{
color: #290117;
}
</style>
background-color css
<style>
a { background-color: #290117; }
a { background-color: rgb(41,1,23); }
div.DivClassName
{
background-color: #290117;
}
.BgClassName
{
background-color: #290117;
}
</style>
border-color css
<style>
span { border-color: #290117; }
span { border-color: rgb(41,1,23); }
td.TdClassName
{
border-color: #290117;
}
.TagClassName
{
border-color: #290117;
}
</style>