Shades of Blackberry #540A2C
Tints of Blackberry #540A2C
RGB
CMYK
RGB Variations
Color information
#540A2C (or 0x540A2C) is known color: Blackberry. HEX triplet: 54, 0A and 2C. RGB value is (84,10,44). Sum of RGB (Red+Green+Blue) = 84+10+44=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #540A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A2C is #ABF5D3. Grayscale: #232323. Windows color (decimal): -11269588 or 2886228. OLE color: 2886228.
HSL color Cylindrical-coordinate representation of color #540A2C: hue angle of 332.43º 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 #540A2C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 44 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.67 |
| HSL | 332.43º | 0.79% | 0.18% | - |
| HSV(B) | 332.43º | 0.88% | 0.33% | - |
| XYZ | 4.22 | 2.28 | 2.6 | - |
| YUV | 36 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 44 | 0 | 0.88 | 0.48 | 0.67 | 332.43 | 0.79 | 0.18 |
| Hex | 54 | A | 2C | 0 | 58 | 30 | 43 | 14C | 4F | 12 |
| Octal | 124 | 12 | 54 | 0 | 130 | 60 | 103 | 514 | 117 | 22 |
| Binary | 1010100 | 1010 | 101100 | 0 | 1011000 | 110000 | 1000011 | 101001100 | 1001111 | 10010 |
Color Harmonies of #540A2C
Complementary color
Monochromatic Colors of #540A2C
Black with #540A2C
Text Example
Text Example
White with #540A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A2C; }
p { color: rgb(84,10,44); }
H1.HeaderClassName
{
color: #540A2C;
}
.AnyTagClassName
{
color: #540A2C;
}
</style>
background-color css
<style>
a { background-color: #540A2C; }
a { background-color: rgb(84,10,44); }
div.DivClassName
{
background-color: #540A2C;
}
.BgClassName
{
background-color: #540A2C;
}
</style>
border-color css
<style>
span { border-color: #540A2C; }
span { border-color: rgb(84,10,44); }
td.TdClassName
{
border-color: #540A2C;
}
.TagClassName
{
border-color: #540A2C;
}
</style>