Shades of Blackberry #29041B
Tints of Blackberry #29041B
RGB
CMYK
RGB Variations
Color information
#29041B (or 0x29041B) is known color: Blackberry. HEX triplet: 29, 04 and 1B. RGB value is (41,4,27). Sum of RGB (Red+Green+Blue) = 41+4+27=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #29041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29041B is #D6FBE4. Grayscale: #111111. Windows color (decimal): -14089189 or 1770537. OLE color: 1770537.
HSL color Cylindrical-coordinate representation of color #29041B: hue angle of 322.7º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29041B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 4 | 27 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.84 |
| HSL | 322.7º | 0.82% | 0.09% | - |
| HSV(B) | 322.7º | 0.9% | 0.16% | - |
| XYZ | 1.16 | 0.64 | 1.1 | - |
| YUV | 17.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 27 | 0 | 0.90 | 0.34 | 0.84 | 322.7 | 0.82 | 0.09 |
| Hex | 29 | 4 | 1B | 0 | 5A | 22 | 54 | 143 | 52 | 9 |
| Octal | 51 | 4 | 33 | 0 | 132 | 42 | 124 | 503 | 122 | 11 |
| Binary | 101001 | 100 | 11011 | 0 | 1011010 | 100010 | 1010100 | 101000011 | 1010010 | 1001 |
Color Harmonies of #29041B
Complementary color
Monochromatic Colors of #29041B
Black with #29041B
Text Example
Text Example
White with #29041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29041B; }
p { color: rgb(41,4,27); }
H1.HeaderClassName
{
color: #29041B;
}
.AnyTagClassName
{
color: #29041B;
}
</style>
background-color css
<style>
a { background-color: #29041B; }
a { background-color: rgb(41,4,27); }
div.DivClassName
{
background-color: #29041B;
}
.BgClassName
{
background-color: #29041B;
}
</style>
border-color css
<style>
span { border-color: #29041B; }
span { border-color: rgb(41,4,27); }
td.TdClassName
{
border-color: #29041B;
}
.TagClassName
{
border-color: #29041B;
}
</style>