Shades of Blackberry #3B1331
Tints of Blackberry #3B1331
RGB
CMYK
RGB Variations
Color information
#3B1331 (or 0x3B1331) is known color: Blackberry. HEX triplet: 3B, 13 and 31. RGB value is (59,19,49). Sum of RGB (Red+Green+Blue) = 59+19+49=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1331 is #C4ECCE. Grayscale: #222222. Windows color (decimal): -12905679 or 3216187. OLE color: 3216187.
HSL color Cylindrical-coordinate representation of color #3B1331: hue angle of 315º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B1331 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 49 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.77 |
| HSL | 315º | 0.51% | 0.15% | - |
| HSV(B) | 315º | 0.68% | 0.23% | - |
| XYZ | 2.59 | 1.62 | 3.08 | - |
| YUV | 34.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 49 | 0 | 0.68 | 0.17 | 0.77 | 315 | 0.51 | 0.15 |
| Hex | 3B | 13 | 31 | 0 | 44 | 11 | 4D | 13B | 33 | F |
| Octal | 73 | 23 | 61 | 0 | 104 | 21 | 115 | 473 | 63 | 17 |
| Binary | 111011 | 10011 | 110001 | 0 | 1000100 | 10001 | 1001101 | 100111011 | 110011 | 1111 |
Color Harmonies of #3B1331
Complementary color
Monochromatic Colors of #3B1331
Black with #3B1331
Text Example
Text Example
White with #3B1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1331; }
p { color: rgb(59,19,49); }
H1.HeaderClassName
{
color: #3B1331;
}
.AnyTagClassName
{
color: #3B1331;
}
</style>
background-color css
<style>
a { background-color: #3B1331; }
a { background-color: rgb(59,19,49); }
div.DivClassName
{
background-color: #3B1331;
}
.BgClassName
{
background-color: #3B1331;
}
</style>
border-color css
<style>
span { border-color: #3B1331; }
span { border-color: rgb(59,19,49); }
td.TdClassName
{
border-color: #3B1331;
}
.TagClassName
{
border-color: #3B1331;
}
</style>