Shades of Blackberry #3B1228
Tints of Blackberry #3B1228
RGB
CMYK
RGB Variations
Color information
#3B1228 (or 0x3B1228) is known color: Blackberry. HEX triplet: 3B, 12 and 28. RGB value is (59,18,40). Sum of RGB (Red+Green+Blue) = 59+18+40=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1228 is #C4EDD7. Grayscale: #202020. Windows color (decimal): -12905944 or 2626107. OLE color: 2626107.
HSL color Cylindrical-coordinate representation of color #3B1228: hue angle of 327.8º 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 #3B1228 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 18 | 40 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.77 |
| HSL | 327.8º | 0.53% | 0.15% | - |
| HSV(B) | 327.8º | 0.69% | 0.23% | - |
| XYZ | 2.4 | 1.52 | 2.17 | - |
| YUV | 32.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 40 | 0 | 0.69 | 0.32 | 0.77 | 327.8 | 0.53 | 0.15 |
| Hex | 3B | 12 | 28 | 0 | 45 | 20 | 4D | 148 | 35 | F |
| Octal | 73 | 22 | 50 | 0 | 105 | 40 | 115 | 510 | 65 | 17 |
| Binary | 111011 | 10010 | 101000 | 0 | 1000101 | 100000 | 1001101 | 101001000 | 110101 | 1111 |
Color Harmonies of #3B1228
Complementary color
Monochromatic Colors of #3B1228
Black with #3B1228
Text Example
Text Example
White with #3B1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1228; }
p { color: rgb(59,18,40); }
H1.HeaderClassName
{
color: #3B1228;
}
.AnyTagClassName
{
color: #3B1228;
}
</style>
background-color css
<style>
a { background-color: #3B1228; }
a { background-color: rgb(59,18,40); }
div.DivClassName
{
background-color: #3B1228;
}
.BgClassName
{
background-color: #3B1228;
}
</style>
border-color css
<style>
span { border-color: #3B1228; }
span { border-color: rgb(59,18,40); }
td.TdClassName
{
border-color: #3B1228;
}
.TagClassName
{
border-color: #3B1228;
}
</style>