Shades of Blackberry #3B1324
Tints of Blackberry #3B1324
RGB
CMYK
RGB Variations
Color information
#3B1324 (or 0x3B1324) is known color: Blackberry. HEX triplet: 3B, 13 and 24. RGB value is (59,19,36). Sum of RGB (Red+Green+Blue) = 59+19+36=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1324 is #C4ECDB. Grayscale: #202020. Windows color (decimal): -12905692 or 2364219. OLE color: 2364219.
HSL color Cylindrical-coordinate representation of color #3B1324: hue angle of 334.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 #3B1324 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 36 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.77 |
| HSL | 334.5º | 0.51% | 0.15% | - |
| HSV(B) | 334.5º | 0.68% | 0.23% | - |
| XYZ | 2.35 | 1.52 | 1.84 | - |
| YUV | 32.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 36 | 0 | 0.68 | 0.39 | 0.77 | 334.5 | 0.51 | 0.15 |
| Hex | 3B | 13 | 24 | 0 | 44 | 27 | 4D | 14E | 33 | F |
| Octal | 73 | 23 | 44 | 0 | 104 | 47 | 115 | 516 | 63 | 17 |
| Binary | 111011 | 10011 | 100100 | 0 | 1000100 | 100111 | 1001101 | 101001110 | 110011 | 1111 |
Color Harmonies of #3B1324
Complementary color
Monochromatic Colors of #3B1324
Black with #3B1324
Text Example
Text Example
White with #3B1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1324; }
p { color: rgb(59,19,36); }
H1.HeaderClassName
{
color: #3B1324;
}
.AnyTagClassName
{
color: #3B1324;
}
</style>
background-color css
<style>
a { background-color: #3B1324; }
a { background-color: rgb(59,19,36); }
div.DivClassName
{
background-color: #3B1324;
}
.BgClassName
{
background-color: #3B1324;
}
</style>
border-color css
<style>
span { border-color: #3B1324; }
span { border-color: rgb(59,19,36); }
td.TdClassName
{
border-color: #3B1324;
}
.TagClassName
{
border-color: #3B1324;
}
</style>