Shades of Blackberry #3B0932
Tints of Blackberry #3B0932
RGB
CMYK
RGB Variations
Color information
#3B0932 (or 0x3B0932) is known color: Blackberry. HEX triplet: 3B, 09 and 32. RGB value is (59,9,50). Sum of RGB (Red+Green+Blue) = 59+9+50=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0932 is #C4F6CD. Grayscale: #1C1C1C. Windows color (decimal): -12908238 or 3279163. OLE color: 3279163.
HSL color Cylindrical-coordinate representation of color #3B0932: hue angle of 310.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0932 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 50 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.77 |
| HSL | 310.8º | 0.74% | 0.13% | - |
| HSV(B) | 310.8º | 0.85% | 0.23% | - |
| XYZ | 2.48 | 1.36 | 3.15 | - |
| YUV | 28.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 50 | 0 | 0.85 | 0.15 | 0.77 | 310.8 | 0.74 | 0.13 |
| Hex | 3B | 9 | 32 | 0 | 55 | F | 4D | 137 | 4A | D |
| Octal | 73 | 11 | 62 | 0 | 125 | 17 | 115 | 467 | 112 | 15 |
| Binary | 111011 | 1001 | 110010 | 0 | 1010101 | 1111 | 1001101 | 100110111 | 1001010 | 1101 |
Color Harmonies of #3B0932
Complementary color
Monochromatic Colors of #3B0932
Black with #3B0932
Text Example
Text Example
White with #3B0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0932; }
p { color: rgb(59,9,50); }
H1.HeaderClassName
{
color: #3B0932;
}
.AnyTagClassName
{
color: #3B0932;
}
</style>
background-color css
<style>
a { background-color: #3B0932; }
a { background-color: rgb(59,9,50); }
div.DivClassName
{
background-color: #3B0932;
}
.BgClassName
{
background-color: #3B0932;
}
</style>
border-color css
<style>
span { border-color: #3B0932; }
span { border-color: rgb(59,9,50); }
td.TdClassName
{
border-color: #3B0932;
}
.TagClassName
{
border-color: #3B0932;
}
</style>