Shades of Blackberry #29051C
Tints of Blackberry #29051C
RGB
CMYK
RGB Variations
Color information
#29051C (or 0x29051C) is known color: Blackberry. HEX triplet: 29, 05 and 1C. RGB value is (41,5,28). Sum of RGB (Red+Green+Blue) = 41+5+28=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29051C is #D6FAE3. Grayscale: #121212. Windows color (decimal): -14088932 or 1836329. OLE color: 1836329.
HSL color Cylindrical-coordinate representation of color #29051C: hue angle of 321.67º 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 #29051C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 5 | 28 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.84 |
| HSL | 321.67º | 0.78% | 0.09% | - |
| HSV(B) | 321.67º | 0.88% | 0.16% | - |
| XYZ | 1.18 | 0.66 | 1.16 | - |
| YUV | 18.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 28 | 0 | 0.88 | 0.32 | 0.84 | 321.67 | 0.78 | 0.09 |
| Hex | 29 | 5 | 1C | 0 | 58 | 20 | 54 | 142 | 4E | 9 |
| Octal | 51 | 5 | 34 | 0 | 130 | 40 | 124 | 502 | 116 | 11 |
| Binary | 101001 | 101 | 11100 | 0 | 1011000 | 100000 | 1010100 | 101000010 | 1001110 | 1001 |
Color Harmonies of #29051C
Complementary color
Monochromatic Colors of #29051C
Black with #29051C
Text Example
Text Example
White with #29051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29051C; }
p { color: rgb(41,5,28); }
H1.HeaderClassName
{
color: #29051C;
}
.AnyTagClassName
{
color: #29051C;
}
</style>
background-color css
<style>
a { background-color: #29051C; }
a { background-color: rgb(41,5,28); }
div.DivClassName
{
background-color: #29051C;
}
.BgClassName
{
background-color: #29051C;
}
</style>
border-color css
<style>
span { border-color: #29051C; }
span { border-color: rgb(41,5,28); }
td.TdClassName
{
border-color: #29051C;
}
.TagClassName
{
border-color: #29051C;
}
</style>