Shades of Blackberry #3A142D
Tints of Blackberry #3A142D
RGB
CMYK
RGB Variations
Color information
#3A142D (or 0x3A142D) is known color: Blackberry. HEX triplet: 3A, 14 and 2D. RGB value is (58,20,45). Sum of RGB (Red+Green+Blue) = 58+20+45=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A142D is #C5EBD2. Grayscale: #222222. Windows color (decimal): -12970963 or 2954298. OLE color: 2954298.
HSL color Cylindrical-coordinate representation of color #3A142D: hue angle of 320.53º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A142D is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 45 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.77 |
| HSL | 320.53º | 0.49% | 0.15% | - |
| HSV(B) | 320.53º | 0.66% | 0.23% | - |
| XYZ | 2.47 | 1.59 | 2.66 | - |
| YUV | 34.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 45 | 0 | 0.66 | 0.22 | 0.77 | 320.53 | 0.49 | 0.15 |
| Hex | 3A | 14 | 2D | 0 | 42 | 16 | 4D | 141 | 31 | F |
| Octal | 72 | 24 | 55 | 0 | 102 | 26 | 115 | 501 | 61 | 17 |
| Binary | 111010 | 10100 | 101101 | 0 | 1000010 | 10110 | 1001101 | 101000001 | 110001 | 1111 |
Color Harmonies of #3A142D
Complementary color
Monochromatic Colors of #3A142D
Black with #3A142D
Text Example
Text Example
White with #3A142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A142D; }
p { color: rgb(58,20,45); }
H1.HeaderClassName
{
color: #3A142D;
}
.AnyTagClassName
{
color: #3A142D;
}
</style>
background-color css
<style>
a { background-color: #3A142D; }
a { background-color: rgb(58,20,45); }
div.DivClassName
{
background-color: #3A142D;
}
.BgClassName
{
background-color: #3A142D;
}
</style>
border-color css
<style>
span { border-color: #3A142D; }
span { border-color: rgb(58,20,45); }
td.TdClassName
{
border-color: #3A142D;
}
.TagClassName
{
border-color: #3A142D;
}
</style>