Shades of Blackberry #3B142E
Tints of Blackberry #3B142E
RGB
CMYK
RGB Variations
Color information
#3B142E (or 0x3B142E) is known color: Blackberry. HEX triplet: 3B, 14 and 2E. RGB value is (59,20,46). Sum of RGB (Red+Green+Blue) = 59+20+46=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B142E is #C4EBD1. Grayscale: #222222. Windows color (decimal): -12905426 or 3019835. OLE color: 3019835.
HSL color Cylindrical-coordinate representation of color #3B142E: hue angle of 320º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B142E is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 46 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.77 |
| HSL | 320º | 0.49% | 0.15% | - |
| HSV(B) | 320º | 0.66% | 0.23% | - |
| XYZ | 2.55 | 1.63 | 2.76 | - |
| YUV | 34.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 46 | 0 | 0.66 | 0.22 | 0.77 | 320 | 0.49 | 0.15 |
| Hex | 3B | 14 | 2E | 0 | 42 | 16 | 4D | 140 | 31 | F |
| Octal | 73 | 24 | 56 | 0 | 102 | 26 | 115 | 500 | 61 | 17 |
| Binary | 111011 | 10100 | 101110 | 0 | 1000010 | 10110 | 1001101 | 101000000 | 110001 | 1111 |
Color Harmonies of #3B142E
Complementary color
Monochromatic Colors of #3B142E
Black with #3B142E
Text Example
Text Example
White with #3B142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B142E; }
p { color: rgb(59,20,46); }
H1.HeaderClassName
{
color: #3B142E;
}
.AnyTagClassName
{
color: #3B142E;
}
</style>
background-color css
<style>
a { background-color: #3B142E; }
a { background-color: rgb(59,20,46); }
div.DivClassName
{
background-color: #3B142E;
}
.BgClassName
{
background-color: #3B142E;
}
</style>
border-color css
<style>
span { border-color: #3B142E; }
span { border-color: rgb(59,20,46); }
td.TdClassName
{
border-color: #3B142E;
}
.TagClassName
{
border-color: #3B142E;
}
</style>