Shades of Blackberry #3B1330
Tints of Blackberry #3B1330
RGB
CMYK
RGB Variations
Color information
#3B1330 (or 0x3B1330) is known color: Blackberry. HEX triplet: 3B, 13 and 30. RGB value is (59,19,48). Sum of RGB (Red+Green+Blue) = 59+19+48=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1330 is #C4ECCF. Grayscale: #222222. Windows color (decimal): -12905680 or 3150651. OLE color: 3150651.
HSL color Cylindrical-coordinate representation of color #3B1330: hue angle of 316.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 #3B1330 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 48 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.77 |
| HSL | 316.5º | 0.51% | 0.15% | - |
| HSV(B) | 316.5º | 0.68% | 0.23% | - |
| XYZ | 2.57 | 1.61 | 2.97 | - |
| YUV | 34.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 48 | 0 | 0.68 | 0.19 | 0.77 | 316.5 | 0.51 | 0.15 |
| Hex | 3B | 13 | 30 | 0 | 44 | 13 | 4D | 13C | 33 | F |
| Octal | 73 | 23 | 60 | 0 | 104 | 23 | 115 | 474 | 63 | 17 |
| Binary | 111011 | 10011 | 110000 | 0 | 1000100 | 10011 | 1001101 | 100111100 | 110011 | 1111 |
Color Harmonies of #3B1330
Complementary color
Monochromatic Colors of #3B1330
Black with #3B1330
Text Example
Text Example
White with #3B1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1330; }
p { color: rgb(59,19,48); }
H1.HeaderClassName
{
color: #3B1330;
}
.AnyTagClassName
{
color: #3B1330;
}
</style>
background-color css
<style>
a { background-color: #3B1330; }
a { background-color: rgb(59,19,48); }
div.DivClassName
{
background-color: #3B1330;
}
.BgClassName
{
background-color: #3B1330;
}
</style>
border-color css
<style>
span { border-color: #3B1330; }
span { border-color: rgb(59,19,48); }
td.TdClassName
{
border-color: #3B1330;
}
.TagClassName
{
border-color: #3B1330;
}
</style>