Shades of Blackberry #3B162D
Tints of Blackberry #3B162D
RGB
CMYK
RGB Variations
Color information
#3B162D (or 0x3B162D) is known color: Blackberry. HEX triplet: 3B, 16 and 2D. RGB value is (59,22,45). Sum of RGB (Red+Green+Blue) = 59+22+45=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B162D is #C4E9D2. Grayscale: #232323. Windows color (decimal): -12904915 or 2954811. OLE color: 2954811.
HSL color Cylindrical-coordinate representation of color #3B162D: hue angle of 322.7º 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 #3B162D is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 45 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.77 |
| HSL | 322.7º | 0.46% | 0.16% | - |
| HSV(B) | 322.7º | 0.63% | 0.23% | - |
| XYZ | 2.56 | 1.69 | 2.67 | - |
| YUV | 35.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 45 | 0 | 0.63 | 0.24 | 0.77 | 322.7 | 0.46 | 0.16 |
| Hex | 3B | 16 | 2D | 0 | 3F | 18 | 4D | 143 | 2E | 10 |
| Octal | 73 | 26 | 55 | 0 | 77 | 30 | 115 | 503 | 56 | 20 |
| Binary | 111011 | 10110 | 101101 | 0 | 111111 | 11000 | 1001101 | 101000011 | 101110 | 10000 |
Color Harmonies of #3B162D
Complementary color
Monochromatic Colors of #3B162D
Black with #3B162D
Text Example
Text Example
White with #3B162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B162D; }
p { color: rgb(59,22,45); }
H1.HeaderClassName
{
color: #3B162D;
}
.AnyTagClassName
{
color: #3B162D;
}
</style>
background-color css
<style>
a { background-color: #3B162D; }
a { background-color: rgb(59,22,45); }
div.DivClassName
{
background-color: #3B162D;
}
.BgClassName
{
background-color: #3B162D;
}
</style>
border-color css
<style>
span { border-color: #3B162D; }
span { border-color: rgb(59,22,45); }
td.TdClassName
{
border-color: #3B162D;
}
.TagClassName
{
border-color: #3B162D;
}
</style>