Shades of Blackberry #3B152C
Tints of Blackberry #3B152C
RGB
CMYK
RGB Variations
Color information
#3B152C (or 0x3B152C) is known color: Blackberry. HEX triplet: 3B, 15 and 2C. RGB value is (59,21,44). Sum of RGB (Red+Green+Blue) = 59+21+44=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B152C is #C4EAD3. Grayscale: #222222. Windows color (decimal): -12905172 or 2889019. OLE color: 2889019.
HSL color Cylindrical-coordinate representation of color #3B152C: hue angle of 323.68º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B152C is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 21 | 44 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.77 |
| HSL | 323.68º | 0.48% | 0.16% | - |
| HSV(B) | 323.68º | 0.64% | 0.23% | - |
| XYZ | 2.53 | 1.65 | 2.57 | - |
| YUV | 34.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 44 | 0 | 0.64 | 0.25 | 0.77 | 323.68 | 0.48 | 0.16 |
| Hex | 3B | 15 | 2C | 0 | 40 | 19 | 4D | 144 | 30 | 10 |
| Octal | 73 | 25 | 54 | 0 | 100 | 31 | 115 | 504 | 60 | 20 |
| Binary | 111011 | 10101 | 101100 | 0 | 1000000 | 11001 | 1001101 | 101000100 | 110000 | 10000 |
Color Harmonies of #3B152C
Complementary color
Monochromatic Colors of #3B152C
Black with #3B152C
Text Example
Text Example
White with #3B152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B152C; }
p { color: rgb(59,21,44); }
H1.HeaderClassName
{
color: #3B152C;
}
.AnyTagClassName
{
color: #3B152C;
}
</style>
background-color css
<style>
a { background-color: #3B152C; }
a { background-color: rgb(59,21,44); }
div.DivClassName
{
background-color: #3B152C;
}
.BgClassName
{
background-color: #3B152C;
}
</style>
border-color css
<style>
span { border-color: #3B152C; }
span { border-color: rgb(59,21,44); }
td.TdClassName
{
border-color: #3B152C;
}
.TagClassName
{
border-color: #3B152C;
}
</style>