Shades of Blackberry #29031F
Tints of Blackberry #29031F
RGB
CMYK
RGB Variations
Color information
#29031F (or 0x29031F) is known color: Blackberry. HEX triplet: 29, 03 and 1F. RGB value is (41,3,31). Sum of RGB (Red+Green+Blue) = 41+3+31=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #29031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29031F is #D6FCE0. Grayscale: #111111. Windows color (decimal): -14089441 or 2032425. OLE color: 2032425.
HSL color Cylindrical-coordinate representation of color #29031F: hue angle of 315.79º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29031F is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 3 | 31 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.84 |
| HSL | 315.79º | 0.86% | 0.09% | - |
| HSV(B) | 315.79º | 0.93% | 0.16% | - |
| XYZ | 1.19 | 0.64 | 1.36 | - |
| YUV | 17.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 31 | 0 | 0.93 | 0.24 | 0.84 | 315.79 | 0.86 | 0.09 |
| Hex | 29 | 3 | 1F | 0 | 5D | 18 | 54 | 13C | 56 | 9 |
| Octal | 51 | 3 | 37 | 0 | 135 | 30 | 124 | 474 | 126 | 11 |
| Binary | 101001 | 11 | 11111 | 0 | 1011101 | 11000 | 1010100 | 100111100 | 1010110 | 1001 |
Color Harmonies of #29031F
Complementary color
Monochromatic Colors of #29031F
Black with #29031F
Text Example
Text Example
White with #29031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29031F; }
p { color: rgb(41,3,31); }
H1.HeaderClassName
{
color: #29031F;
}
.AnyTagClassName
{
color: #29031F;
}
</style>
background-color css
<style>
a { background-color: #29031F; }
a { background-color: rgb(41,3,31); }
div.DivClassName
{
background-color: #29031F;
}
.BgClassName
{
background-color: #29031F;
}
</style>
border-color css
<style>
span { border-color: #29031F; }
span { border-color: rgb(41,3,31); }
td.TdClassName
{
border-color: #29031F;
}
.TagClassName
{
border-color: #29031F;
}
</style>