Shades of Blackberry #3B0120
Tints of Blackberry #3B0120
RGB
CMYK
RGB Variations
Color information
#3B0120 (or 0x3B0120) is known color: Blackberry. HEX triplet: 3B, 01 and 20. RGB value is (59,1,32). Sum of RGB (Red+Green+Blue) = 59+1+32=92 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.13% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0120 is #C4FEDF. Grayscale: #151515. Windows color (decimal): -12910304 or 2097467. OLE color: 2097467.
HSL color Cylindrical-coordinate representation of color #3B0120: hue angle of 327.93º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0120 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 32 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.77 |
| HSL | 327.93º | 0.97% | 0.12% | - |
| HSV(B) | 327.93º | 0.98% | 0.23% | - |
| XYZ | 2.08 | 1.06 | 1.46 | - |
| YUV | 21.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 32 | 0 | 0.98 | 0.46 | 0.77 | 327.93 | 0.97 | 0.12 |
| Hex | 3B | 1 | 20 | 0 | 62 | 2E | 4D | 148 | 61 | C |
| Octal | 73 | 1 | 40 | 0 | 142 | 56 | 115 | 510 | 141 | 14 |
| Binary | 111011 | 1 | 100000 | 0 | 1100010 | 101110 | 1001101 | 101001000 | 1100001 | 1100 |
Color Harmonies of #3B0120
Complementary color
Monochromatic Colors of #3B0120
Black with #3B0120
Text Example
Text Example
White with #3B0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0120; }
p { color: rgb(59,1,32); }
H1.HeaderClassName
{
color: #3B0120;
}
.AnyTagClassName
{
color: #3B0120;
}
</style>
background-color css
<style>
a { background-color: #3B0120; }
a { background-color: rgb(59,1,32); }
div.DivClassName
{
background-color: #3B0120;
}
.BgClassName
{
background-color: #3B0120;
}
</style>
border-color css
<style>
span { border-color: #3B0120; }
span { border-color: rgb(59,1,32); }
td.TdClassName
{
border-color: #3B0120;
}
.TagClassName
{
border-color: #3B0120;
}
</style>