Shades of Blackberry #54153E
Tints of Blackberry #54153E
RGB
CMYK
RGB Variations
Color information
#54153E (or 0x54153E) is known color: Blackberry. HEX triplet: 54, 15 and 3E. RGB value is (84,21,62). Sum of RGB (Red+Green+Blue) = 84+21+62=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54153E is #ABEAC1. Grayscale: #2C2C2C. Windows color (decimal): -11266754 or 4068692. OLE color: 4068692.
HSL color Cylindrical-coordinate representation of color #54153E: hue angle of 320.95º 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 #54153E is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 62 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.67 |
| HSL | 320.95º | 0.6% | 0.21% | - |
| HSV(B) | 320.95º | 0.75% | 0.33% | - |
| XYZ | 4.79 | 2.77 | 4.84 | - |
| YUV | 44.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 62 | 0 | 0.75 | 0.26 | 0.67 | 320.95 | 0.6 | 0.21 |
| Hex | 54 | 15 | 3E | 0 | 4B | 1A | 43 | 141 | 3C | 15 |
| Octal | 124 | 25 | 76 | 0 | 113 | 32 | 103 | 501 | 74 | 25 |
| Binary | 1010100 | 10101 | 111110 | 0 | 1001011 | 11010 | 1000011 | 101000001 | 111100 | 10101 |
Color Harmonies of #54153E
Complementary color
Monochromatic Colors of #54153E
Black with #54153E
Text Example
Text Example
White with #54153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54153E; }
p { color: rgb(84,21,62); }
H1.HeaderClassName
{
color: #54153E;
}
.AnyTagClassName
{
color: #54153E;
}
</style>
background-color css
<style>
a { background-color: #54153E; }
a { background-color: rgb(84,21,62); }
div.DivClassName
{
background-color: #54153E;
}
.BgClassName
{
background-color: #54153E;
}
</style>
border-color css
<style>
span { border-color: #54153E; }
span { border-color: rgb(84,21,62); }
td.TdClassName
{
border-color: #54153E;
}
.TagClassName
{
border-color: #54153E;
}
</style>