Shades of Blackberry #54133B
Tints of Blackberry #54133B
RGB
CMYK
RGB Variations
Color information
#54133B (or 0x54133B) is known color: Blackberry. HEX triplet: 54, 13 and 3B. RGB value is (84,19,59). Sum of RGB (Red+Green+Blue) = 84+19+59=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54133B is #ABECC4. Grayscale: #2A2A2A. Windows color (decimal): -11267269 or 3871572. OLE color: 3871572.
HSL color Cylindrical-coordinate representation of color #54133B: hue angle of 323.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54133B is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 19 | 59 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.67 |
| HSL | 323.08º | 0.63% | 0.2% | - |
| HSV(B) | 323.08º | 0.77% | 0.33% | - |
| XYZ | 4.68 | 2.67 | 4.41 | - |
| YUV | 43 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 59 | 0 | 0.77 | 0.30 | 0.67 | 323.08 | 0.63 | 0.2 |
| Hex | 54 | 13 | 3B | 0 | 4D | 1E | 43 | 143 | 3F | 14 |
| Octal | 124 | 23 | 73 | 0 | 115 | 36 | 103 | 503 | 77 | 24 |
| Binary | 1010100 | 10011 | 111011 | 0 | 1001101 | 11110 | 1000011 | 101000011 | 111111 | 10100 |
Color Harmonies of #54133B
Complementary color
Monochromatic Colors of #54133B
Black with #54133B
Text Example
Text Example
White with #54133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54133B; }
p { color: rgb(84,19,59); }
H1.HeaderClassName
{
color: #54133B;
}
.AnyTagClassName
{
color: #54133B;
}
</style>
background-color css
<style>
a { background-color: #54133B; }
a { background-color: rgb(84,19,59); }
div.DivClassName
{
background-color: #54133B;
}
.BgClassName
{
background-color: #54133B;
}
</style>
border-color css
<style>
span { border-color: #54133B; }
span { border-color: rgb(84,19,59); }
td.TdClassName
{
border-color: #54133B;
}
.TagClassName
{
border-color: #54133B;
}
</style>