Shades of Blackberry #29051B
Tints of Blackberry #29051B
RGB
CMYK
RGB Variations
Color information
#29051B (or 0x29051B) is known color: Blackberry. HEX triplet: 29, 05 and 1B. RGB value is (41,5,27). Sum of RGB (Red+Green+Blue) = 41+5+27=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29051B is #D6FAE4. Grayscale: #121212. Windows color (decimal): -14088933 or 1770793. OLE color: 1770793.
HSL color Cylindrical-coordinate representation of color #29051B: hue angle of 323.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29051B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 5 | 27 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.84 |
| HSL | 323.33º | 0.78% | 0.09% | - |
| HSV(B) | 323.33º | 0.88% | 0.16% | - |
| XYZ | 1.17 | 0.66 | 1.1 | - |
| YUV | 18.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 27 | 0 | 0.88 | 0.34 | 0.84 | 323.33 | 0.78 | 0.09 |
| Hex | 29 | 5 | 1B | 0 | 58 | 22 | 54 | 143 | 4E | 9 |
| Octal | 51 | 5 | 33 | 0 | 130 | 42 | 124 | 503 | 116 | 11 |
| Binary | 101001 | 101 | 11011 | 0 | 1011000 | 100010 | 1010100 | 101000011 | 1001110 | 1001 |
Color Harmonies of #29051B
Complementary color
Monochromatic Colors of #29051B
Black with #29051B
Text Example
Text Example
White with #29051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29051B; }
p { color: rgb(41,5,27); }
H1.HeaderClassName
{
color: #29051B;
}
.AnyTagClassName
{
color: #29051B;
}
</style>
background-color css
<style>
a { background-color: #29051B; }
a { background-color: rgb(41,5,27); }
div.DivClassName
{
background-color: #29051B;
}
.BgClassName
{
background-color: #29051B;
}
</style>
border-color css
<style>
span { border-color: #29051B; }
span { border-color: rgb(41,5,27); }
td.TdClassName
{
border-color: #29051B;
}
.TagClassName
{
border-color: #29051B;
}
</style>