Shades of Blackberry #540A32
Tints of Blackberry #540A32
RGB
CMYK
RGB Variations
Color information
#540A32 (or 0x540A32) is known color: Blackberry. HEX triplet: 54, 0A and 32. RGB value is (84,10,50). Sum of RGB (Red+Green+Blue) = 84+10+50=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #540A32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A32 is #ABF5CD. Grayscale: #242424. Windows color (decimal): -11269582 or 3279444. OLE color: 3279444.
HSL color Cylindrical-coordinate representation of color #540A32: hue angle of 327.57º 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 #540A32 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 50 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.67 |
| HSL | 327.57º | 0.79% | 0.18% | - |
| HSV(B) | 327.57º | 0.88% | 0.33% | - |
| XYZ | 4.34 | 2.33 | 3.24 | - |
| YUV | 36.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 50 | 0 | 0.88 | 0.40 | 0.67 | 327.57 | 0.79 | 0.18 |
| Hex | 54 | A | 32 | 0 | 58 | 28 | 43 | 148 | 4F | 12 |
| Octal | 124 | 12 | 62 | 0 | 130 | 50 | 103 | 510 | 117 | 22 |
| Binary | 1010100 | 1010 | 110010 | 0 | 1011000 | 101000 | 1000011 | 101001000 | 1001111 | 10010 |
Color Harmonies of #540A32
Complementary color
Monochromatic Colors of #540A32
Black with #540A32
Text Example
Text Example
White with #540A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A32; }
p { color: rgb(84,10,50); }
H1.HeaderClassName
{
color: #540A32;
}
.AnyTagClassName
{
color: #540A32;
}
</style>
background-color css
<style>
a { background-color: #540A32; }
a { background-color: rgb(84,10,50); }
div.DivClassName
{
background-color: #540A32;
}
.BgClassName
{
background-color: #540A32;
}
</style>
border-color css
<style>
span { border-color: #540A32; }
span { border-color: rgb(84,10,50); }
td.TdClassName
{
border-color: #540A32;
}
.TagClassName
{
border-color: #540A32;
}
</style>