Shades of Blackberry #540D28
Tints of Blackberry #540D28
RGB
CMYK
RGB Variations
Color information
#540D28 (or 0x540D28) is known color: Blackberry. HEX triplet: 54, 0D and 28. RGB value is (84,13,40). Sum of RGB (Red+Green+Blue) = 84+13+40=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D28 is #ABF2D7. Grayscale: #252525. Windows color (decimal): -11268824 or 2624852. OLE color: 2624852.
HSL color Cylindrical-coordinate representation of color #540D28: hue angle of 337.18º 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 #540D28 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 40 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.67 |
| HSL | 337.18º | 0.73% | 0.19% | - |
| HSV(B) | 337.18º | 0.85% | 0.33% | - |
| XYZ | 4.18 | 2.33 | 2.24 | - |
| YUV | 37.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 40 | 0 | 0.85 | 0.52 | 0.67 | 337.18 | 0.73 | 0.19 |
| Hex | 54 | D | 28 | 0 | 55 | 34 | 43 | 151 | 49 | 13 |
| Octal | 124 | 15 | 50 | 0 | 125 | 64 | 103 | 521 | 111 | 23 |
| Binary | 1010100 | 1101 | 101000 | 0 | 1010101 | 110100 | 1000011 | 101010001 | 1001001 | 10011 |
Color Harmonies of #540D28
Complementary color
Monochromatic Colors of #540D28
Black with #540D28
Text Example
Text Example
White with #540D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D28; }
p { color: rgb(84,13,40); }
H1.HeaderClassName
{
color: #540D28;
}
.AnyTagClassName
{
color: #540D28;
}
</style>
background-color css
<style>
a { background-color: #540D28; }
a { background-color: rgb(84,13,40); }
div.DivClassName
{
background-color: #540D28;
}
.BgClassName
{
background-color: #540D28;
}
</style>
border-color css
<style>
span { border-color: #540D28; }
span { border-color: rgb(84,13,40); }
td.TdClassName
{
border-color: #540D28;
}
.TagClassName
{
border-color: #540D28;
}
</style>