Shades of Blackberry #54153F
Tints of Blackberry #54153F
RGB
CMYK
RGB Variations
Color information
#54153F (or 0x54153F) is known color: Blackberry. HEX triplet: 54, 15 and 3F. RGB value is (84,21,63). Sum of RGB (Red+Green+Blue) = 84+21+63=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54153F is #ABEAC0. Grayscale: #2C2C2C. Windows color (decimal): -11266753 or 4134228. OLE color: 4134228.
HSL color Cylindrical-coordinate representation of color #54153F: hue angle of 320º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54153F is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 63 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.67 |
| HSL | 320º | 0.6% | 0.21% | - |
| HSV(B) | 320º | 0.75% | 0.33% | - |
| XYZ | 4.82 | 2.78 | 4.99 | - |
| YUV | 44.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 63 | 0 | 0.75 | 0.25 | 0.67 | 320 | 0.6 | 0.21 |
| Hex | 54 | 15 | 3F | 0 | 4B | 19 | 43 | 140 | 3C | 15 |
| Octal | 124 | 25 | 77 | 0 | 113 | 31 | 103 | 500 | 74 | 25 |
| Binary | 1010100 | 10101 | 111111 | 0 | 1001011 | 11001 | 1000011 | 101000000 | 111100 | 10101 |
Color Harmonies of #54153F
Complementary color
Monochromatic Colors of #54153F
Black with #54153F
Text Example
Text Example
White with #54153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54153F; }
p { color: rgb(84,21,63); }
H1.HeaderClassName
{
color: #54153F;
}
.AnyTagClassName
{
color: #54153F;
}
</style>
background-color css
<style>
a { background-color: #54153F; }
a { background-color: rgb(84,21,63); }
div.DivClassName
{
background-color: #54153F;
}
.BgClassName
{
background-color: #54153F;
}
</style>
border-color css
<style>
span { border-color: #54153F; }
span { border-color: rgb(84,21,63); }
td.TdClassName
{
border-color: #54153F;
}
.TagClassName
{
border-color: #54153F;
}
</style>