Shades of Blackberry #29011F
Tints of Blackberry #29011F
RGB
CMYK
RGB Variations
Color information
#29011F (or 0x29011F) is known color: Blackberry. HEX triplet: 29, 01 and 1F. RGB value is (41,1,31). Sum of RGB (Red+Green+Blue) = 41+1+31=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29011F is #D6FEE0. Grayscale: #101010. Windows color (decimal): -14089953 or 2031913. OLE color: 2031913.
HSL color Cylindrical-coordinate representation of color #29011F: hue angle of 315º 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 #29011F is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 1 | 31 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.84 |
| HSL | 315º | 0.95% | 0.08% | - |
| HSV(B) | 315º | 0.98% | 0.16% | - |
| XYZ | 1.17 | 0.59 | 1.35 | - |
| YUV | 16.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 31 | 0 | 0.98 | 0.24 | 0.84 | 315 | 0.95 | 0.08 |
| Hex | 29 | 1 | 1F | 0 | 62 | 18 | 54 | 13B | 5F | 8 |
| Octal | 51 | 1 | 37 | 0 | 142 | 30 | 124 | 473 | 137 | 10 |
| Binary | 101001 | 1 | 11111 | 0 | 1100010 | 11000 | 1010100 | 100111011 | 1011111 | 1000 |
Color Harmonies of #29011F
Complementary color
Monochromatic Colors of #29011F
Black with #29011F
Text Example
Text Example
White with #29011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29011F; }
p { color: rgb(41,1,31); }
H1.HeaderClassName
{
color: #29011F;
}
.AnyTagClassName
{
color: #29011F;
}
</style>
background-color css
<style>
a { background-color: #29011F; }
a { background-color: rgb(41,1,31); }
div.DivClassName
{
background-color: #29011F;
}
.BgClassName
{
background-color: #29011F;
}
</style>
border-color css
<style>
span { border-color: #29011F; }
span { border-color: rgb(41,1,31); }
td.TdClassName
{
border-color: #29011F;
}
.TagClassName
{
border-color: #29011F;
}
</style>