Shades of Blackberry #3B1232
Tints of Blackberry #3B1232
RGB
CMYK
RGB Variations
Color information
#3B1232 (or 0x3B1232) is known color: Blackberry. HEX triplet: 3B, 12 and 32. RGB value is (59,18,50). Sum of RGB (Red+Green+Blue) = 59+18+50=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1232 is #C4EDCD. Grayscale: #212121. Windows color (decimal): -12905934 or 3281467. OLE color: 3281467.
HSL color Cylindrical-coordinate representation of color #3B1232: hue angle of 313.17º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B1232 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 18 | 50 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.77 |
| HSL | 313.17º | 0.53% | 0.15% | - |
| HSV(B) | 313.17º | 0.69% | 0.23% | - |
| XYZ | 2.6 | 1.59 | 3.19 | - |
| YUV | 33.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 50 | 0 | 0.69 | 0.15 | 0.77 | 313.17 | 0.53 | 0.15 |
| Hex | 3B | 12 | 32 | 0 | 45 | F | 4D | 139 | 35 | F |
| Octal | 73 | 22 | 62 | 0 | 105 | 17 | 115 | 471 | 65 | 17 |
| Binary | 111011 | 10010 | 110010 | 0 | 1000101 | 1111 | 1001101 | 100111001 | 110101 | 1111 |
Color Harmonies of #3B1232
Complementary color
Monochromatic Colors of #3B1232
Black with #3B1232
Text Example
Text Example
White with #3B1232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1232; }
p { color: rgb(59,18,50); }
H1.HeaderClassName
{
color: #3B1232;
}
.AnyTagClassName
{
color: #3B1232;
}
</style>
background-color css
<style>
a { background-color: #3B1232; }
a { background-color: rgb(59,18,50); }
div.DivClassName
{
background-color: #3B1232;
}
.BgClassName
{
background-color: #3B1232;
}
</style>
border-color css
<style>
span { border-color: #3B1232; }
span { border-color: rgb(59,18,50); }
td.TdClassName
{
border-color: #3B1232;
}
.TagClassName
{
border-color: #3B1232;
}
</style>