Shades of Blackberry #3B0020
Tints of Blackberry #3B0020
RGB
CMYK
RGB Variations
Color information
#3B0020 (or 0x3B0020) is known color: Blackberry. HEX triplet: 3B, 00 and 20. RGB value is (59,0,32). Sum of RGB (Red+Green+Blue) = 59+0+32=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0020 is #C4FFDF. Grayscale: #151515. Windows color (decimal): -12910560 or 2097211. OLE color: 2097211.
HSL color Cylindrical-coordinate representation of color #3B0020: hue angle of 327.46º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0020 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.46 | 0.77 |
| HSL | 327.46º | 1% | 0.12% | - |
| HSV(B) | 327.46º | 1% | 0.23% | - |
| XYZ | 2.06 | 1.03 | 1.46 | - |
| YUV | 21.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 32 | 0 | 1 | 0.46 | 0.77 | 327.46 | 1 | 0.12 |
| Hex | 3B | 0 | 20 | 0 | 64 | 2E | 4D | 147 | 64 | C |
| Octal | 73 | 0 | 40 | 0 | 144 | 56 | 115 | 507 | 144 | 14 |
| Binary | 111011 | 0 | 100000 | 0 | 1100100 | 101110 | 1001101 | 101000111 | 1100100 | 1100 |
Color Harmonies of #3B0020
Complementary color
Monochromatic Colors of #3B0020
Black with #3B0020
Text Example
Text Example
White with #3B0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0020; }
p { color: rgb(59,0,32); }
H1.HeaderClassName
{
color: #3B0020;
}
.AnyTagClassName
{
color: #3B0020;
}
</style>
background-color css
<style>
a { background-color: #3B0020; }
a { background-color: rgb(59,0,32); }
div.DivClassName
{
background-color: #3B0020;
}
.BgClassName
{
background-color: #3B0020;
}
</style>
border-color css
<style>
span { border-color: #3B0020; }
span { border-color: rgb(59,0,32); }
td.TdClassName
{
border-color: #3B0020;
}
.TagClassName
{
border-color: #3B0020;
}
</style>