Shades of Blackberry #3A0520
Tints of Blackberry #3A0520
RGB
CMYK
RGB Variations
Color information
#3A0520 (or 0x3A0520) is known color: Blackberry. HEX triplet: 3A, 05 and 20. RGB value is (58,5,32). Sum of RGB (Red+Green+Blue) = 58+5+32=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0520 is #C5FADF. Grayscale: #171717. Windows color (decimal): -12974816 or 2098490. OLE color: 2098490.
HSL color Cylindrical-coordinate representation of color #3A0520: hue angle of 329.43º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0520 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 32 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.77 |
| HSL | 329.43º | 0.84% | 0.12% | - |
| HSV(B) | 329.43º | 0.91% | 0.23% | - |
| XYZ | 2.06 | 1.11 | 1.47 | - |
| YUV | 23.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 32 | 0 | 0.91 | 0.45 | 0.77 | 329.43 | 0.84 | 0.12 |
| Hex | 3A | 5 | 20 | 0 | 5B | 2D | 4D | 149 | 54 | C |
| Octal | 72 | 5 | 40 | 0 | 133 | 55 | 115 | 511 | 124 | 14 |
| Binary | 111010 | 101 | 100000 | 0 | 1011011 | 101101 | 1001101 | 101001001 | 1010100 | 1100 |
Color Harmonies of #3A0520
Complementary color
Monochromatic Colors of #3A0520
Black with #3A0520
Text Example
Text Example
White with #3A0520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0520; }
p { color: rgb(58,5,32); }
H1.HeaderClassName
{
color: #3A0520;
}
.AnyTagClassName
{
color: #3A0520;
}
</style>
background-color css
<style>
a { background-color: #3A0520; }
a { background-color: rgb(58,5,32); }
div.DivClassName
{
background-color: #3A0520;
}
.BgClassName
{
background-color: #3A0520;
}
</style>
border-color css
<style>
span { border-color: #3A0520; }
span { border-color: rgb(58,5,32); }
td.TdClassName
{
border-color: #3A0520;
}
.TagClassName
{
border-color: #3A0520;
}
</style>