Shades of Blackberry #51193B
Tints of Blackberry #51193B
RGB
CMYK
RGB Variations
Color information
#51193B (or 0x51193B) is known color: Blackberry. HEX triplet: 51, 19 and 3B. RGB value is (81,25,59). Sum of RGB (Red+Green+Blue) = 81+25+59=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51193B is #AEE6C4. Grayscale: #2D2D2D. Windows color (decimal): -11462341 or 3873105. OLE color: 3873105.
HSL color Cylindrical-coordinate representation of color #51193B: hue angle of 323.57º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51193B is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 59 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.68 |
| HSL | 323.57º | 0.53% | 0.21% | - |
| HSV(B) | 323.57º | 0.69% | 0.32% | - |
| XYZ | 4.53 | 2.76 | 4.43 | - |
| YUV | 45.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 59 | 0 | 0.69 | 0.27 | 0.68 | 323.57 | 0.53 | 0.21 |
| Hex | 51 | 19 | 3B | 0 | 45 | 1B | 44 | 144 | 35 | 15 |
| Octal | 121 | 31 | 73 | 0 | 105 | 33 | 104 | 504 | 65 | 25 |
| Binary | 1010001 | 11001 | 111011 | 0 | 1000101 | 11011 | 1000100 | 101000100 | 110101 | 10101 |
Color Harmonies of #51193B
Complementary color
Monochromatic Colors of #51193B
Black with #51193B
Text Example
Text Example
White with #51193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51193B; }
p { color: rgb(81,25,59); }
H1.HeaderClassName
{
color: #51193B;
}
.AnyTagClassName
{
color: #51193B;
}
</style>
background-color css
<style>
a { background-color: #51193B; }
a { background-color: rgb(81,25,59); }
div.DivClassName
{
background-color: #51193B;
}
.BgClassName
{
background-color: #51193B;
}
</style>
border-color css
<style>
span { border-color: #51193B; }
span { border-color: rgb(81,25,59); }
td.TdClassName
{
border-color: #51193B;
}
.TagClassName
{
border-color: #51193B;
}
</style>