Shades of Blackberry #3B172E
Tints of Blackberry #3B172E
RGB
CMYK
RGB Variations
Color information
#3B172E (or 0x3B172E) is known color: Blackberry. HEX triplet: 3B, 17 and 2E. RGB value is (59,23,46). Sum of RGB (Red+Green+Blue) = 59+23+46=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B172E is #C4E8D1. Grayscale: #242424. Windows color (decimal): -12904658 or 3020603. OLE color: 3020603.
HSL color Cylindrical-coordinate representation of color #3B172E: hue angle of 321.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B172E is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 46 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.77 |
| HSL | 321.67º | 0.44% | 0.16% | - |
| HSV(B) | 321.67º | 0.61% | 0.23% | - |
| XYZ | 2.6 | 1.74 | 2.78 | - |
| YUV | 36.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 46 | 0 | 0.61 | 0.22 | 0.77 | 321.67 | 0.44 | 0.16 |
| Hex | 3B | 17 | 2E | 0 | 3D | 16 | 4D | 142 | 2C | 10 |
| Octal | 73 | 27 | 56 | 0 | 75 | 26 | 115 | 502 | 54 | 20 |
| Binary | 111011 | 10111 | 101110 | 0 | 111101 | 10110 | 1001101 | 101000010 | 101100 | 10000 |
Color Harmonies of #3B172E
Complementary color
Monochromatic Colors of #3B172E
Black with #3B172E
Text Example
Text Example
White with #3B172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B172E; }
p { color: rgb(59,23,46); }
H1.HeaderClassName
{
color: #3B172E;
}
.AnyTagClassName
{
color: #3B172E;
}
</style>
background-color css
<style>
a { background-color: #3B172E; }
a { background-color: rgb(59,23,46); }
div.DivClassName
{
background-color: #3B172E;
}
.BgClassName
{
background-color: #3B172E;
}
</style>
border-color css
<style>
span { border-color: #3B172E; }
span { border-color: rgb(59,23,46); }
td.TdClassName
{
border-color: #3B172E;
}
.TagClassName
{
border-color: #3B172E;
}
</style>