Shades of Blackberry #51103F
Tints of Blackberry #51103F
RGB
CMYK
RGB Variations
Color information
#51103F (or 0x51103F) is known color: Blackberry. HEX triplet: 51, 10 and 3F. RGB value is (81,16,63). Sum of RGB (Red+Green+Blue) = 81+16+63=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51103F is #AEEFC0. Grayscale: #282828. Windows color (decimal): -11464641 or 4132945. OLE color: 4132945.
HSL color Cylindrical-coordinate representation of color #51103F: hue angle of 316.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51103F is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 16 | 63 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.68 |
| HSL | 316.62º | 0.67% | 0.19% | - |
| HSV(B) | 316.62º | 0.8% | 0.32% | - |
| XYZ | 4.48 | 2.48 | 4.95 | - |
| YUV | 40.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 63 | 0 | 0.80 | 0.22 | 0.68 | 316.62 | 0.67 | 0.19 |
| Hex | 51 | 10 | 3F | 0 | 50 | 16 | 44 | 13D | 43 | 13 |
| Octal | 121 | 20 | 77 | 0 | 120 | 26 | 104 | 475 | 103 | 23 |
| Binary | 1010001 | 10000 | 111111 | 0 | 1010000 | 10110 | 1000100 | 100111101 | 1000011 | 10011 |
Color Harmonies of #51103F
Complementary color
Monochromatic Colors of #51103F
Black with #51103F
Text Example
Text Example
White with #51103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51103F; }
p { color: rgb(81,16,63); }
H1.HeaderClassName
{
color: #51103F;
}
.AnyTagClassName
{
color: #51103F;
}
</style>
background-color css
<style>
a { background-color: #51103F; }
a { background-color: rgb(81,16,63); }
div.DivClassName
{
background-color: #51103F;
}
.BgClassName
{
background-color: #51103F;
}
</style>
border-color css
<style>
span { border-color: #51103F; }
span { border-color: rgb(81,16,63); }
td.TdClassName
{
border-color: #51103F;
}
.TagClassName
{
border-color: #51103F;
}
</style>