Shades of Blackberry #540B29
Tints of Blackberry #540B29
RGB
CMYK
RGB Variations
Color information
#540B29 (or 0x540B29) is known color: Blackberry. HEX triplet: 54, 0B and 29. RGB value is (84,11,41). Sum of RGB (Red+Green+Blue) = 84+11+41=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #540B29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B29 is #ABF4D6. Grayscale: #242424. Windows color (decimal): -11269335 or 2689876. OLE color: 2689876.
HSL color Cylindrical-coordinate representation of color #540B29: hue angle of 335.34º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B29 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 41 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.67 |
| HSL | 335.34º | 0.77% | 0.19% | - |
| HSV(B) | 335.34º | 0.87% | 0.33% | - |
| XYZ | 4.18 | 2.28 | 2.32 | - |
| YUV | 36.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 41 | 0 | 0.87 | 0.51 | 0.67 | 335.34 | 0.77 | 0.19 |
| Hex | 54 | B | 29 | 0 | 57 | 33 | 43 | 14F | 4D | 13 |
| Octal | 124 | 13 | 51 | 0 | 127 | 63 | 103 | 517 | 115 | 23 |
| Binary | 1010100 | 1011 | 101001 | 0 | 1010111 | 110011 | 1000011 | 101001111 | 1001101 | 10011 |
Color Harmonies of #540B29
Complementary color
Monochromatic Colors of #540B29
Black with #540B29
Text Example
Text Example
White with #540B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B29; }
p { color: rgb(84,11,41); }
H1.HeaderClassName
{
color: #540B29;
}
.AnyTagClassName
{
color: #540B29;
}
</style>
background-color css
<style>
a { background-color: #540B29; }
a { background-color: rgb(84,11,41); }
div.DivClassName
{
background-color: #540B29;
}
.BgClassName
{
background-color: #540B29;
}
</style>
border-color css
<style>
span { border-color: #540B29; }
span { border-color: rgb(84,11,41); }
td.TdClassName
{
border-color: #540B29;
}
.TagClassName
{
border-color: #540B29;
}
</style>