Shades of Blackberry #54122E
Tints of Blackberry #54122E
RGB
CMYK
RGB Variations
Color information
#54122E (or 0x54122E) is known color: Blackberry. HEX triplet: 54, 12 and 2E. RGB value is (84,18,46). Sum of RGB (Red+Green+Blue) = 84+18+46=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54122E is #ABEDD1. Grayscale: #282828. Windows color (decimal): -11267538 or 3019348. OLE color: 3019348.
HSL color Cylindrical-coordinate representation of color #54122E: hue angle of 334.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54122E is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 46 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.67 |
| HSL | 334.55º | 0.65% | 0.2% | - |
| HSV(B) | 334.55º | 0.79% | 0.33% | - |
| XYZ | 4.37 | 2.51 | 2.84 | - |
| YUV | 40.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 46 | 0 | 0.79 | 0.45 | 0.67 | 334.55 | 0.65 | 0.2 |
| Hex | 54 | 12 | 2E | 0 | 4F | 2D | 43 | 14F | 41 | 14 |
| Octal | 124 | 22 | 56 | 0 | 117 | 55 | 103 | 517 | 101 | 24 |
| Binary | 1010100 | 10010 | 101110 | 0 | 1001111 | 101101 | 1000011 | 101001111 | 1000001 | 10100 |
Color Harmonies of #54122E
Complementary color
Monochromatic Colors of #54122E
Black with #54122E
Text Example
Text Example
White with #54122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54122E; }
p { color: rgb(84,18,46); }
H1.HeaderClassName
{
color: #54122E;
}
.AnyTagClassName
{
color: #54122E;
}
</style>
background-color css
<style>
a { background-color: #54122E; }
a { background-color: rgb(84,18,46); }
div.DivClassName
{
background-color: #54122E;
}
.BgClassName
{
background-color: #54122E;
}
</style>
border-color css
<style>
span { border-color: #54122E; }
span { border-color: rgb(84,18,46); }
td.TdClassName
{
border-color: #54122E;
}
.TagClassName
{
border-color: #54122E;
}
</style>