Shades of Blackberry #3A132E
Tints of Blackberry #3A132E
RGB
CMYK
RGB Variations
Color information
#3A132E (or 0x3A132E) is known color: Blackberry. HEX triplet: 3A, 13 and 2E. RGB value is (58,19,46). Sum of RGB (Red+Green+Blue) = 58+19+46=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A132E is #C5ECD1. Grayscale: #212121. Windows color (decimal): -12971218 or 3019578. OLE color: 3019578.
HSL color Cylindrical-coordinate representation of color #3A132E: hue angle of 318.46º 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 #3A132E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 46 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.77 |
| HSL | 318.46º | 0.51% | 0.15% | - |
| HSV(B) | 318.46º | 0.67% | 0.23% | - |
| XYZ | 2.47 | 1.56 | 2.76 | - |
| YUV | 33.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 46 | 0 | 0.67 | 0.21 | 0.77 | 318.46 | 0.51 | 0.15 |
| Hex | 3A | 13 | 2E | 0 | 43 | 15 | 4D | 13E | 33 | F |
| Octal | 72 | 23 | 56 | 0 | 103 | 25 | 115 | 476 | 63 | 17 |
| Binary | 111010 | 10011 | 101110 | 0 | 1000011 | 10101 | 1001101 | 100111110 | 110011 | 1111 |
Color Harmonies of #3A132E
Complementary color
Monochromatic Colors of #3A132E
Black with #3A132E
Text Example
Text Example
White with #3A132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A132E; }
p { color: rgb(58,19,46); }
H1.HeaderClassName
{
color: #3A132E;
}
.AnyTagClassName
{
color: #3A132E;
}
</style>
background-color css
<style>
a { background-color: #3A132E; }
a { background-color: rgb(58,19,46); }
div.DivClassName
{
background-color: #3A132E;
}
.BgClassName
{
background-color: #3A132E;
}
</style>
border-color css
<style>
span { border-color: #3A132E; }
span { border-color: rgb(58,19,46); }
td.TdClassName
{
border-color: #3A132E;
}
.TagClassName
{
border-color: #3A132E;
}
</style>