Shades of Blackberry #54193F
Tints of Blackberry #54193F
RGB
CMYK
RGB Variations
Color information
#54193F (or 0x54193F) is known color: Blackberry. HEX triplet: 54, 19 and 3F. RGB value is (84,25,63). Sum of RGB (Red+Green+Blue) = 84+25+63=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #54193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54193F is #ABE6C0. Grayscale: #2E2E2E. Windows color (decimal): -11265729 or 4135252. OLE color: 4135252.
HSL color Cylindrical-coordinate representation of color #54193F: hue angle of 321.36º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54193F is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 63 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.67 |
| HSL | 321.36º | 0.54% | 0.21% | - |
| HSV(B) | 321.36º | 0.7% | 0.33% | - |
| XYZ | 4.9 | 2.94 | 5.01 | - |
| YUV | 46.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 63 | 0 | 0.70 | 0.25 | 0.67 | 321.36 | 0.54 | 0.21 |
| Hex | 54 | 19 | 3F | 0 | 46 | 19 | 43 | 141 | 36 | 15 |
| Octal | 124 | 31 | 77 | 0 | 106 | 31 | 103 | 501 | 66 | 25 |
| Binary | 1010100 | 11001 | 111111 | 0 | 1000110 | 11001 | 1000011 | 101000001 | 110110 | 10101 |
Color Harmonies of #54193F
Complementary color
Monochromatic Colors of #54193F
Black with #54193F
Text Example
Text Example
White with #54193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54193F; }
p { color: rgb(84,25,63); }
H1.HeaderClassName
{
color: #54193F;
}
.AnyTagClassName
{
color: #54193F;
}
</style>
background-color css
<style>
a { background-color: #54193F; }
a { background-color: rgb(84,25,63); }
div.DivClassName
{
background-color: #54193F;
}
.BgClassName
{
background-color: #54193F;
}
</style>
border-color css
<style>
span { border-color: #54193F; }
span { border-color: rgb(84,25,63); }
td.TdClassName
{
border-color: #54193F;
}
.TagClassName
{
border-color: #54193F;
}
</style>