Shades of Blackberry #3A162F
Tints of Blackberry #3A162F
RGB
CMYK
RGB Variations
Color information
#3A162F (or 0x3A162F) is known color: Blackberry. HEX triplet: 3A, 16 and 2F. RGB value is (58,22,47). Sum of RGB (Red+Green+Blue) = 58+22+47=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A162F is #C5E9D0. Grayscale: #232323. Windows color (decimal): -12970449 or 3085882. OLE color: 3085882.
HSL color Cylindrical-coordinate representation of color #3A162F: hue angle of 318.33º 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 #3A162F is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 22 | 47 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.77 |
| HSL | 318.33º | 0.45% | 0.16% | - |
| HSV(B) | 318.33º | 0.62% | 0.23% | - |
| XYZ | 2.54 | 1.68 | 2.88 | - |
| YUV | 35.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 47 | 0 | 0.62 | 0.19 | 0.77 | 318.33 | 0.45 | 0.16 |
| Hex | 3A | 16 | 2F | 0 | 3E | 13 | 4D | 13E | 2D | 10 |
| Octal | 72 | 26 | 57 | 0 | 76 | 23 | 115 | 476 | 55 | 20 |
| Binary | 111010 | 10110 | 101111 | 0 | 111110 | 10011 | 1001101 | 100111110 | 101101 | 10000 |
Color Harmonies of #3A162F
Complementary color
Monochromatic Colors of #3A162F
Black with #3A162F
Text Example
Text Example
White with #3A162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A162F; }
p { color: rgb(58,22,47); }
H1.HeaderClassName
{
color: #3A162F;
}
.AnyTagClassName
{
color: #3A162F;
}
</style>
background-color css
<style>
a { background-color: #3A162F; }
a { background-color: rgb(58,22,47); }
div.DivClassName
{
background-color: #3A162F;
}
.BgClassName
{
background-color: #3A162F;
}
</style>
border-color css
<style>
span { border-color: #3A162F; }
span { border-color: rgb(58,22,47); }
td.TdClassName
{
border-color: #3A162F;
}
.TagClassName
{
border-color: #3A162F;
}
</style>