Shades of Blackberry #3B0B32
Tints of Blackberry #3B0B32
RGB
CMYK
RGB Variations
Color information
#3B0B32 (or 0x3B0B32) is known color: Blackberry. HEX triplet: 3B, 0B and 32. RGB value is (59,11,50). Sum of RGB (Red+Green+Blue) = 59+11+50=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B32 is #C4F4CD. Grayscale: #1D1D1D. Windows color (decimal): -12907726 or 3279675. OLE color: 3279675.
HSL color Cylindrical-coordinate representation of color #3B0B32: hue angle of 311.25º 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 #3B0B32 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 11 | 50 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.77 |
| HSL | 311.25º | 0.69% | 0.14% | - |
| HSV(B) | 311.25º | 0.81% | 0.23% | - |
| XYZ | 2.5 | 1.4 | 3.16 | - |
| YUV | 29.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 50 | 0 | 0.81 | 0.15 | 0.77 | 311.25 | 0.69 | 0.14 |
| Hex | 3B | B | 32 | 0 | 51 | F | 4D | 137 | 45 | E |
| Octal | 73 | 13 | 62 | 0 | 121 | 17 | 115 | 467 | 105 | 16 |
| Binary | 111011 | 1011 | 110010 | 0 | 1010001 | 1111 | 1001101 | 100110111 | 1000101 | 1110 |
Color Harmonies of #3B0B32
Complementary color
Monochromatic Colors of #3B0B32
Black with #3B0B32
Text Example
Text Example
White with #3B0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B32; }
p { color: rgb(59,11,50); }
H1.HeaderClassName
{
color: #3B0B32;
}
.AnyTagClassName
{
color: #3B0B32;
}
</style>
background-color css
<style>
a { background-color: #3B0B32; }
a { background-color: rgb(59,11,50); }
div.DivClassName
{
background-color: #3B0B32;
}
.BgClassName
{
background-color: #3B0B32;
}
</style>
border-color css
<style>
span { border-color: #3B0B32; }
span { border-color: rgb(59,11,50); }
td.TdClassName
{
border-color: #3B0B32;
}
.TagClassName
{
border-color: #3B0B32;
}
</style>