Shades of Blackberry #54173B
Tints of Blackberry #54173B
RGB
CMYK
RGB Variations
Color information
#54173B (or 0x54173B) is known color: Blackberry. HEX triplet: 54, 17 and 3B. RGB value is (84,23,59). Sum of RGB (Red+Green+Blue) = 84+23+59=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54173B is #ABE8C4. Grayscale: #2D2D2D. Windows color (decimal): -11266245 or 3872596. OLE color: 3872596.
HSL color Cylindrical-coordinate representation of color #54173B: hue angle of 324.59º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54173B is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 59 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.67 |
| HSL | 324.59º | 0.57% | 0.21% | - |
| HSV(B) | 324.59º | 0.73% | 0.33% | - |
| XYZ | 4.75 | 2.81 | 4.43 | - |
| YUV | 45.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 59 | 0 | 0.73 | 0.30 | 0.67 | 324.59 | 0.57 | 0.21 |
| Hex | 54 | 17 | 3B | 0 | 49 | 1E | 43 | 145 | 39 | 15 |
| Octal | 124 | 27 | 73 | 0 | 111 | 36 | 103 | 505 | 71 | 25 |
| Binary | 1010100 | 10111 | 111011 | 0 | 1001001 | 11110 | 1000011 | 101000101 | 111001 | 10101 |
Color Harmonies of #54173B
Complementary color
Monochromatic Colors of #54173B
Black with #54173B
Text Example
Text Example
White with #54173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54173B; }
p { color: rgb(84,23,59); }
H1.HeaderClassName
{
color: #54173B;
}
.AnyTagClassName
{
color: #54173B;
}
</style>
background-color css
<style>
a { background-color: #54173B; }
a { background-color: rgb(84,23,59); }
div.DivClassName
{
background-color: #54173B;
}
.BgClassName
{
background-color: #54173B;
}
</style>
border-color css
<style>
span { border-color: #54173B; }
span { border-color: rgb(84,23,59); }
td.TdClassName
{
border-color: #54173B;
}
.TagClassName
{
border-color: #54173B;
}
</style>