Shades of Blackberry #54193B
Tints of Blackberry #54193B
RGB
CMYK
RGB Variations
Color information
#54193B (or 0x54193B) is known color: Blackberry. HEX triplet: 54, 19 and 3B. RGB value is (84,25,59). Sum of RGB (Red+Green+Blue) = 84+25+59=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54193B is #ABE6C4. Grayscale: #2E2E2E. Windows color (decimal): -11265733 or 3873108. OLE color: 3873108.
HSL color Cylindrical-coordinate representation of color #54193B: hue angle of 325.42º 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 #54193B is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 59 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.67 |
| HSL | 325.42º | 0.54% | 0.21% | - |
| HSV(B) | 325.42º | 0.7% | 0.33% | - |
| XYZ | 4.79 | 2.9 | 4.44 | - |
| YUV | 46.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 59 | 0 | 0.70 | 0.30 | 0.67 | 325.42 | 0.54 | 0.21 |
| Hex | 54 | 19 | 3B | 0 | 46 | 1E | 43 | 145 | 36 | 15 |
| Octal | 124 | 31 | 73 | 0 | 106 | 36 | 103 | 505 | 66 | 25 |
| Binary | 1010100 | 11001 | 111011 | 0 | 1000110 | 11110 | 1000011 | 101000101 | 110110 | 10101 |
Color Harmonies of #54193B
Complementary color
Monochromatic Colors of #54193B
Black with #54193B
Text Example
Text Example
White with #54193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54193B; }
p { color: rgb(84,25,59); }
H1.HeaderClassName
{
color: #54193B;
}
.AnyTagClassName
{
color: #54193B;
}
</style>
background-color css
<style>
a { background-color: #54193B; }
a { background-color: rgb(84,25,59); }
div.DivClassName
{
background-color: #54193B;
}
.BgClassName
{
background-color: #54193B;
}
</style>
border-color css
<style>
span { border-color: #54193B; }
span { border-color: rgb(84,25,59); }
td.TdClassName
{
border-color: #54193B;
}
.TagClassName
{
border-color: #54193B;
}
</style>