Shades of Blackberry #3B0B2B
Tints of Blackberry #3B0B2B
RGB
CMYK
RGB Variations
Color information
#3B0B2B (or 0x3B0B2B) is known color: Blackberry. HEX triplet: 3B, 0B and 2B. RGB value is (59,11,43). Sum of RGB (Red+Green+Blue) = 59+11+43=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B2B is #C4F4D4. Grayscale: #1C1C1C. Windows color (decimal): -12907733 or 2820923. OLE color: 2820923.
HSL color Cylindrical-coordinate representation of color #3B0B2B: hue angle of 320º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0B2B is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 11 | 43 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.77 |
| HSL | 320º | 0.69% | 0.14% | - |
| HSV(B) | 320º | 0.81% | 0.23% | - |
| XYZ | 2.36 | 1.34 | 2.42 | - |
| YUV | 29 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 43 | 0 | 0.81 | 0.27 | 0.77 | 320 | 0.69 | 0.14 |
| Hex | 3B | B | 2B | 0 | 51 | 1B | 4D | 140 | 45 | E |
| Octal | 73 | 13 | 53 | 0 | 121 | 33 | 115 | 500 | 105 | 16 |
| Binary | 111011 | 1011 | 101011 | 0 | 1010001 | 11011 | 1001101 | 101000000 | 1000101 | 1110 |
Color Harmonies of #3B0B2B
Complementary color
Monochromatic Colors of #3B0B2B
Black with #3B0B2B
Text Example
Text Example
White with #3B0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B2B; }
p { color: rgb(59,11,43); }
H1.HeaderClassName
{
color: #3B0B2B;
}
.AnyTagClassName
{
color: #3B0B2B;
}
</style>
background-color css
<style>
a { background-color: #3B0B2B; }
a { background-color: rgb(59,11,43); }
div.DivClassName
{
background-color: #3B0B2B;
}
.BgClassName
{
background-color: #3B0B2B;
}
</style>
border-color css
<style>
span { border-color: #3B0B2B; }
span { border-color: rgb(59,11,43); }
td.TdClassName
{
border-color: #3B0B2B;
}
.TagClassName
{
border-color: #3B0B2B;
}
</style>