Shades of Blackberry #540E37
Tints of Blackberry #540E37
RGB
CMYK
RGB Variations
Color information
#540E37 (or 0x540E37) is known color: Blackberry. HEX triplet: 54, 0E and 37. RGB value is (84,14,55). Sum of RGB (Red+Green+Blue) = 84+14+55=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #540E37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E37 is #ABF1C8. Grayscale: #272727. Windows color (decimal): -11268553 or 3608148. OLE color: 3608148.
HSL color Cylindrical-coordinate representation of color #540E37: hue angle of 324.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #540E37 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 55 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.67 |
| HSL | 324.86º | 0.71% | 0.19% | - |
| HSV(B) | 324.86º | 0.83% | 0.33% | - |
| XYZ | 4.5 | 2.47 | 3.85 | - |
| YUV | 39.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 55 | 0 | 0.83 | 0.35 | 0.67 | 324.86 | 0.71 | 0.19 |
| Hex | 54 | E | 37 | 0 | 53 | 23 | 43 | 145 | 47 | 13 |
| Octal | 124 | 16 | 67 | 0 | 123 | 43 | 103 | 505 | 107 | 23 |
| Binary | 1010100 | 1110 | 110111 | 0 | 1010011 | 100011 | 1000011 | 101000101 | 1000111 | 10011 |
Color Harmonies of #540E37
Complementary color
Monochromatic Colors of #540E37
Black with #540E37
Text Example
Text Example
White with #540E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E37; }
p { color: rgb(84,14,55); }
H1.HeaderClassName
{
color: #540E37;
}
.AnyTagClassName
{
color: #540E37;
}
</style>
background-color css
<style>
a { background-color: #540E37; }
a { background-color: rgb(84,14,55); }
div.DivClassName
{
background-color: #540E37;
}
.BgClassName
{
background-color: #540E37;
}
</style>
border-color css
<style>
span { border-color: #540E37; }
span { border-color: rgb(84,14,55); }
td.TdClassName
{
border-color: #540E37;
}
.TagClassName
{
border-color: #540E37;
}
</style>