Shades of Blackberry #3A1329
Tints of Blackberry #3A1329
RGB
CMYK
RGB Variations
Color information
#3A1329 (or 0x3A1329) is known color: Blackberry. HEX triplet: 3A, 13 and 29. RGB value is (58,19,41). Sum of RGB (Red+Green+Blue) = 58+19+41=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1329 is #C5ECD6. Grayscale: #212121. Windows color (decimal): -12971223 or 2691898. OLE color: 2691898.
HSL color Cylindrical-coordinate representation of color #3A1329: hue angle of 326.15º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1329 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 41 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.77 |
| HSL | 326.15º | 0.51% | 0.15% | - |
| HSV(B) | 326.15º | 0.67% | 0.23% | - |
| XYZ | 2.38 | 1.53 | 2.27 | - |
| YUV | 33.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 41 | 0 | 0.67 | 0.29 | 0.77 | 326.15 | 0.51 | 0.15 |
| Hex | 3A | 13 | 29 | 0 | 43 | 1D | 4D | 146 | 33 | F |
| Octal | 72 | 23 | 51 | 0 | 103 | 35 | 115 | 506 | 63 | 17 |
| Binary | 111010 | 10011 | 101001 | 0 | 1000011 | 11101 | 1001101 | 101000110 | 110011 | 1111 |
Color Harmonies of #3A1329
Complementary color
Monochromatic Colors of #3A1329
Black with #3A1329
Text Example
Text Example
White with #3A1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1329; }
p { color: rgb(58,19,41); }
H1.HeaderClassName
{
color: #3A1329;
}
.AnyTagClassName
{
color: #3A1329;
}
</style>
background-color css
<style>
a { background-color: #3A1329; }
a { background-color: rgb(58,19,41); }
div.DivClassName
{
background-color: #3A1329;
}
.BgClassName
{
background-color: #3A1329;
}
</style>
border-color css
<style>
span { border-color: #3A1329; }
span { border-color: rgb(58,19,41); }
td.TdClassName
{
border-color: #3A1329;
}
.TagClassName
{
border-color: #3A1329;
}
</style>