Shades of Blackberry #3B132C
Tints of Blackberry #3B132C
RGB
CMYK
RGB Variations
Color information
#3B132C (or 0x3B132C) is known color: Blackberry. HEX triplet: 3B, 13 and 2C. RGB value is (59,19,44). Sum of RGB (Red+Green+Blue) = 59+19+44=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B132C is #C4ECD3. Grayscale: #212121. Windows color (decimal): -12905684 or 2888507. OLE color: 2888507.
HSL color Cylindrical-coordinate representation of color #3B132C: hue angle of 322.5º 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 #3B132C is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 44 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.77 |
| HSL | 322.5º | 0.51% | 0.15% | - |
| HSV(B) | 322.5º | 0.68% | 0.23% | - |
| XYZ | 2.49 | 1.58 | 2.56 | - |
| YUV | 33.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 44 | 0 | 0.68 | 0.25 | 0.77 | 322.5 | 0.51 | 0.15 |
| Hex | 3B | 13 | 2C | 0 | 44 | 19 | 4D | 142 | 33 | F |
| Octal | 73 | 23 | 54 | 0 | 104 | 31 | 115 | 502 | 63 | 17 |
| Binary | 111011 | 10011 | 101100 | 0 | 1000100 | 11001 | 1001101 | 101000010 | 110011 | 1111 |
Color Harmonies of #3B132C
Complementary color
Monochromatic Colors of #3B132C
Black with #3B132C
Text Example
Text Example
White with #3B132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B132C; }
p { color: rgb(59,19,44); }
H1.HeaderClassName
{
color: #3B132C;
}
.AnyTagClassName
{
color: #3B132C;
}
</style>
background-color css
<style>
a { background-color: #3B132C; }
a { background-color: rgb(59,19,44); }
div.DivClassName
{
background-color: #3B132C;
}
.BgClassName
{
background-color: #3B132C;
}
</style>
border-color css
<style>
span { border-color: #3B132C; }
span { border-color: rgb(59,19,44); }
td.TdClassName
{
border-color: #3B132C;
}
.TagClassName
{
border-color: #3B132C;
}
</style>