Shades of Blackberry #3B142B
Tints of Blackberry #3B142B
RGB
CMYK
RGB Variations
Color information
#3B142B (or 0x3B142B) is known color: Blackberry. HEX triplet: 3B, 14 and 2B. RGB value is (59,20,43). Sum of RGB (Red+Green+Blue) = 59+20+43=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B142B is #C4EBD4. Grayscale: #222222. Windows color (decimal): -12905429 or 2823227. OLE color: 2823227.
HSL color Cylindrical-coordinate representation of color #3B142B: hue angle of 324.62º 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 #3B142B is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 43 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.77 |
| HSL | 324.62º | 0.49% | 0.15% | - |
| HSV(B) | 324.62º | 0.66% | 0.23% | - |
| XYZ | 2.49 | 1.6 | 2.46 | - |
| YUV | 34.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 43 | 0 | 0.66 | 0.27 | 0.77 | 324.62 | 0.49 | 0.15 |
| Hex | 3B | 14 | 2B | 0 | 42 | 1B | 4D | 145 | 31 | F |
| Octal | 73 | 24 | 53 | 0 | 102 | 33 | 115 | 505 | 61 | 17 |
| Binary | 111011 | 10100 | 101011 | 0 | 1000010 | 11011 | 1001101 | 101000101 | 110001 | 1111 |
Color Harmonies of #3B142B
Complementary color
Monochromatic Colors of #3B142B
Black with #3B142B
Text Example
Text Example
White with #3B142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B142B; }
p { color: rgb(59,20,43); }
H1.HeaderClassName
{
color: #3B142B;
}
.AnyTagClassName
{
color: #3B142B;
}
</style>
background-color css
<style>
a { background-color: #3B142B; }
a { background-color: rgb(59,20,43); }
div.DivClassName
{
background-color: #3B142B;
}
.BgClassName
{
background-color: #3B142B;
}
</style>
border-color css
<style>
span { border-color: #3B142B; }
span { border-color: rgb(59,20,43); }
td.TdClassName
{
border-color: #3B142B;
}
.TagClassName
{
border-color: #3B142B;
}
</style>