Shades of Blackberry #3B132F
Tints of Blackberry #3B132F
RGB
CMYK
RGB Variations
Color information
#3B132F (or 0x3B132F) is known color: Blackberry. HEX triplet: 3B, 13 and 2F. RGB value is (59,19,47). Sum of RGB (Red+Green+Blue) = 59+19+47=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B132F is #C4ECD0. Grayscale: #222222. Windows color (decimal): -12905681 or 3085115. OLE color: 3085115.
HSL color Cylindrical-coordinate representation of color #3B132F: hue angle of 318º 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 #3B132F is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 47 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.77 |
| HSL | 318º | 0.51% | 0.15% | - |
| HSV(B) | 318º | 0.68% | 0.23% | - |
| XYZ | 2.55 | 1.6 | 2.86 | - |
| YUV | 34.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 47 | 0 | 0.68 | 0.20 | 0.77 | 318 | 0.51 | 0.15 |
| Hex | 3B | 13 | 2F | 0 | 44 | 14 | 4D | 13E | 33 | F |
| Octal | 73 | 23 | 57 | 0 | 104 | 24 | 115 | 476 | 63 | 17 |
| Binary | 111011 | 10011 | 101111 | 0 | 1000100 | 10100 | 1001101 | 100111110 | 110011 | 1111 |
Color Harmonies of #3B132F
Complementary color
Monochromatic Colors of #3B132F
Black with #3B132F
Text Example
Text Example
White with #3B132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B132F; }
p { color: rgb(59,19,47); }
H1.HeaderClassName
{
color: #3B132F;
}
.AnyTagClassName
{
color: #3B132F;
}
</style>
background-color css
<style>
a { background-color: #3B132F; }
a { background-color: rgb(59,19,47); }
div.DivClassName
{
background-color: #3B132F;
}
.BgClassName
{
background-color: #3B132F;
}
</style>
border-color css
<style>
span { border-color: #3B132F; }
span { border-color: rgb(59,19,47); }
td.TdClassName
{
border-color: #3B132F;
}
.TagClassName
{
border-color: #3B132F;
}
</style>