Shades of Blackberry #54193C
Tints of Blackberry #54193C
RGB
CMYK
RGB Variations
Color information
#54193C (or 0x54193C) is known color: Blackberry. HEX triplet: 54, 19 and 3C. RGB value is (84,25,60). Sum of RGB (Red+Green+Blue) = 84+25+60=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54193C is #ABE6C3. Grayscale: #2E2E2E. Windows color (decimal): -11265732 or 3938644. OLE color: 3938644.
HSL color Cylindrical-coordinate representation of color #54193C: hue angle of 324.41º 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 #54193C is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 60 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.67 |
| HSL | 324.41º | 0.54% | 0.21% | - |
| HSV(B) | 324.41º | 0.7% | 0.33% | - |
| XYZ | 4.82 | 2.91 | 4.58 | - |
| YUV | 46.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 60 | 0 | 0.70 | 0.29 | 0.67 | 324.41 | 0.54 | 0.21 |
| Hex | 54 | 19 | 3C | 0 | 46 | 1D | 43 | 144 | 36 | 15 |
| Octal | 124 | 31 | 74 | 0 | 106 | 35 | 103 | 504 | 66 | 25 |
| Binary | 1010100 | 11001 | 111100 | 0 | 1000110 | 11101 | 1000011 | 101000100 | 110110 | 10101 |
Color Harmonies of #54193C
Complementary color
Monochromatic Colors of #54193C
Black with #54193C
Text Example
Text Example
White with #54193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54193C; }
p { color: rgb(84,25,60); }
H1.HeaderClassName
{
color: #54193C;
}
.AnyTagClassName
{
color: #54193C;
}
</style>
background-color css
<style>
a { background-color: #54193C; }
a { background-color: rgb(84,25,60); }
div.DivClassName
{
background-color: #54193C;
}
.BgClassName
{
background-color: #54193C;
}
</style>
border-color css
<style>
span { border-color: #54193C; }
span { border-color: rgb(84,25,60); }
td.TdClassName
{
border-color: #54193C;
}
.TagClassName
{
border-color: #54193C;
}
</style>