Shades of Blackberry #3A1129
Tints of Blackberry #3A1129
RGB
CMYK
RGB Variations
Color information
#3A1129 (or 0x3A1129) is known color: Blackberry. HEX triplet: 3A, 11 and 29. RGB value is (58,17,41). Sum of RGB (Red+Green+Blue) = 58+17+41=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1129 is #C5EED6. Grayscale: #1F1F1F. Windows color (decimal): -12971735 or 2691386. OLE color: 2691386.
HSL color Cylindrical-coordinate representation of color #3A1129: hue angle of 324.88º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A1129 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 17 | 41 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.77 |
| HSL | 324.88º | 0.55% | 0.15% | - |
| HSV(B) | 324.88º | 0.71% | 0.23% | - |
| XYZ | 2.35 | 1.46 | 2.26 | - |
| YUV | 32 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 41 | 0 | 0.71 | 0.29 | 0.77 | 324.88 | 0.55 | 0.15 |
| Hex | 3A | 11 | 29 | 0 | 47 | 1D | 4D | 145 | 37 | F |
| Octal | 72 | 21 | 51 | 0 | 107 | 35 | 115 | 505 | 67 | 17 |
| Binary | 111010 | 10001 | 101001 | 0 | 1000111 | 11101 | 1001101 | 101000101 | 110111 | 1111 |
Color Harmonies of #3A1129
Complementary color
Monochromatic Colors of #3A1129
Black with #3A1129
Text Example
Text Example
White with #3A1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1129; }
p { color: rgb(58,17,41); }
H1.HeaderClassName
{
color: #3A1129;
}
.AnyTagClassName
{
color: #3A1129;
}
</style>
background-color css
<style>
a { background-color: #3A1129; }
a { background-color: rgb(58,17,41); }
div.DivClassName
{
background-color: #3A1129;
}
.BgClassName
{
background-color: #3A1129;
}
</style>
border-color css
<style>
span { border-color: #3A1129; }
span { border-color: rgb(58,17,41); }
td.TdClassName
{
border-color: #3A1129;
}
.TagClassName
{
border-color: #3A1129;
}
</style>