Shades of Blackberry #331528
Tints of Blackberry #331528
RGB
CMYK
RGB Variations
Color information
#331528 (or 0x331528) is known color: Blackberry. HEX triplet: 33, 15 and 28. RGB value is (51,21,40). Sum of RGB (Red+Green+Blue) = 51+21+40=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #331528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331528 is #CCEAD7. Grayscale: #202020. Windows color (decimal): -13429464 or 2626867. OLE color: 2626867.
HSL color Cylindrical-coordinate representation of color #331528: hue angle of 322º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331528 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 40 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.8 |
| HSL | 322º | 0.42% | 0.14% | - |
| HSV(B) | 322º | 0.59% | 0.2% | - |
| XYZ | 2.02 | 1.39 | 2.17 | - |
| YUV | 32.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 40 | 0 | 0.59 | 0.22 | 0.8 | 322 | 0.42 | 0.14 |
| Hex | 33 | 15 | 28 | 0 | 3B | 16 | 50 | 142 | 2A | E |
| Octal | 63 | 25 | 50 | 0 | 73 | 26 | 120 | 502 | 52 | 16 |
| Binary | 110011 | 10101 | 101000 | 0 | 111011 | 10110 | 1010000 | 101000010 | 101010 | 1110 |
Color Harmonies of #331528
Complementary color
Monochromatic Colors of #331528
Black with #331528
Text Example
Text Example
White with #331528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331528; }
p { color: rgb(51,21,40); }
H1.HeaderClassName
{
color: #331528;
}
.AnyTagClassName
{
color: #331528;
}
</style>
background-color css
<style>
a { background-color: #331528; }
a { background-color: rgb(51,21,40); }
div.DivClassName
{
background-color: #331528;
}
.BgClassName
{
background-color: #331528;
}
</style>
border-color css
<style>
span { border-color: #331528; }
span { border-color: rgb(51,21,40); }
td.TdClassName
{
border-color: #331528;
}
.TagClassName
{
border-color: #331528;
}
</style>