Shades of Blackberry #51082C
Tints of Blackberry #51082C
RGB
CMYK
RGB Variations
Color information
#51082C (or 0x51082C) is known color: Blackberry. HEX triplet: 51, 08 and 2C. RGB value is (81,8,44). Sum of RGB (Red+Green+Blue) = 81+8+44=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51082C is #AEF7D3. Grayscale: #212121. Windows color (decimal): -11466708 or 2885713. OLE color: 2885713.
HSL color Cylindrical-coordinate representation of color #51082C: hue angle of 330.41º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51082C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 44 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.68 |
| HSL | 330.41º | 0.82% | 0.17% | - |
| HSV(B) | 330.41º | 0.9% | 0.32% | - |
| XYZ | 3.93 | 2.1 | 2.58 | - |
| YUV | 33.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 44 | 0 | 0.90 | 0.46 | 0.68 | 330.41 | 0.82 | 0.17 |
| Hex | 51 | 8 | 2C | 0 | 5A | 2E | 44 | 14A | 52 | 11 |
| Octal | 121 | 10 | 54 | 0 | 132 | 56 | 104 | 512 | 122 | 21 |
| Binary | 1010001 | 1000 | 101100 | 0 | 1011010 | 101110 | 1000100 | 101001010 | 1010010 | 10001 |
Color Harmonies of #51082C
Complementary color
Monochromatic Colors of #51082C
Black with #51082C
Text Example
Text Example
White with #51082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51082C; }
p { color: rgb(81,8,44); }
H1.HeaderClassName
{
color: #51082C;
}
.AnyTagClassName
{
color: #51082C;
}
</style>
background-color css
<style>
a { background-color: #51082C; }
a { background-color: rgb(81,8,44); }
div.DivClassName
{
background-color: #51082C;
}
.BgClassName
{
background-color: #51082C;
}
</style>
border-color css
<style>
span { border-color: #51082C; }
span { border-color: rgb(81,8,44); }
td.TdClassName
{
border-color: #51082C;
}
.TagClassName
{
border-color: #51082C;
}
</style>