Shades of Blackberry #3B132D
Tints of Blackberry #3B132D
RGB
CMYK
RGB Variations
Color information
#3B132D (or 0x3B132D) is known color: Blackberry. HEX triplet: 3B, 13 and 2D. RGB value is (59,19,45). Sum of RGB (Red+Green+Blue) = 59+19+45=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B132D is #C4ECD2. Grayscale: #212121. Windows color (decimal): -12905683 or 2954043. OLE color: 2954043.
HSL color Cylindrical-coordinate representation of color #3B132D: hue angle of 321º 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 #3B132D is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 45 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.77 |
| HSL | 321º | 0.51% | 0.15% | - |
| HSV(B) | 321º | 0.68% | 0.23% | - |
| XYZ | 2.51 | 1.59 | 2.66 | - |
| YUV | 33.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 45 | 0 | 0.68 | 0.24 | 0.77 | 321 | 0.51 | 0.15 |
| Hex | 3B | 13 | 2D | 0 | 44 | 18 | 4D | 141 | 33 | F |
| Octal | 73 | 23 | 55 | 0 | 104 | 30 | 115 | 501 | 63 | 17 |
| Binary | 111011 | 10011 | 101101 | 0 | 1000100 | 11000 | 1001101 | 101000001 | 110011 | 1111 |
Color Harmonies of #3B132D
Complementary color
Monochromatic Colors of #3B132D
Black with #3B132D
Text Example
Text Example
White with #3B132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B132D; }
p { color: rgb(59,19,45); }
H1.HeaderClassName
{
color: #3B132D;
}
.AnyTagClassName
{
color: #3B132D;
}
</style>
background-color css
<style>
a { background-color: #3B132D; }
a { background-color: rgb(59,19,45); }
div.DivClassName
{
background-color: #3B132D;
}
.BgClassName
{
background-color: #3B132D;
}
</style>
border-color css
<style>
span { border-color: #3B132D; }
span { border-color: rgb(59,19,45); }
td.TdClassName
{
border-color: #3B132D;
}
.TagClassName
{
border-color: #3B132D;
}
</style>