Shades of Blackberry #3B1B2F
Tints of Blackberry #3B1B2F
RGB
CMYK
RGB Variations
Color information
#3B1B2F (or 0x3B1B2F) is known color: Blackberry. HEX triplet: 3B, 1B and 2F. RGB value is (59,27,47). Sum of RGB (Red+Green+Blue) = 59+27+47=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B2F is #C4E4D0. Grayscale: #262626. Windows color (decimal): -12903633 or 3087163. OLE color: 3087163.
HSL color Cylindrical-coordinate representation of color #3B1B2F: hue angle of 322.5º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B1B2F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 47 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.77 |
| HSL | 322.5º | 0.37% | 0.17% | - |
| HSV(B) | 322.5º | 0.54% | 0.23% | - |
| XYZ | 2.71 | 1.92 | 2.92 | - |
| YUV | 38.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 47 | 0 | 0.54 | 0.20 | 0.77 | 322.5 | 0.37 | 0.17 |
| Hex | 3B | 1B | 2F | 0 | 36 | 14 | 4D | 142 | 25 | 11 |
| Octal | 73 | 33 | 57 | 0 | 66 | 24 | 115 | 502 | 45 | 21 |
| Binary | 111011 | 11011 | 101111 | 0 | 110110 | 10100 | 1001101 | 101000010 | 100101 | 10001 |
Color Harmonies of #3B1B2F
Complementary color
Monochromatic Colors of #3B1B2F
Black with #3B1B2F
Text Example
Text Example
White with #3B1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B2F; }
p { color: rgb(59,27,47); }
H1.HeaderClassName
{
color: #3B1B2F;
}
.AnyTagClassName
{
color: #3B1B2F;
}
</style>
background-color css
<style>
a { background-color: #3B1B2F; }
a { background-color: rgb(59,27,47); }
div.DivClassName
{
background-color: #3B1B2F;
}
.BgClassName
{
background-color: #3B1B2F;
}
</style>
border-color css
<style>
span { border-color: #3B1B2F; }
span { border-color: rgb(59,27,47); }
td.TdClassName
{
border-color: #3B1B2F;
}
.TagClassName
{
border-color: #3B1B2F;
}
</style>