Shades of Blackberry #3B1224
Tints of Blackberry #3B1224
RGB
CMYK
RGB Variations
Color information
#3B1224 (or 0x3B1224) is known color: Blackberry. HEX triplet: 3B, 12 and 24. RGB value is (59,18,36). Sum of RGB (Red+Green+Blue) = 59+18+36=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1224 is #C4EDDB. Grayscale: #202020. Windows color (decimal): -12905948 or 2363963. OLE color: 2363963.
HSL color Cylindrical-coordinate representation of color #3B1224: hue angle of 333.66º 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 #3B1224 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 18 | 36 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.77 |
| HSL | 333.66º | 0.53% | 0.15% | - |
| HSV(B) | 333.66º | 0.69% | 0.23% | - |
| XYZ | 2.34 | 1.49 | 1.83 | - |
| YUV | 32.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 36 | 0 | 0.69 | 0.39 | 0.77 | 333.66 | 0.53 | 0.15 |
| Hex | 3B | 12 | 24 | 0 | 45 | 27 | 4D | 14E | 35 | F |
| Octal | 73 | 22 | 44 | 0 | 105 | 47 | 115 | 516 | 65 | 17 |
| Binary | 111011 | 10010 | 100100 | 0 | 1000101 | 100111 | 1001101 | 101001110 | 110101 | 1111 |
Color Harmonies of #3B1224
Complementary color
Monochromatic Colors of #3B1224
Black with #3B1224
Text Example
Text Example
White with #3B1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1224; }
p { color: rgb(59,18,36); }
H1.HeaderClassName
{
color: #3B1224;
}
.AnyTagClassName
{
color: #3B1224;
}
</style>
background-color css
<style>
a { background-color: #3B1224; }
a { background-color: rgb(59,18,36); }
div.DivClassName
{
background-color: #3B1224;
}
.BgClassName
{
background-color: #3B1224;
}
</style>
border-color css
<style>
span { border-color: #3B1224; }
span { border-color: rgb(59,18,36); }
td.TdClassName
{
border-color: #3B1224;
}
.TagClassName
{
border-color: #3B1224;
}
</style>