Shades of Blackberry #3B1B2C
Tints of Blackberry #3B1B2C
RGB
CMYK
RGB Variations
Color information
#3B1B2C (or 0x3B1B2C) is known color: Blackberry. HEX triplet: 3B, 1B and 2C. RGB value is (59,27,44). Sum of RGB (Red+Green+Blue) = 59+27+44=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B2C is #C4E4D3. Grayscale: #262626. Windows color (decimal): -12903636 or 2890555. OLE color: 2890555.
HSL color Cylindrical-coordinate representation of color #3B1B2C: hue angle of 328.12º 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 #3B1B2C is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 44 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.77 |
| HSL | 328.13º | 0.37% | 0.17% | - |
| HSV(B) | 328.13º | 0.54% | 0.23% | - |
| XYZ | 2.65 | 1.9 | 2.61 | - |
| YUV | 38.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 44 | 0 | 0.54 | 0.25 | 0.77 | 328.13 | 0.37 | 0.17 |
| Hex | 3B | 1B | 2C | 0 | 36 | 19 | 4D | 148 | 25 | 11 |
| Octal | 73 | 33 | 54 | 0 | 66 | 31 | 115 | 510 | 45 | 21 |
| Binary | 111011 | 11011 | 101100 | 0 | 110110 | 11001 | 1001101 | 101001000 | 100101 | 10001 |
Color Harmonies of #3B1B2C
Complementary color
Monochromatic Colors of #3B1B2C
Black with #3B1B2C
Text Example
Text Example
White with #3B1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B2C; }
p { color: rgb(59,27,44); }
H1.HeaderClassName
{
color: #3B1B2C;
}
.AnyTagClassName
{
color: #3B1B2C;
}
</style>
background-color css
<style>
a { background-color: #3B1B2C; }
a { background-color: rgb(59,27,44); }
div.DivClassName
{
background-color: #3B1B2C;
}
.BgClassName
{
background-color: #3B1B2C;
}
</style>
border-color css
<style>
span { border-color: #3B1B2C; }
span { border-color: rgb(59,27,44); }
td.TdClassName
{
border-color: #3B1B2C;
}
.TagClassName
{
border-color: #3B1B2C;
}
</style>