Shades of Blackberry #511C40
Tints of Blackberry #511C40
RGB
CMYK
RGB Variations
Color information
#511C40 (or 0x511C40) is known color: Blackberry. HEX triplet: 51, 1C and 40. RGB value is (81,28,64). Sum of RGB (Red+Green+Blue) = 81+28+64=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C40 is #AEE3BF. Grayscale: #2F2F2F. Windows color (decimal): -11461568 or 4201553. OLE color: 4201553.
HSL color Cylindrical-coordinate representation of color #511C40: hue angle of 319.25º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C40 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 64 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.68 |
| HSL | 319.25º | 0.49% | 0.21% | - |
| HSV(B) | 319.25º | 0.65% | 0.32% | - |
| XYZ | 4.73 | 2.95 | 5.17 | - |
| YUV | 47.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 64 | 0 | 0.65 | 0.21 | 0.68 | 319.25 | 0.49 | 0.21 |
| Hex | 51 | 1C | 40 | 0 | 41 | 15 | 44 | 13F | 31 | 15 |
| Octal | 121 | 34 | 100 | 0 | 101 | 25 | 104 | 477 | 61 | 25 |
| Binary | 1010001 | 11100 | 1000000 | 0 | 1000001 | 10101 | 1000100 | 100111111 | 110001 | 10101 |
Color Harmonies of #511C40
Complementary color
Monochromatic Colors of #511C40
Black with #511C40
Text Example
Text Example
White with #511C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C40; }
p { color: rgb(81,28,64); }
H1.HeaderClassName
{
color: #511C40;
}
.AnyTagClassName
{
color: #511C40;
}
</style>
background-color css
<style>
a { background-color: #511C40; }
a { background-color: rgb(81,28,64); }
div.DivClassName
{
background-color: #511C40;
}
.BgClassName
{
background-color: #511C40;
}
</style>
border-color css
<style>
span { border-color: #511C40; }
span { border-color: rgb(81,28,64); }
td.TdClassName
{
border-color: #511C40;
}
.TagClassName
{
border-color: #511C40;
}
</style>