Shades of Blackberry #3A122C
Tints of Blackberry #3A122C
RGB
CMYK
RGB Variations
Color information
#3A122C (or 0x3A122C) is known color: Blackberry. HEX triplet: 3A, 12 and 2C. RGB value is (58,18,44). Sum of RGB (Red+Green+Blue) = 58+18+44=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A122C is #C5EDD3. Grayscale: #202020. Windows color (decimal): -12971476 or 2888250. OLE color: 2888250.
HSL color Cylindrical-coordinate representation of color #3A122C: hue angle of 321º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A122C is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 18 | 44 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.77 |
| HSL | 321º | 0.53% | 0.15% | - |
| HSV(B) | 321º | 0.69% | 0.23% | - |
| XYZ | 2.42 | 1.51 | 2.55 | - |
| YUV | 32.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 44 | 0 | 0.69 | 0.24 | 0.77 | 321 | 0.53 | 0.15 |
| Hex | 3A | 12 | 2C | 0 | 45 | 18 | 4D | 141 | 35 | F |
| Octal | 72 | 22 | 54 | 0 | 105 | 30 | 115 | 501 | 65 | 17 |
| Binary | 111010 | 10010 | 101100 | 0 | 1000101 | 11000 | 1001101 | 101000001 | 110101 | 1111 |
Color Harmonies of #3A122C
Complementary color
Monochromatic Colors of #3A122C
Black with #3A122C
Text Example
Text Example
White with #3A122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A122C; }
p { color: rgb(58,18,44); }
H1.HeaderClassName
{
color: #3A122C;
}
.AnyTagClassName
{
color: #3A122C;
}
</style>
background-color css
<style>
a { background-color: #3A122C; }
a { background-color: rgb(58,18,44); }
div.DivClassName
{
background-color: #3A122C;
}
.BgClassName
{
background-color: #3A122C;
}
</style>
border-color css
<style>
span { border-color: #3A122C; }
span { border-color: rgb(58,18,44); }
td.TdClassName
{
border-color: #3A122C;
}
.TagClassName
{
border-color: #3A122C;
}
</style>