Shades of Blackberry #3A152C
Tints of Blackberry #3A152C
RGB
CMYK
RGB Variations
Color information
#3A152C (or 0x3A152C) is known color: Blackberry. HEX triplet: 3A, 15 and 2C. RGB value is (58,21,44). Sum of RGB (Red+Green+Blue) = 58+21+44=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A152C is #C5EAD3. Grayscale: #222222. Windows color (decimal): -12970708 or 2889018. OLE color: 2889018.
HSL color Cylindrical-coordinate representation of color #3A152C: hue angle of 322.7º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A152C is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 21 | 44 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.77 |
| HSL | 322.7º | 0.47% | 0.15% | - |
| HSV(B) | 322.7º | 0.64% | 0.23% | - |
| XYZ | 2.47 | 1.62 | 2.57 | - |
| YUV | 34.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 44 | 0 | 0.64 | 0.24 | 0.77 | 322.7 | 0.47 | 0.15 |
| Hex | 3A | 15 | 2C | 0 | 40 | 18 | 4D | 143 | 2F | F |
| Octal | 72 | 25 | 54 | 0 | 100 | 30 | 115 | 503 | 57 | 17 |
| Binary | 111010 | 10101 | 101100 | 0 | 1000000 | 11000 | 1001101 | 101000011 | 101111 | 1111 |
Color Harmonies of #3A152C
Complementary color
Monochromatic Colors of #3A152C
Black with #3A152C
Text Example
Text Example
White with #3A152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A152C; }
p { color: rgb(58,21,44); }
H1.HeaderClassName
{
color: #3A152C;
}
.AnyTagClassName
{
color: #3A152C;
}
</style>
background-color css
<style>
a { background-color: #3A152C; }
a { background-color: rgb(58,21,44); }
div.DivClassName
{
background-color: #3A152C;
}
.BgClassName
{
background-color: #3A152C;
}
</style>
border-color css
<style>
span { border-color: #3A152C; }
span { border-color: rgb(58,21,44); }
td.TdClassName
{
border-color: #3A152C;
}
.TagClassName
{
border-color: #3A152C;
}
</style>