Shades of Blackberry #3A162D
Tints of Blackberry #3A162D
RGB
CMYK
RGB Variations
Color information
#3A162D (or 0x3A162D) is known color: Blackberry. HEX triplet: 3A, 16 and 2D. RGB value is (58,22,45). Sum of RGB (Red+Green+Blue) = 58+22+45=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A162D is #C5E9D2. Grayscale: #232323. Windows color (decimal): -12970451 or 2954810. OLE color: 2954810.
HSL color Cylindrical-coordinate representation of color #3A162D: hue angle of 321.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A162D is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 22 | 45 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.77 |
| HSL | 321.67º | 0.45% | 0.16% | - |
| HSV(B) | 321.67º | 0.62% | 0.23% | - |
| XYZ | 2.51 | 1.66 | 2.67 | - |
| YUV | 35.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 45 | 0 | 0.62 | 0.22 | 0.77 | 321.67 | 0.45 | 0.16 |
| Hex | 3A | 16 | 2D | 0 | 3E | 16 | 4D | 142 | 2D | 10 |
| Octal | 72 | 26 | 55 | 0 | 76 | 26 | 115 | 502 | 55 | 20 |
| Binary | 111010 | 10110 | 101101 | 0 | 111110 | 10110 | 1001101 | 101000010 | 101101 | 10000 |
Color Harmonies of #3A162D
Complementary color
Monochromatic Colors of #3A162D
Black with #3A162D
Text Example
Text Example
White with #3A162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A162D; }
p { color: rgb(58,22,45); }
H1.HeaderClassName
{
color: #3A162D;
}
.AnyTagClassName
{
color: #3A162D;
}
</style>
background-color css
<style>
a { background-color: #3A162D; }
a { background-color: rgb(58,22,45); }
div.DivClassName
{
background-color: #3A162D;
}
.BgClassName
{
background-color: #3A162D;
}
</style>
border-color css
<style>
span { border-color: #3A162D; }
span { border-color: rgb(58,22,45); }
td.TdClassName
{
border-color: #3A162D;
}
.TagClassName
{
border-color: #3A162D;
}
</style>