Shades of Blackberry #51123D
Tints of Blackberry #51123D
RGB
CMYK
RGB Variations
Color information
#51123D (or 0x51123D) is known color: Blackberry. HEX triplet: 51, 12 and 3D. RGB value is (81,18,61). Sum of RGB (Red+Green+Blue) = 81+18+61=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51123D is #AEEDC2. Grayscale: #292929. Windows color (decimal): -11464131 or 4002385. OLE color: 4002385.
HSL color Cylindrical-coordinate representation of color #51123D: hue angle of 319.05º 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 #51123D is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 61 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.68 |
| HSL | 319.05º | 0.64% | 0.19% | - |
| HSV(B) | 319.05º | 0.78% | 0.32% | - |
| XYZ | 4.45 | 2.52 | 4.67 | - |
| YUV | 41.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 61 | 0 | 0.78 | 0.25 | 0.68 | 319.05 | 0.64 | 0.19 |
| Hex | 51 | 12 | 3D | 0 | 4E | 19 | 44 | 13F | 40 | 13 |
| Octal | 121 | 22 | 75 | 0 | 116 | 31 | 104 | 477 | 100 | 23 |
| Binary | 1010001 | 10010 | 111101 | 0 | 1001110 | 11001 | 1000100 | 100111111 | 1000000 | 10011 |
Color Harmonies of #51123D
Complementary color
Monochromatic Colors of #51123D
Black with #51123D
Text Example
Text Example
White with #51123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51123D; }
p { color: rgb(81,18,61); }
H1.HeaderClassName
{
color: #51123D;
}
.AnyTagClassName
{
color: #51123D;
}
</style>
background-color css
<style>
a { background-color: #51123D; }
a { background-color: rgb(81,18,61); }
div.DivClassName
{
background-color: #51123D;
}
.BgClassName
{
background-color: #51123D;
}
</style>
border-color css
<style>
span { border-color: #51123D; }
span { border-color: rgb(81,18,61); }
td.TdClassName
{
border-color: #51123D;
}
.TagClassName
{
border-color: #51123D;
}
</style>