Shades of Blackberry #3B172C
Tints of Blackberry #3B172C
RGB
CMYK
RGB Variations
Color information
#3B172C (or 0x3B172C) is known color: Blackberry. HEX triplet: 3B, 17 and 2C. RGB value is (59,23,44). Sum of RGB (Red+Green+Blue) = 59+23+44=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B172C is #C4E8D3. Grayscale: #242424. Windows color (decimal): -12904660 or 2889531. OLE color: 2889531.
HSL color Cylindrical-coordinate representation of color #3B172C: hue angle of 325º 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 #3B172C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 44 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.77 |
| HSL | 325º | 0.44% | 0.16% | - |
| HSV(B) | 325º | 0.61% | 0.23% | - |
| XYZ | 2.56 | 1.72 | 2.58 | - |
| YUV | 36.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 44 | 0 | 0.61 | 0.25 | 0.77 | 325 | 0.44 | 0.16 |
| Hex | 3B | 17 | 2C | 0 | 3D | 19 | 4D | 145 | 2C | 10 |
| Octal | 73 | 27 | 54 | 0 | 75 | 31 | 115 | 505 | 54 | 20 |
| Binary | 111011 | 10111 | 101100 | 0 | 111101 | 11001 | 1001101 | 101000101 | 101100 | 10000 |
Color Harmonies of #3B172C
Complementary color
Monochromatic Colors of #3B172C
Black with #3B172C
Text Example
Text Example
White with #3B172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B172C; }
p { color: rgb(59,23,44); }
H1.HeaderClassName
{
color: #3B172C;
}
.AnyTagClassName
{
color: #3B172C;
}
</style>
background-color css
<style>
a { background-color: #3B172C; }
a { background-color: rgb(59,23,44); }
div.DivClassName
{
background-color: #3B172C;
}
.BgClassName
{
background-color: #3B172C;
}
</style>
border-color css
<style>
span { border-color: #3B172C; }
span { border-color: rgb(59,23,44); }
td.TdClassName
{
border-color: #3B172C;
}
.TagClassName
{
border-color: #3B172C;
}
</style>