Shades of Blackberry #540024
Tints of Blackberry #540024
RGB
CMYK
RGB Variations
Color information
#540024 (or 0x540024) is known color: Blackberry. HEX triplet: 54, 00 and 24. RGB value is (84,0,36). Sum of RGB (Red+Green+Blue) = 84+0+36=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #540024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540024 is #ABFFDB. Grayscale: #1D1D1D. Windows color (decimal): -11272156 or 2359380. OLE color: 2359380.
HSL color Cylindrical-coordinate representation of color #540024: hue angle of 334.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540024 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.57 | 0.67 |
| HSL | 334.29º | 1% | 0.16% | - |
| HSV(B) | 334.29º | 1% | 0.33% | - |
| XYZ | 3.97 | 2.01 | 1.85 | - |
| YUV | 29.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 36 | 0 | 1 | 0.57 | 0.67 | 334.29 | 1 | 0.16 |
| Hex | 54 | 0 | 24 | 0 | 64 | 39 | 43 | 14E | 64 | 10 |
| Octal | 124 | 0 | 44 | 0 | 144 | 71 | 103 | 516 | 144 | 20 |
| Binary | 1010100 | 0 | 100100 | 0 | 1100100 | 111001 | 1000011 | 101001110 | 1100100 | 10000 |
Color Harmonies of #540024
Complementary color
Monochromatic Colors of #540024
Black with #540024
Text Example
Text Example
White with #540024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540024; }
p { color: rgb(84,0,36); }
H1.HeaderClassName
{
color: #540024;
}
.AnyTagClassName
{
color: #540024;
}
</style>
background-color css
<style>
a { background-color: #540024; }
a { background-color: rgb(84,0,36); }
div.DivClassName
{
background-color: #540024;
}
.BgClassName
{
background-color: #540024;
}
</style>
border-color css
<style>
span { border-color: #540024; }
span { border-color: rgb(84,0,36); }
td.TdClassName
{
border-color: #540024;
}
.TagClassName
{
border-color: #540024;
}
</style>