Shades of Blackberry #51123B
Tints of Blackberry #51123B
RGB
CMYK
RGB Variations
Color information
#51123B (or 0x51123B) is known color: Blackberry. HEX triplet: 51, 12 and 3B. RGB value is (81,18,59). Sum of RGB (Red+Green+Blue) = 81+18+59=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51123B is #AEEDC4. Grayscale: #292929. Windows color (decimal): -11464133 or 3871313. OLE color: 3871313.
HSL color Cylindrical-coordinate representation of color #51123B: hue angle of 320.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51123B is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 59 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.68 |
| HSL | 320.95º | 0.64% | 0.19% | - |
| HSV(B) | 320.95º | 0.78% | 0.32% | - |
| XYZ | 4.4 | 2.5 | 4.39 | - |
| YUV | 41.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 59 | 0 | 0.78 | 0.27 | 0.68 | 320.95 | 0.64 | 0.19 |
| Hex | 51 | 12 | 3B | 0 | 4E | 1B | 44 | 141 | 40 | 13 |
| Octal | 121 | 22 | 73 | 0 | 116 | 33 | 104 | 501 | 100 | 23 |
| Binary | 1010001 | 10010 | 111011 | 0 | 1001110 | 11011 | 1000100 | 101000001 | 1000000 | 10011 |
Color Harmonies of #51123B
Complementary color
Monochromatic Colors of #51123B
Black with #51123B
Text Example
Text Example
White with #51123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51123B; }
p { color: rgb(81,18,59); }
H1.HeaderClassName
{
color: #51123B;
}
.AnyTagClassName
{
color: #51123B;
}
</style>
background-color css
<style>
a { background-color: #51123B; }
a { background-color: rgb(81,18,59); }
div.DivClassName
{
background-color: #51123B;
}
.BgClassName
{
background-color: #51123B;
}
</style>
border-color css
<style>
span { border-color: #51123B; }
span { border-color: rgb(81,18,59); }
td.TdClassName
{
border-color: #51123B;
}
.TagClassName
{
border-color: #51123B;
}
</style>