Shades of Blackberry #510623
Tints of Blackberry #510623
RGB
CMYK
RGB Variations
Color information
#510623 (or 0x510623) is known color: Blackberry. HEX triplet: 51, 06 and 23. RGB value is (81,6,35). Sum of RGB (Red+Green+Blue) = 81+6+35=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #510623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510623 is #AEF9DC. Grayscale: #1F1F1F. Windows color (decimal): -11467229 or 2295377. OLE color: 2295377.
HSL color Cylindrical-coordinate representation of color #510623: hue angle of 336.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510623 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 6 | 35 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.68 |
| HSL | 336.8º | 0.86% | 0.17% | - |
| HSV(B) | 336.8º | 0.93% | 0.32% | - |
| XYZ | 3.76 | 2 | 1.78 | - |
| YUV | 31.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 35 | 0 | 0.93 | 0.57 | 0.68 | 336.8 | 0.86 | 0.17 |
| Hex | 51 | 6 | 23 | 0 | 5D | 39 | 44 | 151 | 56 | 11 |
| Octal | 121 | 6 | 43 | 0 | 135 | 71 | 104 | 521 | 126 | 21 |
| Binary | 1010001 | 110 | 100011 | 0 | 1011101 | 111001 | 1000100 | 101010001 | 1010110 | 10001 |
Color Harmonies of #510623
Complementary color
Monochromatic Colors of #510623
Black with #510623
Text Example
Text Example
White with #510623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510623; }
p { color: rgb(81,6,35); }
H1.HeaderClassName
{
color: #510623;
}
.AnyTagClassName
{
color: #510623;
}
</style>
background-color css
<style>
a { background-color: #510623; }
a { background-color: rgb(81,6,35); }
div.DivClassName
{
background-color: #510623;
}
.BgClassName
{
background-color: #510623;
}
</style>
border-color css
<style>
span { border-color: #510623; }
span { border-color: rgb(81,6,35); }
td.TdClassName
{
border-color: #510623;
}
.TagClassName
{
border-color: #510623;
}
</style>