Shades of Blackberry #540D34
Tints of Blackberry #540D34
RGB
CMYK
RGB Variations
Color information
#540D34 (or 0x540D34) is known color: Blackberry. HEX triplet: 54, 0D and 34. RGB value is (84,13,52). Sum of RGB (Red+Green+Blue) = 84+13+52=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #540D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D34 is #ABF2CB. Grayscale: #262626. Windows color (decimal): -11268812 or 3411284. OLE color: 3411284.
HSL color Cylindrical-coordinate representation of color #540D34: hue angle of 327.04º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D34 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 52 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.67 |
| HSL | 327.04º | 0.73% | 0.19% | - |
| HSV(B) | 327.04º | 0.85% | 0.33% | - |
| XYZ | 4.42 | 2.42 | 3.48 | - |
| YUV | 38.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 52 | 0 | 0.85 | 0.38 | 0.67 | 327.04 | 0.73 | 0.19 |
| Hex | 54 | D | 34 | 0 | 55 | 26 | 43 | 147 | 49 | 13 |
| Octal | 124 | 15 | 64 | 0 | 125 | 46 | 103 | 507 | 111 | 23 |
| Binary | 1010100 | 1101 | 110100 | 0 | 1010101 | 100110 | 1000011 | 101000111 | 1001001 | 10011 |
Color Harmonies of #540D34
Complementary color
Monochromatic Colors of #540D34
Black with #540D34
Text Example
Text Example
White with #540D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D34; }
p { color: rgb(84,13,52); }
H1.HeaderClassName
{
color: #540D34;
}
.AnyTagClassName
{
color: #540D34;
}
</style>
background-color css
<style>
a { background-color: #540D34; }
a { background-color: rgb(84,13,52); }
div.DivClassName
{
background-color: #540D34;
}
.BgClassName
{
background-color: #540D34;
}
</style>
border-color css
<style>
span { border-color: #540D34; }
span { border-color: rgb(84,13,52); }
td.TdClassName
{
border-color: #540D34;
}
.TagClassName
{
border-color: #540D34;
}
</style>