Shades of Blackberry #3B162F
Tints of Blackberry #3B162F
RGB
CMYK
RGB Variations
Color information
#3B162F (or 0x3B162F) is known color: Blackberry. HEX triplet: 3B, 16 and 2F. RGB value is (59,22,47). Sum of RGB (Red+Green+Blue) = 59+22+47=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B162F is #C4E9D0. Grayscale: #232323. Windows color (decimal): -12904913 or 3085883. OLE color: 3085883.
HSL color Cylindrical-coordinate representation of color #3B162F: hue angle of 319.46º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B162F is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 47 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.77 |
| HSL | 319.46º | 0.46% | 0.16% | - |
| HSV(B) | 319.46º | 0.63% | 0.23% | - |
| XYZ | 2.6 | 1.71 | 2.88 | - |
| YUV | 35.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 47 | 0 | 0.63 | 0.20 | 0.77 | 319.46 | 0.46 | 0.16 |
| Hex | 3B | 16 | 2F | 0 | 3F | 14 | 4D | 13F | 2E | 10 |
| Octal | 73 | 26 | 57 | 0 | 77 | 24 | 115 | 477 | 56 | 20 |
| Binary | 111011 | 10110 | 101111 | 0 | 111111 | 10100 | 1001101 | 100111111 | 101110 | 10000 |
Color Harmonies of #3B162F
Complementary color
Monochromatic Colors of #3B162F
Black with #3B162F
Text Example
Text Example
White with #3B162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B162F; }
p { color: rgb(59,22,47); }
H1.HeaderClassName
{
color: #3B162F;
}
.AnyTagClassName
{
color: #3B162F;
}
</style>
background-color css
<style>
a { background-color: #3B162F; }
a { background-color: rgb(59,22,47); }
div.DivClassName
{
background-color: #3B162F;
}
.BgClassName
{
background-color: #3B162F;
}
</style>
border-color css
<style>
span { border-color: #3B162F; }
span { border-color: rgb(59,22,47); }
td.TdClassName
{
border-color: #3B162F;
}
.TagClassName
{
border-color: #3B162F;
}
</style>