Shades of Blackberry #3B172F
Tints of Blackberry #3B172F
RGB
CMYK
RGB Variations
Color information
#3B172F (or 0x3B172F) is known color: Blackberry. HEX triplet: 3B, 17 and 2F. RGB value is (59,23,47). Sum of RGB (Red+Green+Blue) = 59+23+47=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B172F is #C4E8D0. Grayscale: #242424. Windows color (decimal): -12904657 or 3086139. OLE color: 3086139.
HSL color Cylindrical-coordinate representation of color #3B172F: hue angle of 320º 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 #3B172F is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 47 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.77 |
| HSL | 320º | 0.44% | 0.16% | - |
| HSV(B) | 320º | 0.61% | 0.23% | - |
| XYZ | 2.62 | 1.75 | 2.89 | - |
| YUV | 36.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 47 | 0 | 0.61 | 0.20 | 0.77 | 320 | 0.44 | 0.16 |
| Hex | 3B | 17 | 2F | 0 | 3D | 14 | 4D | 140 | 2C | 10 |
| Octal | 73 | 27 | 57 | 0 | 75 | 24 | 115 | 500 | 54 | 20 |
| Binary | 111011 | 10111 | 101111 | 0 | 111101 | 10100 | 1001101 | 101000000 | 101100 | 10000 |
Color Harmonies of #3B172F
Complementary color
Monochromatic Colors of #3B172F
Black with #3B172F
Text Example
Text Example
White with #3B172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B172F; }
p { color: rgb(59,23,47); }
H1.HeaderClassName
{
color: #3B172F;
}
.AnyTagClassName
{
color: #3B172F;
}
</style>
background-color css
<style>
a { background-color: #3B172F; }
a { background-color: rgb(59,23,47); }
div.DivClassName
{
background-color: #3B172F;
}
.BgClassName
{
background-color: #3B172F;
}
</style>
border-color css
<style>
span { border-color: #3B172F; }
span { border-color: rgb(59,23,47); }
td.TdClassName
{
border-color: #3B172F;
}
.TagClassName
{
border-color: #3B172F;
}
</style>