Shades of Blackberry #51052B
Tints of Blackberry #51052B
RGB
CMYK
RGB Variations
Color information
#51052B (or 0x51052B) is known color: Blackberry. HEX triplet: 51, 05 and 2B. RGB value is (81,5,43). Sum of RGB (Red+Green+Blue) = 81+5+43=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #51052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51052B is #AEFAD4. Grayscale: #1F1F1F. Windows color (decimal): -11467477 or 2819409. OLE color: 2819409.
HSL color Cylindrical-coordinate representation of color #51052B: hue angle of 330º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51052B is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 43 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.68 |
| HSL | 330º | 0.88% | 0.17% | - |
| HSV(B) | 330º | 0.94% | 0.32% | - |
| XYZ | 3.88 | 2.03 | 2.47 | - |
| YUV | 32.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 43 | 0 | 0.94 | 0.47 | 0.68 | 330 | 0.88 | 0.17 |
| Hex | 51 | 5 | 2B | 0 | 5E | 2F | 44 | 14A | 58 | 11 |
| Octal | 121 | 5 | 53 | 0 | 136 | 57 | 104 | 512 | 130 | 21 |
| Binary | 1010001 | 101 | 101011 | 0 | 1011110 | 101111 | 1000100 | 101001010 | 1011000 | 10001 |
Color Harmonies of #51052B
Complementary color
Monochromatic Colors of #51052B
Black with #51052B
Text Example
Text Example
White with #51052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51052B; }
p { color: rgb(81,5,43); }
H1.HeaderClassName
{
color: #51052B;
}
.AnyTagClassName
{
color: #51052B;
}
</style>
background-color css
<style>
a { background-color: #51052B; }
a { background-color: rgb(81,5,43); }
div.DivClassName
{
background-color: #51052B;
}
.BgClassName
{
background-color: #51052B;
}
</style>
border-color css
<style>
span { border-color: #51052B; }
span { border-color: rgb(81,5,43); }
td.TdClassName
{
border-color: #51052B;
}
.TagClassName
{
border-color: #51052B;
}
</style>