Shades of Blackberry #29071A
Tints of Blackberry #29071A
RGB
CMYK
RGB Variations
Color information
#29071A (or 0x29071A) is known color: Blackberry. HEX triplet: 29, 07 and 1A. RGB value is (41,7,26). Sum of RGB (Red+Green+Blue) = 41+7+26=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29071A is #D6F8E5. Grayscale: #131313. Windows color (decimal): -14088422 or 1705769. OLE color: 1705769.
HSL color Cylindrical-coordinate representation of color #29071A: hue angle of 326.47º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29071A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 7 | 26 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.84 |
| HSL | 326.47º | 0.71% | 0.09% | - |
| HSV(B) | 326.47º | 0.83% | 0.16% | - |
| XYZ | 1.18 | 0.7 | 1.05 | - |
| YUV | 19.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 7 | 26 | 0 | 0.83 | 0.37 | 0.84 | 326.47 | 0.71 | 0.09 |
| Hex | 29 | 7 | 1A | 0 | 53 | 25 | 54 | 146 | 47 | 9 |
| Octal | 51 | 7 | 32 | 0 | 123 | 45 | 124 | 506 | 107 | 11 |
| Binary | 101001 | 111 | 11010 | 0 | 1010011 | 100101 | 1010100 | 101000110 | 1000111 | 1001 |
Color Harmonies of #29071A
Complementary color
Monochromatic Colors of #29071A
Black with #29071A
Text Example
Text Example
White with #29071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29071A; }
p { color: rgb(41,7,26); }
H1.HeaderClassName
{
color: #29071A;
}
.AnyTagClassName
{
color: #29071A;
}
</style>
background-color css
<style>
a { background-color: #29071A; }
a { background-color: rgb(41,7,26); }
div.DivClassName
{
background-color: #29071A;
}
.BgClassName
{
background-color: #29071A;
}
</style>
border-color css
<style>
span { border-color: #29071A; }
span { border-color: rgb(41,7,26); }
td.TdClassName
{
border-color: #29071A;
}
.TagClassName
{
border-color: #29071A;
}
</style>