Shades of Blackberry #3B142A
Tints of Blackberry #3B142A
RGB
CMYK
RGB Variations
Color information
#3B142A (or 0x3B142A) is known color: Blackberry. HEX triplet: 3B, 14 and 2A. RGB value is (59,20,42). Sum of RGB (Red+Green+Blue) = 59+20+42=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B142A is #C4EBD5. Grayscale: #222222. Windows color (decimal): -12905430 or 2757691. OLE color: 2757691.
HSL color Cylindrical-coordinate representation of color #3B142A: hue angle of 326.15º 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 #3B142A is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 42 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.77 |
| HSL | 326.15º | 0.49% | 0.15% | - |
| HSV(B) | 326.15º | 0.66% | 0.23% | - |
| XYZ | 2.47 | 1.6 | 2.37 | - |
| YUV | 34.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 42 | 0 | 0.66 | 0.29 | 0.77 | 326.15 | 0.49 | 0.15 |
| Hex | 3B | 14 | 2A | 0 | 42 | 1D | 4D | 146 | 31 | F |
| Octal | 73 | 24 | 52 | 0 | 102 | 35 | 115 | 506 | 61 | 17 |
| Binary | 111011 | 10100 | 101010 | 0 | 1000010 | 11101 | 1001101 | 101000110 | 110001 | 1111 |
Color Harmonies of #3B142A
Complementary color
Monochromatic Colors of #3B142A
Black with #3B142A
Text Example
Text Example
White with #3B142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B142A; }
p { color: rgb(59,20,42); }
H1.HeaderClassName
{
color: #3B142A;
}
.AnyTagClassName
{
color: #3B142A;
}
</style>
background-color css
<style>
a { background-color: #3B142A; }
a { background-color: rgb(59,20,42); }
div.DivClassName
{
background-color: #3B142A;
}
.BgClassName
{
background-color: #3B142A;
}
</style>
border-color css
<style>
span { border-color: #3B142A; }
span { border-color: rgb(59,20,42); }
td.TdClassName
{
border-color: #3B142A;
}
.TagClassName
{
border-color: #3B142A;
}
</style>