Shades of Blackberry #3A0720
Tints of Blackberry #3A0720
RGB
CMYK
RGB Variations
Color information
#3A0720 (or 0x3A0720) is known color: Blackberry. HEX triplet: 3A, 07 and 20. RGB value is (58,7,32). Sum of RGB (Red+Green+Blue) = 58+7+32=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0720 is #C5F8DF. Grayscale: #191919. Windows color (decimal): -12974304 or 2099002. OLE color: 2099002.
HSL color Cylindrical-coordinate representation of color #3A0720: hue angle of 330.59º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0720 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 32 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.77 |
| HSL | 330.59º | 0.78% | 0.13% | - |
| HSV(B) | 330.59º | 0.88% | 0.23% | - |
| XYZ | 2.08 | 1.16 | 1.48 | - |
| YUV | 25.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 32 | 0 | 0.88 | 0.45 | 0.77 | 330.59 | 0.78 | 0.13 |
| Hex | 3A | 7 | 20 | 0 | 58 | 2D | 4D | 14B | 4E | D |
| Octal | 72 | 7 | 40 | 0 | 130 | 55 | 115 | 513 | 116 | 15 |
| Binary | 111010 | 111 | 100000 | 0 | 1011000 | 101101 | 1001101 | 101001011 | 1001110 | 1101 |
Color Harmonies of #3A0720
Complementary color
Monochromatic Colors of #3A0720
Black with #3A0720
Text Example
Text Example
White with #3A0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0720; }
p { color: rgb(58,7,32); }
H1.HeaderClassName
{
color: #3A0720;
}
.AnyTagClassName
{
color: #3A0720;
}
</style>
background-color css
<style>
a { background-color: #3A0720; }
a { background-color: rgb(58,7,32); }
div.DivClassName
{
background-color: #3A0720;
}
.BgClassName
{
background-color: #3A0720;
}
</style>
border-color css
<style>
span { border-color: #3A0720; }
span { border-color: rgb(58,7,32); }
td.TdClassName
{
border-color: #3A0720;
}
.TagClassName
{
border-color: #3A0720;
}
</style>