Shades of Blackberry #3A192D
Tints of Blackberry #3A192D
RGB
CMYK
RGB Variations
Color information
#3A192D (or 0x3A192D) is known color: Blackberry. HEX triplet: 3A, 19 and 2D. RGB value is (58,25,45). Sum of RGB (Red+Green+Blue) = 58+25+45=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A192D is #C5E6D2. Grayscale: #252525. Windows color (decimal): -12969683 or 2955578. OLE color: 2955578.
HSL color Cylindrical-coordinate representation of color #3A192D: hue angle of 323.64º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A192D is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 45 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.77 |
| HSL | 323.64º | 0.4% | 0.16% | - |
| HSV(B) | 323.64º | 0.57% | 0.23% | - |
| XYZ | 2.57 | 1.78 | 2.69 | - |
| YUV | 37.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 45 | 0 | 0.57 | 0.22 | 0.77 | 323.64 | 0.4 | 0.16 |
| Hex | 3A | 19 | 2D | 0 | 39 | 16 | 4D | 144 | 28 | 10 |
| Octal | 72 | 31 | 55 | 0 | 71 | 26 | 115 | 504 | 50 | 20 |
| Binary | 111010 | 11001 | 101101 | 0 | 111001 | 10110 | 1001101 | 101000100 | 101000 | 10000 |
Color Harmonies of #3A192D
Complementary color
Monochromatic Colors of #3A192D
Black with #3A192D
Text Example
Text Example
White with #3A192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A192D; }
p { color: rgb(58,25,45); }
H1.HeaderClassName
{
color: #3A192D;
}
.AnyTagClassName
{
color: #3A192D;
}
</style>
background-color css
<style>
a { background-color: #3A192D; }
a { background-color: rgb(58,25,45); }
div.DivClassName
{
background-color: #3A192D;
}
.BgClassName
{
background-color: #3A192D;
}
</style>
border-color css
<style>
span { border-color: #3A192D; }
span { border-color: rgb(58,25,45); }
td.TdClassName
{
border-color: #3A192D;
}
.TagClassName
{
border-color: #3A192D;
}
</style>