Shades of Blackberry #511442
Tints of Blackberry #511442
RGB
CMYK
RGB Variations
Color information
#511442 (or 0x511442) is known color: Blackberry. HEX triplet: 51, 14 and 42. RGB value is (81,20,66). Sum of RGB (Red+Green+Blue) = 81+20+66=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511442 is #AEEBBD. Grayscale: #2B2B2B. Windows color (decimal): -11463614 or 4330577. OLE color: 4330577.
HSL color Cylindrical-coordinate representation of color #511442: hue angle of 314.75º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511442 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 66 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.68 |
| HSL | 314.75º | 0.6% | 0.2% | - |
| HSV(B) | 314.75º | 0.75% | 0.32% | - |
| XYZ | 4.63 | 2.64 | 5.42 | - |
| YUV | 43.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 66 | 0 | 0.75 | 0.19 | 0.68 | 314.75 | 0.6 | 0.2 |
| Hex | 51 | 14 | 42 | 0 | 4B | 13 | 44 | 13B | 3C | 14 |
| Octal | 121 | 24 | 102 | 0 | 113 | 23 | 104 | 473 | 74 | 24 |
| Binary | 1010001 | 10100 | 1000010 | 0 | 1001011 | 10011 | 1000100 | 100111011 | 111100 | 10100 |
Color Harmonies of #511442
Complementary color
Monochromatic Colors of #511442
Black with #511442
Text Example
Text Example
White with #511442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511442; }
p { color: rgb(81,20,66); }
H1.HeaderClassName
{
color: #511442;
}
.AnyTagClassName
{
color: #511442;
}
</style>
background-color css
<style>
a { background-color: #511442; }
a { background-color: rgb(81,20,66); }
div.DivClassName
{
background-color: #511442;
}
.BgClassName
{
background-color: #511442;
}
</style>
border-color css
<style>
span { border-color: #511442; }
span { border-color: rgb(81,20,66); }
td.TdClassName
{
border-color: #511442;
}
.TagClassName
{
border-color: #511442;
}
</style>