Shades of Blackberry #3A1326
Tints of Blackberry #3A1326
RGB
CMYK
RGB Variations
Color information
#3A1326 (or 0x3A1326) is known color: Blackberry. HEX triplet: 3A, 13 and 26. RGB value is (58,19,38). Sum of RGB (Red+Green+Blue) = 58+19+38=115 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.43% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1326 is #C5ECD9. Grayscale: #202020. Windows color (decimal): -12971226 or 2495290. OLE color: 2495290.
HSL color Cylindrical-coordinate representation of color #3A1326: hue angle of 330.77º 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 #3A1326 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 38 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.77 |
| HSL | 330.77º | 0.51% | 0.15% | - |
| HSV(B) | 330.77º | 0.67% | 0.23% | - |
| XYZ | 2.33 | 1.51 | 2 | - |
| YUV | 32.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 38 | 0 | 0.67 | 0.34 | 0.77 | 330.77 | 0.51 | 0.15 |
| Hex | 3A | 13 | 26 | 0 | 43 | 22 | 4D | 14B | 33 | F |
| Octal | 72 | 23 | 46 | 0 | 103 | 42 | 115 | 513 | 63 | 17 |
| Binary | 111010 | 10011 | 100110 | 0 | 1000011 | 100010 | 1001101 | 101001011 | 110011 | 1111 |
Color Harmonies of #3A1326
Complementary color
Monochromatic Colors of #3A1326
Black with #3A1326
Text Example
Text Example
White with #3A1326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1326; }
p { color: rgb(58,19,38); }
H1.HeaderClassName
{
color: #3A1326;
}
.AnyTagClassName
{
color: #3A1326;
}
</style>
background-color css
<style>
a { background-color: #3A1326; }
a { background-color: rgb(58,19,38); }
div.DivClassName
{
background-color: #3A1326;
}
.BgClassName
{
background-color: #3A1326;
}
</style>
border-color css
<style>
span { border-color: #3A1326; }
span { border-color: rgb(58,19,38); }
td.TdClassName
{
border-color: #3A1326;
}
.TagClassName
{
border-color: #3A1326;
}
</style>