Shades of Blackberry #3A132B
Tints of Blackberry #3A132B
RGB
CMYK
RGB Variations
Color information
#3A132B (or 0x3A132B) is known color: Blackberry. HEX triplet: 3A, 13 and 2B. RGB value is (58,19,43). Sum of RGB (Red+Green+Blue) = 58+19+43=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A132B is #C5ECD4. Grayscale: #212121. Windows color (decimal): -12971221 or 2822970. OLE color: 2822970.
HSL color Cylindrical-coordinate representation of color #3A132B: hue angle of 323.08º 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 #3A132B is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 43 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.77 |
| HSL | 323.08º | 0.51% | 0.15% | - |
| HSV(B) | 323.08º | 0.67% | 0.23% | - |
| XYZ | 2.41 | 1.54 | 2.46 | - |
| YUV | 33.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 43 | 0 | 0.67 | 0.26 | 0.77 | 323.08 | 0.51 | 0.15 |
| Hex | 3A | 13 | 2B | 0 | 43 | 1A | 4D | 143 | 33 | F |
| Octal | 72 | 23 | 53 | 0 | 103 | 32 | 115 | 503 | 63 | 17 |
| Binary | 111010 | 10011 | 101011 | 0 | 1000011 | 11010 | 1001101 | 101000011 | 110011 | 1111 |
Color Harmonies of #3A132B
Complementary color
Monochromatic Colors of #3A132B
Black with #3A132B
Text Example
Text Example
White with #3A132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A132B; }
p { color: rgb(58,19,43); }
H1.HeaderClassName
{
color: #3A132B;
}
.AnyTagClassName
{
color: #3A132B;
}
</style>
background-color css
<style>
a { background-color: #3A132B; }
a { background-color: rgb(58,19,43); }
div.DivClassName
{
background-color: #3A132B;
}
.BgClassName
{
background-color: #3A132B;
}
</style>
border-color css
<style>
span { border-color: #3A132B; }
span { border-color: rgb(58,19,43); }
td.TdClassName
{
border-color: #3A132B;
}
.TagClassName
{
border-color: #3A132B;
}
</style>