Shades of Blackberry #3A132C
Tints of Blackberry #3A132C
RGB
CMYK
RGB Variations
Color information
#3A132C (or 0x3A132C) is known color: Blackberry. HEX triplet: 3A, 13 and 2C. RGB value is (58,19,44). Sum of RGB (Red+Green+Blue) = 58+19+44=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A132C is #C5ECD3. Grayscale: #212121. Windows color (decimal): -12971220 or 2888506. OLE color: 2888506.
HSL color Cylindrical-coordinate representation of color #3A132C: hue angle of 321.54º 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 #3A132C is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 44 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.77 |
| HSL | 321.54º | 0.51% | 0.15% | - |
| HSV(B) | 321.54º | 0.67% | 0.23% | - |
| XYZ | 2.43 | 1.55 | 2.55 | - |
| YUV | 33.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 44 | 0 | 0.67 | 0.24 | 0.77 | 321.54 | 0.51 | 0.15 |
| Hex | 3A | 13 | 2C | 0 | 43 | 18 | 4D | 142 | 33 | F |
| Octal | 72 | 23 | 54 | 0 | 103 | 30 | 115 | 502 | 63 | 17 |
| Binary | 111010 | 10011 | 101100 | 0 | 1000011 | 11000 | 1001101 | 101000010 | 110011 | 1111 |
Color Harmonies of #3A132C
Complementary color
Monochromatic Colors of #3A132C
Black with #3A132C
Text Example
Text Example
White with #3A132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A132C; }
p { color: rgb(58,19,44); }
H1.HeaderClassName
{
color: #3A132C;
}
.AnyTagClassName
{
color: #3A132C;
}
</style>
background-color css
<style>
a { background-color: #3A132C; }
a { background-color: rgb(58,19,44); }
div.DivClassName
{
background-color: #3A132C;
}
.BgClassName
{
background-color: #3A132C;
}
</style>
border-color css
<style>
span { border-color: #3A132C; }
span { border-color: rgb(58,19,44); }
td.TdClassName
{
border-color: #3A132C;
}
.TagClassName
{
border-color: #3A132C;
}
</style>