Shades of Blackberry #54163F
Tints of Blackberry #54163F
RGB
CMYK
RGB Variations
Color information
#54163F (or 0x54163F) is known color: Blackberry. HEX triplet: 54, 16 and 3F. RGB value is (84,22,63). Sum of RGB (Red+Green+Blue) = 84+22+63=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54163F is #ABE9C0. Grayscale: #2D2D2D. Windows color (decimal): -11266497 or 4134484. OLE color: 4134484.
HSL color Cylindrical-coordinate representation of color #54163F: hue angle of 320.32º 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 #54163F is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 63 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.67 |
| HSL | 320.32º | 0.58% | 0.21% | - |
| HSV(B) | 320.32º | 0.74% | 0.33% | - |
| XYZ | 4.84 | 2.82 | 4.99 | - |
| YUV | 45.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 63 | 0 | 0.74 | 0.25 | 0.67 | 320.32 | 0.58 | 0.21 |
| Hex | 54 | 16 | 3F | 0 | 4A | 19 | 43 | 140 | 3A | 15 |
| Octal | 124 | 26 | 77 | 0 | 112 | 31 | 103 | 500 | 72 | 25 |
| Binary | 1010100 | 10110 | 111111 | 0 | 1001010 | 11001 | 1000011 | 101000000 | 111010 | 10101 |
Color Harmonies of #54163F
Complementary color
Monochromatic Colors of #54163F
Black with #54163F
Text Example
Text Example
White with #54163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54163F; }
p { color: rgb(84,22,63); }
H1.HeaderClassName
{
color: #54163F;
}
.AnyTagClassName
{
color: #54163F;
}
</style>
background-color css
<style>
a { background-color: #54163F; }
a { background-color: rgb(84,22,63); }
div.DivClassName
{
background-color: #54163F;
}
.BgClassName
{
background-color: #54163F;
}
</style>
border-color css
<style>
span { border-color: #54163F; }
span { border-color: rgb(84,22,63); }
td.TdClassName
{
border-color: #54163F;
}
.TagClassName
{
border-color: #54163F;
}
</style>