Shades of Blackberry #3B0A20
Tints of Blackberry #3B0A20
RGB
CMYK
RGB Variations
Color information
#3B0A20 (or 0x3B0A20) is known color: Blackberry. HEX triplet: 3B, 0A and 20. RGB value is (59,10,32). Sum of RGB (Red+Green+Blue) = 59+10+32=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0A20 is #C4F5DF. Grayscale: #1B1B1B. Windows color (decimal): -12908000 or 2099771. OLE color: 2099771.
HSL color Cylindrical-coordinate representation of color #3B0A20: hue angle of 333.06º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B0A20 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 10 | 32 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.77 |
| HSL | 333.06º | 0.71% | 0.14% | - |
| HSV(B) | 333.06º | 0.83% | 0.23% | - |
| XYZ | 2.17 | 1.25 | 1.49 | - |
| YUV | 27.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 32 | 0 | 0.83 | 0.46 | 0.77 | 333.06 | 0.71 | 0.14 |
| Hex | 3B | A | 20 | 0 | 53 | 2E | 4D | 14D | 47 | E |
| Octal | 73 | 12 | 40 | 0 | 123 | 56 | 115 | 515 | 107 | 16 |
| Binary | 111011 | 1010 | 100000 | 0 | 1010011 | 101110 | 1001101 | 101001101 | 1000111 | 1110 |
Color Harmonies of #3B0A20
Complementary color
Monochromatic Colors of #3B0A20
Black with #3B0A20
Text Example
Text Example
White with #3B0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0A20; }
p { color: rgb(59,10,32); }
H1.HeaderClassName
{
color: #3B0A20;
}
.AnyTagClassName
{
color: #3B0A20;
}
</style>
background-color css
<style>
a { background-color: #3B0A20; }
a { background-color: rgb(59,10,32); }
div.DivClassName
{
background-color: #3B0A20;
}
.BgClassName
{
background-color: #3B0A20;
}
</style>
border-color css
<style>
span { border-color: #3B0A20; }
span { border-color: rgb(59,10,32); }
td.TdClassName
{
border-color: #3B0A20;
}
.TagClassName
{
border-color: #3B0A20;
}
</style>