Shades of Blackberry #3A0729
Tints of Blackberry #3A0729
RGB
CMYK
RGB Variations
Color information
#3A0729 (or 0x3A0729) is known color: Blackberry. HEX triplet: 3A, 07 and 29. RGB value is (58,7,41). Sum of RGB (Red+Green+Blue) = 58+7+41=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0729 is #C5F8D6. Grayscale: #1A1A1A. Windows color (decimal): -12974295 or 2688826. OLE color: 2688826.
HSL color Cylindrical-coordinate representation of color #3A0729: hue angle of 320º 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 #3A0729 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 41 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.77 |
| HSL | 320º | 0.78% | 0.13% | - |
| HSV(B) | 320º | 0.88% | 0.23% | - |
| XYZ | 2.22 | 1.21 | 2.21 | - |
| YUV | 26.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 41 | 0 | 0.88 | 0.29 | 0.77 | 320 | 0.78 | 0.13 |
| Hex | 3A | 7 | 29 | 0 | 58 | 1D | 4D | 140 | 4E | D |
| Octal | 72 | 7 | 51 | 0 | 130 | 35 | 115 | 500 | 116 | 15 |
| Binary | 111010 | 111 | 101001 | 0 | 1011000 | 11101 | 1001101 | 101000000 | 1001110 | 1101 |
Color Harmonies of #3A0729
Complementary color
Monochromatic Colors of #3A0729
Black with #3A0729
Text Example
Text Example
White with #3A0729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0729; }
p { color: rgb(58,7,41); }
H1.HeaderClassName
{
color: #3A0729;
}
.AnyTagClassName
{
color: #3A0729;
}
</style>
background-color css
<style>
a { background-color: #3A0729; }
a { background-color: rgb(58,7,41); }
div.DivClassName
{
background-color: #3A0729;
}
.BgClassName
{
background-color: #3A0729;
}
</style>
border-color css
<style>
span { border-color: #3A0729; }
span { border-color: rgb(58,7,41); }
td.TdClassName
{
border-color: #3A0729;
}
.TagClassName
{
border-color: #3A0729;
}
</style>