Shades of Blackberry #3B1127
Tints of Blackberry #3B1127
RGB
CMYK
RGB Variations
Color information
#3B1127 (or 0x3B1127) is known color: Blackberry. HEX triplet: 3B, 11 and 27. RGB value is (59,17,39). Sum of RGB (Red+Green+Blue) = 59+17+39=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1127 is #C4EED8. Grayscale: #202020. Windows color (decimal): -12906201 or 2560315. OLE color: 2560315.
HSL color Cylindrical-coordinate representation of color #3B1127: hue angle of 328.57º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B1127 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 39 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.77 |
| HSL | 328.57º | 0.55% | 0.15% | - |
| HSV(B) | 328.57º | 0.71% | 0.23% | - |
| XYZ | 2.37 | 1.48 | 2.08 | - |
| YUV | 32.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 39 | 0 | 0.71 | 0.34 | 0.77 | 328.57 | 0.55 | 0.15 |
| Hex | 3B | 11 | 27 | 0 | 47 | 22 | 4D | 149 | 37 | F |
| Octal | 73 | 21 | 47 | 0 | 107 | 42 | 115 | 511 | 67 | 17 |
| Binary | 111011 | 10001 | 100111 | 0 | 1000111 | 100010 | 1001101 | 101001001 | 110111 | 1111 |
Color Harmonies of #3B1127
Complementary color
Monochromatic Colors of #3B1127
Black with #3B1127
Text Example
Text Example
White with #3B1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1127; }
p { color: rgb(59,17,39); }
H1.HeaderClassName
{
color: #3B1127;
}
.AnyTagClassName
{
color: #3B1127;
}
</style>
background-color css
<style>
a { background-color: #3B1127; }
a { background-color: rgb(59,17,39); }
div.DivClassName
{
background-color: #3B1127;
}
.BgClassName
{
background-color: #3B1127;
}
</style>
border-color css
<style>
span { border-color: #3B1127; }
span { border-color: rgb(59,17,39); }
td.TdClassName
{
border-color: #3B1127;
}
.TagClassName
{
border-color: #3B1127;
}
</style>