Shades of Blackberry #3B0521
Tints of Blackberry #3B0521
RGB
CMYK
RGB Variations
Color information
#3B0521 (or 0x3B0521) is known color: Blackberry. HEX triplet: 3B, 05 and 21. RGB value is (59,5,33). Sum of RGB (Red+Green+Blue) = 59+5+33=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0521 is #C4FADE. Grayscale: #181818. Windows color (decimal): -12909279 or 2164027. OLE color: 2164027.
HSL color Cylindrical-coordinate representation of color #3B0521: hue angle of 328.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0521 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 5 | 33 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.77 |
| HSL | 328.89º | 0.84% | 0.13% | - |
| HSV(B) | 328.89º | 0.92% | 0.23% | - |
| XYZ | 2.13 | 1.15 | 1.55 | - |
| YUV | 24.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 33 | 0 | 0.92 | 0.44 | 0.77 | 328.89 | 0.84 | 0.13 |
| Hex | 3B | 5 | 21 | 0 | 5C | 2C | 4D | 149 | 54 | D |
| Octal | 73 | 5 | 41 | 0 | 134 | 54 | 115 | 511 | 124 | 15 |
| Binary | 111011 | 101 | 100001 | 0 | 1011100 | 101100 | 1001101 | 101001001 | 1010100 | 1101 |
Color Harmonies of #3B0521
Complementary color
Monochromatic Colors of #3B0521
Black with #3B0521
Text Example
Text Example
White with #3B0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0521; }
p { color: rgb(59,5,33); }
H1.HeaderClassName
{
color: #3B0521;
}
.AnyTagClassName
{
color: #3B0521;
}
</style>
background-color css
<style>
a { background-color: #3B0521; }
a { background-color: rgb(59,5,33); }
div.DivClassName
{
background-color: #3B0521;
}
.BgClassName
{
background-color: #3B0521;
}
</style>
border-color css
<style>
span { border-color: #3B0521; }
span { border-color: rgb(59,5,33); }
td.TdClassName
{
border-color: #3B0521;
}
.TagClassName
{
border-color: #3B0521;
}
</style>