Shades of Blackberry #51072F
Tints of Blackberry #51072F
RGB
CMYK
RGB Variations
Color information
#51072F (or 0x51072F) is known color: Blackberry. HEX triplet: 51, 07 and 2F. RGB value is (81,7,47). Sum of RGB (Red+Green+Blue) = 81+7+47=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #51072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51072F is #AEF8D0. Grayscale: #212121. Windows color (decimal): -11466961 or 3082065. OLE color: 3082065.
HSL color Cylindrical-coordinate representation of color #51072F: hue angle of 327.57º 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 #51072F is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 47 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.68 |
| HSL | 327.57º | 0.84% | 0.17% | - |
| HSV(B) | 327.57º | 0.91% | 0.32% | - |
| XYZ | 3.98 | 2.11 | 2.89 | - |
| YUV | 33.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 47 | 0 | 0.91 | 0.42 | 0.68 | 327.57 | 0.84 | 0.17 |
| Hex | 51 | 7 | 2F | 0 | 5B | 2A | 44 | 148 | 54 | 11 |
| Octal | 121 | 7 | 57 | 0 | 133 | 52 | 104 | 510 | 124 | 21 |
| Binary | 1010001 | 111 | 101111 | 0 | 1011011 | 101010 | 1000100 | 101001000 | 1010100 | 10001 |
Color Harmonies of #51072F
Complementary color
Monochromatic Colors of #51072F
Black with #51072F
Text Example
Text Example
White with #51072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51072F; }
p { color: rgb(81,7,47); }
H1.HeaderClassName
{
color: #51072F;
}
.AnyTagClassName
{
color: #51072F;
}
</style>
background-color css
<style>
a { background-color: #51072F; }
a { background-color: rgb(81,7,47); }
div.DivClassName
{
background-color: #51072F;
}
.BgClassName
{
background-color: #51072F;
}
</style>
border-color css
<style>
span { border-color: #51072F; }
span { border-color: rgb(81,7,47); }
td.TdClassName
{
border-color: #51072F;
}
.TagClassName
{
border-color: #51072F;
}
</style>