Shades of Blackberry #540B32
Tints of Blackberry #540B32
RGB
CMYK
RGB Variations
Color information
#540B32 (or 0x540B32) is known color: Blackberry. HEX triplet: 54, 0B and 32. RGB value is (84,11,50). Sum of RGB (Red+Green+Blue) = 84+11+50=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #540B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B32 is #ABF4CD. Grayscale: #252525. Windows color (decimal): -11269326 or 3279700. OLE color: 3279700.
HSL color Cylindrical-coordinate representation of color #540B32: hue angle of 327.95º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B32 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 50 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.67 |
| HSL | 327.95º | 0.77% | 0.19% | - |
| HSV(B) | 327.95º | 0.87% | 0.33% | - |
| XYZ | 4.35 | 2.35 | 3.24 | - |
| YUV | 37.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 50 | 0 | 0.87 | 0.40 | 0.67 | 327.95 | 0.77 | 0.19 |
| Hex | 54 | B | 32 | 0 | 57 | 28 | 43 | 148 | 4D | 13 |
| Octal | 124 | 13 | 62 | 0 | 127 | 50 | 103 | 510 | 115 | 23 |
| Binary | 1010100 | 1011 | 110010 | 0 | 1010111 | 101000 | 1000011 | 101001000 | 1001101 | 10011 |
Color Harmonies of #540B32
Complementary color
Monochromatic Colors of #540B32
Black with #540B32
Text Example
Text Example
White with #540B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B32; }
p { color: rgb(84,11,50); }
H1.HeaderClassName
{
color: #540B32;
}
.AnyTagClassName
{
color: #540B32;
}
</style>
background-color css
<style>
a { background-color: #540B32; }
a { background-color: rgb(84,11,50); }
div.DivClassName
{
background-color: #540B32;
}
.BgClassName
{
background-color: #540B32;
}
</style>
border-color css
<style>
span { border-color: #540B32; }
span { border-color: rgb(84,11,50); }
td.TdClassName
{
border-color: #540B32;
}
.TagClassName
{
border-color: #540B32;
}
</style>