Shades of Blackberry #3A172E
Tints of Blackberry #3A172E
RGB
CMYK
RGB Variations
Color information
#3A172E (or 0x3A172E) is known color: Blackberry. HEX triplet: 3A, 17 and 2E. RGB value is (58,23,46). Sum of RGB (Red+Green+Blue) = 58+23+46=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A172E is #C5E8D1. Grayscale: #242424. Windows color (decimal): -12970194 or 3020602. OLE color: 3020602.
HSL color Cylindrical-coordinate representation of color #3A172E: hue angle of 320.57º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A172E is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 23 | 46 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.77 |
| HSL | 320.57º | 0.43% | 0.16% | - |
| HSV(B) | 320.57º | 0.6% | 0.23% | - |
| XYZ | 2.54 | 1.71 | 2.78 | - |
| YUV | 36.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 46 | 0 | 0.60 | 0.21 | 0.77 | 320.57 | 0.43 | 0.16 |
| Hex | 3A | 17 | 2E | 0 | 3C | 15 | 4D | 141 | 2B | 10 |
| Octal | 72 | 27 | 56 | 0 | 74 | 25 | 115 | 501 | 53 | 20 |
| Binary | 111010 | 10111 | 101110 | 0 | 111100 | 10101 | 1001101 | 101000001 | 101011 | 10000 |
Color Harmonies of #3A172E
Complementary color
Monochromatic Colors of #3A172E
Black with #3A172E
Text Example
Text Example
White with #3A172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A172E; }
p { color: rgb(58,23,46); }
H1.HeaderClassName
{
color: #3A172E;
}
.AnyTagClassName
{
color: #3A172E;
}
</style>
background-color css
<style>
a { background-color: #3A172E; }
a { background-color: rgb(58,23,46); }
div.DivClassName
{
background-color: #3A172E;
}
.BgClassName
{
background-color: #3A172E;
}
</style>
border-color css
<style>
span { border-color: #3A172E; }
span { border-color: rgb(58,23,46); }
td.TdClassName
{
border-color: #3A172E;
}
.TagClassName
{
border-color: #3A172E;
}
</style>