Shades of Blackberry #511B33
Tints of Blackberry #511B33
RGB
CMYK
RGB Variations
Color information
#511B33 (or 0x511B33) is known color: Blackberry. HEX triplet: 51, 1B and 33. RGB value is (81,27,51). Sum of RGB (Red+Green+Blue) = 81+27+51=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #511B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B33 is #AEE4CC. Grayscale: #2D2D2D. Windows color (decimal): -11461837 or 3349329. OLE color: 3349329.
HSL color Cylindrical-coordinate representation of color #511B33: hue angle of 333.33º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B33 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 51 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.68 |
| HSL | 333.33º | 0.5% | 0.21% | - |
| HSV(B) | 333.33º | 0.67% | 0.32% | - |
| XYZ | 4.38 | 2.77 | 3.44 | - |
| YUV | 45.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 51 | 0 | 0.67 | 0.37 | 0.68 | 333.33 | 0.5 | 0.21 |
| Hex | 51 | 1B | 33 | 0 | 43 | 25 | 44 | 14D | 32 | 15 |
| Octal | 121 | 33 | 63 | 0 | 103 | 45 | 104 | 515 | 62 | 25 |
| Binary | 1010001 | 11011 | 110011 | 0 | 1000011 | 100101 | 1000100 | 101001101 | 110010 | 10101 |
Color Harmonies of #511B33
Complementary color
Monochromatic Colors of #511B33
Black with #511B33
Text Example
Text Example
White with #511B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B33; }
p { color: rgb(81,27,51); }
H1.HeaderClassName
{
color: #511B33;
}
.AnyTagClassName
{
color: #511B33;
}
</style>
background-color css
<style>
a { background-color: #511B33; }
a { background-color: rgb(81,27,51); }
div.DivClassName
{
background-color: #511B33;
}
.BgClassName
{
background-color: #511B33;
}
</style>
border-color css
<style>
span { border-color: #511B33; }
span { border-color: rgb(81,27,51); }
td.TdClassName
{
border-color: #511B33;
}
.TagClassName
{
border-color: #511B33;
}
</style>