Shades of Blackberry #54163C
Tints of Blackberry #54163C
RGB
CMYK
RGB Variations
Color information
#54163C (or 0x54163C) is known color: Blackberry. HEX triplet: 54, 16 and 3C. RGB value is (84,22,60). Sum of RGB (Red+Green+Blue) = 84+22+60=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54163C is #ABE9C3. Grayscale: #2C2C2C. Windows color (decimal): -11266500 or 3937876. OLE color: 3937876.
HSL color Cylindrical-coordinate representation of color #54163C: hue angle of 323.23º 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 #54163C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 60 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.67 |
| HSL | 323.23º | 0.58% | 0.21% | - |
| HSV(B) | 323.23º | 0.74% | 0.33% | - |
| XYZ | 4.76 | 2.78 | 4.56 | - |
| YUV | 44.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 60 | 0 | 0.74 | 0.29 | 0.67 | 323.23 | 0.58 | 0.21 |
| Hex | 54 | 16 | 3C | 0 | 4A | 1D | 43 | 143 | 3A | 15 |
| Octal | 124 | 26 | 74 | 0 | 112 | 35 | 103 | 503 | 72 | 25 |
| Binary | 1010100 | 10110 | 111100 | 0 | 1001010 | 11101 | 1000011 | 101000011 | 111010 | 10101 |
Color Harmonies of #54163C
Complementary color
Monochromatic Colors of #54163C
Black with #54163C
Text Example
Text Example
White with #54163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54163C; }
p { color: rgb(84,22,60); }
H1.HeaderClassName
{
color: #54163C;
}
.AnyTagClassName
{
color: #54163C;
}
</style>
background-color css
<style>
a { background-color: #54163C; }
a { background-color: rgb(84,22,60); }
div.DivClassName
{
background-color: #54163C;
}
.BgClassName
{
background-color: #54163C;
}
</style>
border-color css
<style>
span { border-color: #54163C; }
span { border-color: rgb(84,22,60); }
td.TdClassName
{
border-color: #54163C;
}
.TagClassName
{
border-color: #54163C;
}
</style>