Shades of Blackberry #51092B
Tints of Blackberry #51092B
RGB
CMYK
RGB Variations
Color information
#51092B (or 0x51092B) is known color: Blackberry. HEX triplet: 51, 09 and 2B. RGB value is (81,9,43). Sum of RGB (Red+Green+Blue) = 81+9+43=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51092B is #AEF6D4. Grayscale: #222222. Windows color (decimal): -11466453 or 2820433. OLE color: 2820433.
HSL color Cylindrical-coordinate representation of color #51092B: hue angle of 331.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51092B is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 43 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.68 |
| HSL | 331.67º | 0.8% | 0.18% | - |
| HSV(B) | 331.67º | 0.89% | 0.32% | - |
| XYZ | 3.93 | 2.12 | 2.49 | - |
| YUV | 34.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 43 | 0 | 0.89 | 0.47 | 0.68 | 331.67 | 0.8 | 0.18 |
| Hex | 51 | 9 | 2B | 0 | 59 | 2F | 44 | 14C | 50 | 12 |
| Octal | 121 | 11 | 53 | 0 | 131 | 57 | 104 | 514 | 120 | 22 |
| Binary | 1010001 | 1001 | 101011 | 0 | 1011001 | 101111 | 1000100 | 101001100 | 1010000 | 10010 |
Color Harmonies of #51092B
Complementary color
Monochromatic Colors of #51092B
Black with #51092B
Text Example
Text Example
White with #51092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51092B; }
p { color: rgb(81,9,43); }
H1.HeaderClassName
{
color: #51092B;
}
.AnyTagClassName
{
color: #51092B;
}
</style>
background-color css
<style>
a { background-color: #51092B; }
a { background-color: rgb(81,9,43); }
div.DivClassName
{
background-color: #51092B;
}
.BgClassName
{
background-color: #51092B;
}
</style>
border-color css
<style>
span { border-color: #51092B; }
span { border-color: rgb(81,9,43); }
td.TdClassName
{
border-color: #51092B;
}
.TagClassName
{
border-color: #51092B;
}
</style>