Shades of Blackberry #511A33
Tints of Blackberry #511A33
RGB
CMYK
RGB Variations
Color information
#511A33 (or 0x511A33) is known color: Blackberry. HEX triplet: 51, 1A and 33. RGB value is (81,26,51). Sum of RGB (Red+Green+Blue) = 81+26+51=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A33 is #AEE5CC. Grayscale: #2D2D2D. Windows color (decimal): -11462093 or 3349073. OLE color: 3349073.
HSL color Cylindrical-coordinate representation of color #511A33: hue angle of 332.73º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A33 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 51 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.68 |
| HSL | 332.73º | 0.51% | 0.21% | - |
| HSV(B) | 332.73º | 0.68% | 0.32% | - |
| XYZ | 4.36 | 2.73 | 3.43 | - |
| YUV | 45.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 51 | 0 | 0.68 | 0.37 | 0.68 | 332.73 | 0.51 | 0.21 |
| Hex | 51 | 1A | 33 | 0 | 44 | 25 | 44 | 14D | 33 | 15 |
| Octal | 121 | 32 | 63 | 0 | 104 | 45 | 104 | 515 | 63 | 25 |
| Binary | 1010001 | 11010 | 110011 | 0 | 1000100 | 100101 | 1000100 | 101001101 | 110011 | 10101 |
Color Harmonies of #511A33
Complementary color
Monochromatic Colors of #511A33
Black with #511A33
Text Example
Text Example
White with #511A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A33; }
p { color: rgb(81,26,51); }
H1.HeaderClassName
{
color: #511A33;
}
.AnyTagClassName
{
color: #511A33;
}
</style>
background-color css
<style>
a { background-color: #511A33; }
a { background-color: rgb(81,26,51); }
div.DivClassName
{
background-color: #511A33;
}
.BgClassName
{
background-color: #511A33;
}
</style>
border-color css
<style>
span { border-color: #511A33; }
span { border-color: rgb(81,26,51); }
td.TdClassName
{
border-color: #511A33;
}
.TagClassName
{
border-color: #511A33;
}
</style>