Shades of Blackberry #541132
Tints of Blackberry #541132
RGB
CMYK
RGB Variations
Color information
#541132 (or 0x541132) is known color: Blackberry. HEX triplet: 54, 11 and 32. RGB value is (84,17,50). Sum of RGB (Red+Green+Blue) = 84+17+50=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #541132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541132 is #ABEECD. Grayscale: #282828. Windows color (decimal): -11267790 or 3281236. OLE color: 3281236.
HSL color Cylindrical-coordinate representation of color #541132: hue angle of 330.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541132 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 50 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.67 |
| HSL | 330.45º | 0.66% | 0.2% | - |
| HSV(B) | 330.45º | 0.8% | 0.33% | - |
| XYZ | 4.43 | 2.52 | 3.27 | - |
| YUV | 40.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 50 | 0 | 0.80 | 0.40 | 0.67 | 330.45 | 0.66 | 0.2 |
| Hex | 54 | 11 | 32 | 0 | 50 | 28 | 43 | 14A | 42 | 14 |
| Octal | 124 | 21 | 62 | 0 | 120 | 50 | 103 | 512 | 102 | 24 |
| Binary | 1010100 | 10001 | 110010 | 0 | 1010000 | 101000 | 1000011 | 101001010 | 1000010 | 10100 |
Color Harmonies of #541132
Complementary color
Monochromatic Colors of #541132
Black with #541132
Text Example
Text Example
White with #541132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541132; }
p { color: rgb(84,17,50); }
H1.HeaderClassName
{
color: #541132;
}
.AnyTagClassName
{
color: #541132;
}
</style>
background-color css
<style>
a { background-color: #541132; }
a { background-color: rgb(84,17,50); }
div.DivClassName
{
background-color: #541132;
}
.BgClassName
{
background-color: #541132;
}
</style>
border-color css
<style>
span { border-color: #541132; }
span { border-color: rgb(84,17,50); }
td.TdClassName
{
border-color: #541132;
}
.TagClassName
{
border-color: #541132;
}
</style>