Shades of Blackberry #541639
Tints of Blackberry #541639
RGB
CMYK
RGB Variations
Color information
#541639 (or 0x541639) is known color: Blackberry. HEX triplet: 54, 16 and 39. RGB value is (84,22,57). Sum of RGB (Red+Green+Blue) = 84+22+57=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #541639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541639 is #ABE9C6. Grayscale: #2C2C2C. Windows color (decimal): -11266503 or 3741268. OLE color: 3741268.
HSL color Cylindrical-coordinate representation of color #541639: hue angle of 326.13º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541639 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 57 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.67 |
| HSL | 326.13º | 0.58% | 0.21% | - |
| HSV(B) | 326.13º | 0.74% | 0.33% | - |
| XYZ | 4.68 | 2.75 | 4.16 | - |
| YUV | 44.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 57 | 0 | 0.74 | 0.32 | 0.67 | 326.13 | 0.58 | 0.21 |
| Hex | 54 | 16 | 39 | 0 | 4A | 20 | 43 | 146 | 3A | 15 |
| Octal | 124 | 26 | 71 | 0 | 112 | 40 | 103 | 506 | 72 | 25 |
| Binary | 1010100 | 10110 | 111001 | 0 | 1001010 | 100000 | 1000011 | 101000110 | 111010 | 10101 |
Color Harmonies of #541639
Complementary color
Monochromatic Colors of #541639
Black with #541639
Text Example
Text Example
White with #541639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541639; }
p { color: rgb(84,22,57); }
H1.HeaderClassName
{
color: #541639;
}
.AnyTagClassName
{
color: #541639;
}
</style>
background-color css
<style>
a { background-color: #541639; }
a { background-color: rgb(84,22,57); }
div.DivClassName
{
background-color: #541639;
}
.BgClassName
{
background-color: #541639;
}
</style>
border-color css
<style>
span { border-color: #541639; }
span { border-color: rgb(84,22,57); }
td.TdClassName
{
border-color: #541639;
}
.TagClassName
{
border-color: #541639;
}
</style>