Shades of Blackberry #3A0721
Tints of Blackberry #3A0721
RGB
CMYK
RGB Variations
Color information
#3A0721 (or 0x3A0721) is known color: Blackberry. HEX triplet: 3A, 07 and 21. RGB value is (58,7,33). Sum of RGB (Red+Green+Blue) = 58+7+33=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0721 is #C5F8DE. Grayscale: #191919. Windows color (decimal): -12974303 or 2164538. OLE color: 2164538.
HSL color Cylindrical-coordinate representation of color #3A0721: hue angle of 329.41º 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 #3A0721 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 33 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.77 |
| HSL | 329.41º | 0.78% | 0.13% | - |
| HSV(B) | 329.41º | 0.88% | 0.23% | - |
| XYZ | 2.1 | 1.16 | 1.55 | - |
| YUV | 25.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 33 | 0 | 0.88 | 0.43 | 0.77 | 329.41 | 0.78 | 0.13 |
| Hex | 3A | 7 | 21 | 0 | 58 | 2B | 4D | 149 | 4E | D |
| Octal | 72 | 7 | 41 | 0 | 130 | 53 | 115 | 511 | 116 | 15 |
| Binary | 111010 | 111 | 100001 | 0 | 1011000 | 101011 | 1001101 | 101001001 | 1001110 | 1101 |
Color Harmonies of #3A0721
Complementary color
Monochromatic Colors of #3A0721
Black with #3A0721
Text Example
Text Example
White with #3A0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0721; }
p { color: rgb(58,7,33); }
H1.HeaderClassName
{
color: #3A0721;
}
.AnyTagClassName
{
color: #3A0721;
}
</style>
background-color css
<style>
a { background-color: #3A0721; }
a { background-color: rgb(58,7,33); }
div.DivClassName
{
background-color: #3A0721;
}
.BgClassName
{
background-color: #3A0721;
}
</style>
border-color css
<style>
span { border-color: #3A0721; }
span { border-color: rgb(58,7,33); }
td.TdClassName
{
border-color: #3A0721;
}
.TagClassName
{
border-color: #3A0721;
}
</style>