Shades of Blackberry #540B2A
Tints of Blackberry #540B2A
RGB
CMYK
RGB Variations
Color information
#540B2A (or 0x540B2A) is known color: Blackberry. HEX triplet: 54, 0B and 2A. RGB value is (84,11,42). Sum of RGB (Red+Green+Blue) = 84+11+42=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B2A is #ABF4D5. Grayscale: #242424. Windows color (decimal): -11269334 or 2755412. OLE color: 2755412.
HSL color Cylindrical-coordinate representation of color #540B2A: hue angle of 334.52º 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 #540B2A is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 42 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.67 |
| HSL | 334.52º | 0.77% | 0.19% | - |
| HSV(B) | 334.52º | 0.87% | 0.33% | - |
| XYZ | 4.19 | 2.29 | 2.41 | - |
| YUV | 36.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 42 | 0 | 0.87 | 0.5 | 0.67 | 334.52 | 0.77 | 0.19 |
| Hex | 54 | B | 2A | 0 | 57 | 32 | 43 | 14F | 4D | 13 |
| Octal | 124 | 13 | 52 | 0 | 127 | 62 | 103 | 517 | 115 | 23 |
| Binary | 1010100 | 1011 | 101010 | 0 | 1010111 | 110010 | 1000011 | 101001111 | 1001101 | 10011 |
Color Harmonies of #540B2A
Complementary color
Monochromatic Colors of #540B2A
Black with #540B2A
Text Example
Text Example
White with #540B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B2A; }
p { color: rgb(84,11,42); }
H1.HeaderClassName
{
color: #540B2A;
}
.AnyTagClassName
{
color: #540B2A;
}
</style>
background-color css
<style>
a { background-color: #540B2A; }
a { background-color: rgb(84,11,42); }
div.DivClassName
{
background-color: #540B2A;
}
.BgClassName
{
background-color: #540B2A;
}
</style>
border-color css
<style>
span { border-color: #540B2A; }
span { border-color: rgb(84,11,42); }
td.TdClassName
{
border-color: #540B2A;
}
.TagClassName
{
border-color: #540B2A;
}
</style>