Shades of Blackberry #54163B
Tints of Blackberry #54163B
RGB
CMYK
RGB Variations
Color information
#54163B (or 0x54163B) is known color: Blackberry. HEX triplet: 54, 16 and 3B. RGB value is (84,22,59). Sum of RGB (Red+Green+Blue) = 84+22+59=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54163B is #ABE9C4. Grayscale: #2C2C2C. Windows color (decimal): -11266501 or 3872340. OLE color: 3872340.
HSL color Cylindrical-coordinate representation of color #54163B: hue angle of 324.19º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54163B is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 59 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.67 |
| HSL | 324.19º | 0.58% | 0.21% | - |
| HSV(B) | 324.19º | 0.74% | 0.33% | - |
| XYZ | 4.73 | 2.77 | 4.42 | - |
| YUV | 44.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 59 | 0 | 0.74 | 0.30 | 0.67 | 324.19 | 0.58 | 0.21 |
| Hex | 54 | 16 | 3B | 0 | 4A | 1E | 43 | 144 | 3A | 15 |
| Octal | 124 | 26 | 73 | 0 | 112 | 36 | 103 | 504 | 72 | 25 |
| Binary | 1010100 | 10110 | 111011 | 0 | 1001010 | 11110 | 1000011 | 101000100 | 111010 | 10101 |
Color Harmonies of #54163B
Complementary color
Monochromatic Colors of #54163B
Black with #54163B
Text Example
Text Example
White with #54163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54163B; }
p { color: rgb(84,22,59); }
H1.HeaderClassName
{
color: #54163B;
}
.AnyTagClassName
{
color: #54163B;
}
</style>
background-color css
<style>
a { background-color: #54163B; }
a { background-color: rgb(84,22,59); }
div.DivClassName
{
background-color: #54163B;
}
.BgClassName
{
background-color: #54163B;
}
</style>
border-color css
<style>
span { border-color: #54163B; }
span { border-color: rgb(84,22,59); }
td.TdClassName
{
border-color: #54163B;
}
.TagClassName
{
border-color: #54163B;
}
</style>