Shades of Blackberry #51072C
Tints of Blackberry #51072C
RGB
CMYK
RGB Variations
Color information
#51072C (or 0x51072C) is known color: Blackberry. HEX triplet: 51, 07 and 2C. RGB value is (81,7,44). Sum of RGB (Red+Green+Blue) = 81+7+44=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51072C is #AEF8D3. Grayscale: #212121. Windows color (decimal): -11466964 or 2885457. OLE color: 2885457.
HSL color Cylindrical-coordinate representation of color #51072C: hue angle of 330º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51072C is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 44 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.68 |
| HSL | 330º | 0.84% | 0.17% | - |
| HSV(B) | 330º | 0.91% | 0.32% | - |
| XYZ | 3.92 | 2.08 | 2.58 | - |
| YUV | 33.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 44 | 0 | 0.91 | 0.46 | 0.68 | 330 | 0.84 | 0.17 |
| Hex | 51 | 7 | 2C | 0 | 5B | 2E | 44 | 14A | 54 | 11 |
| Octal | 121 | 7 | 54 | 0 | 133 | 56 | 104 | 512 | 124 | 21 |
| Binary | 1010001 | 111 | 101100 | 0 | 1011011 | 101110 | 1000100 | 101001010 | 1010100 | 10001 |
Color Harmonies of #51072C
Complementary color
Monochromatic Colors of #51072C
Black with #51072C
Text Example
Text Example
White with #51072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51072C; }
p { color: rgb(81,7,44); }
H1.HeaderClassName
{
color: #51072C;
}
.AnyTagClassName
{
color: #51072C;
}
</style>
background-color css
<style>
a { background-color: #51072C; }
a { background-color: rgb(81,7,44); }
div.DivClassName
{
background-color: #51072C;
}
.BgClassName
{
background-color: #51072C;
}
</style>
border-color css
<style>
span { border-color: #51072C; }
span { border-color: rgb(81,7,44); }
td.TdClassName
{
border-color: #51072C;
}
.TagClassName
{
border-color: #51072C;
}
</style>