Shades of Blackberry #541235
Tints of Blackberry #541235
RGB
CMYK
RGB Variations
Color information
#541235 (or 0x541235) is known color: Blackberry. HEX triplet: 54, 12 and 35. RGB value is (84,18,53). Sum of RGB (Red+Green+Blue) = 84+18+53=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #541235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541235 is #ABEDCA. Grayscale: #292929. Windows color (decimal): -11267531 or 3478100. OLE color: 3478100.
HSL color Cylindrical-coordinate representation of color #541235: hue angle of 328.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541235 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 53 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.67 |
| HSL | 328.18º | 0.65% | 0.2% | - |
| HSV(B) | 328.18º | 0.79% | 0.33% | - |
| XYZ | 4.52 | 2.57 | 3.63 | - |
| YUV | 41.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 53 | 0 | 0.79 | 0.37 | 0.67 | 328.18 | 0.65 | 0.2 |
| Hex | 54 | 12 | 35 | 0 | 4F | 25 | 43 | 148 | 41 | 14 |
| Octal | 124 | 22 | 65 | 0 | 117 | 45 | 103 | 510 | 101 | 24 |
| Binary | 1010100 | 10010 | 110101 | 0 | 1001111 | 100101 | 1000011 | 101001000 | 1000001 | 10100 |
Color Harmonies of #541235
Complementary color
Monochromatic Colors of #541235
Black with #541235
Text Example
Text Example
White with #541235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541235; }
p { color: rgb(84,18,53); }
H1.HeaderClassName
{
color: #541235;
}
.AnyTagClassName
{
color: #541235;
}
</style>
background-color css
<style>
a { background-color: #541235; }
a { background-color: rgb(84,18,53); }
div.DivClassName
{
background-color: #541235;
}
.BgClassName
{
background-color: #541235;
}
</style>
border-color css
<style>
span { border-color: #541235; }
span { border-color: rgb(84,18,53); }
td.TdClassName
{
border-color: #541235;
}
.TagClassName
{
border-color: #541235;
}
</style>