Shades of Blackberry #540A2B
Tints of Blackberry #540A2B
RGB
CMYK
RGB Variations
Color information
#540A2B (or 0x540A2B) is known color: Blackberry. HEX triplet: 54, 0A and 2B. RGB value is (84,10,43). Sum of RGB (Red+Green+Blue) = 84+10+43=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A2B is #ABF5D4. Grayscale: #232323. Windows color (decimal): -11269589 or 2820692. OLE color: 2820692.
HSL color Cylindrical-coordinate representation of color #540A2B: hue angle of 333.24º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A2B is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 43 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.67 |
| HSL | 333.24º | 0.79% | 0.18% | - |
| HSV(B) | 333.24º | 0.88% | 0.33% | - |
| XYZ | 4.2 | 2.28 | 2.5 | - |
| YUV | 35.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 43 | 0 | 0.88 | 0.49 | 0.67 | 333.24 | 0.79 | 0.18 |
| Hex | 54 | A | 2B | 0 | 58 | 31 | 43 | 14D | 4F | 12 |
| Octal | 124 | 12 | 53 | 0 | 130 | 61 | 103 | 515 | 117 | 22 |
| Binary | 1010100 | 1010 | 101011 | 0 | 1011000 | 110001 | 1000011 | 101001101 | 1001111 | 10010 |
Color Harmonies of #540A2B
Complementary color
Monochromatic Colors of #540A2B
Black with #540A2B
Text Example
Text Example
White with #540A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A2B; }
p { color: rgb(84,10,43); }
H1.HeaderClassName
{
color: #540A2B;
}
.AnyTagClassName
{
color: #540A2B;
}
</style>
background-color css
<style>
a { background-color: #540A2B; }
a { background-color: rgb(84,10,43); }
div.DivClassName
{
background-color: #540A2B;
}
.BgClassName
{
background-color: #540A2B;
}
</style>
border-color css
<style>
span { border-color: #540A2B; }
span { border-color: rgb(84,10,43); }
td.TdClassName
{
border-color: #540A2B;
}
.TagClassName
{
border-color: #540A2B;
}
</style>