Shades of Blackberry #3B172B
Tints of Blackberry #3B172B
RGB
CMYK
RGB Variations
Color information
#3B172B (or 0x3B172B) is known color: Blackberry. HEX triplet: 3B, 17 and 2B. RGB value is (59,23,43). Sum of RGB (Red+Green+Blue) = 59+23+43=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B172B is #C4E8D4. Grayscale: #242424. Windows color (decimal): -12904661 or 2823995. OLE color: 2823995.
HSL color Cylindrical-coordinate representation of color #3B172B: hue angle of 326.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 #3B172B is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 43 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.77 |
| HSL | 326.67º | 0.44% | 0.16% | - |
| HSV(B) | 326.67º | 0.61% | 0.23% | - |
| XYZ | 2.55 | 1.72 | 2.48 | - |
| YUV | 36.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 43 | 0 | 0.61 | 0.27 | 0.77 | 326.67 | 0.44 | 0.16 |
| Hex | 3B | 17 | 2B | 0 | 3D | 1B | 4D | 147 | 2C | 10 |
| Octal | 73 | 27 | 53 | 0 | 75 | 33 | 115 | 507 | 54 | 20 |
| Binary | 111011 | 10111 | 101011 | 0 | 111101 | 11011 | 1001101 | 101000111 | 101100 | 10000 |
Color Harmonies of #3B172B
Complementary color
Monochromatic Colors of #3B172B
Black with #3B172B
Text Example
Text Example
White with #3B172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B172B; }
p { color: rgb(59,23,43); }
H1.HeaderClassName
{
color: #3B172B;
}
.AnyTagClassName
{
color: #3B172B;
}
</style>
background-color css
<style>
a { background-color: #3B172B; }
a { background-color: rgb(59,23,43); }
div.DivClassName
{
background-color: #3B172B;
}
.BgClassName
{
background-color: #3B172B;
}
</style>
border-color css
<style>
span { border-color: #3B172B; }
span { border-color: rgb(59,23,43); }
td.TdClassName
{
border-color: #3B172B;
}
.TagClassName
{
border-color: #3B172B;
}
</style>