Shades of Blackberry #540A30
Tints of Blackberry #540A30
RGB
CMYK
RGB Variations
Color information
#540A30 (or 0x540A30) is known color: Blackberry. HEX triplet: 54, 0A and 30. RGB value is (84,10,48). Sum of RGB (Red+Green+Blue) = 84+10+48=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #540A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A30 is #ABF5CF. Grayscale: #242424. Windows color (decimal): -11269584 or 3148372. OLE color: 3148372.
HSL color Cylindrical-coordinate representation of color #540A30: hue angle of 329.19º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A30 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 48 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.67 |
| HSL | 329.19º | 0.79% | 0.18% | - |
| HSV(B) | 329.19º | 0.88% | 0.33% | - |
| XYZ | 4.3 | 2.32 | 3.02 | - |
| YUV | 36.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 48 | 0 | 0.88 | 0.43 | 0.67 | 329.19 | 0.79 | 0.18 |
| Hex | 54 | A | 30 | 0 | 58 | 2B | 43 | 149 | 4F | 12 |
| Octal | 124 | 12 | 60 | 0 | 130 | 53 | 103 | 511 | 117 | 22 |
| Binary | 1010100 | 1010 | 110000 | 0 | 1011000 | 101011 | 1000011 | 101001001 | 1001111 | 10010 |
Color Harmonies of #540A30
Complementary color
Monochromatic Colors of #540A30
Black with #540A30
Text Example
Text Example
White with #540A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A30; }
p { color: rgb(84,10,48); }
H1.HeaderClassName
{
color: #540A30;
}
.AnyTagClassName
{
color: #540A30;
}
</style>
background-color css
<style>
a { background-color: #540A30; }
a { background-color: rgb(84,10,48); }
div.DivClassName
{
background-color: #540A30;
}
.BgClassName
{
background-color: #540A30;
}
</style>
border-color css
<style>
span { border-color: #540A30; }
span { border-color: rgb(84,10,48); }
td.TdClassName
{
border-color: #540A30;
}
.TagClassName
{
border-color: #540A30;
}
</style>