Shades of Blackberry #3A192B
Tints of Blackberry #3A192B
RGB
CMYK
RGB Variations
Color information
#3A192B (or 0x3A192B) is known color: Blackberry. HEX triplet: 3A, 19 and 2B. RGB value is (58,25,43). Sum of RGB (Red+Green+Blue) = 58+25+43=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A192B is #C5E6D4. Grayscale: #242424. Windows color (decimal): -12969685 or 2824506. OLE color: 2824506.
HSL color Cylindrical-coordinate representation of color #3A192B: hue angle of 327.27º 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 #3A192B is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 43 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.77 |
| HSL | 327.27º | 0.4% | 0.16% | - |
| HSV(B) | 327.27º | 0.57% | 0.23% | - |
| XYZ | 2.53 | 1.77 | 2.49 | - |
| YUV | 36.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 43 | 0 | 0.57 | 0.26 | 0.77 | 327.27 | 0.4 | 0.16 |
| Hex | 3A | 19 | 2B | 0 | 39 | 1A | 4D | 147 | 28 | 10 |
| Octal | 72 | 31 | 53 | 0 | 71 | 32 | 115 | 507 | 50 | 20 |
| Binary | 111010 | 11001 | 101011 | 0 | 111001 | 11010 | 1001101 | 101000111 | 101000 | 10000 |
Color Harmonies of #3A192B
Complementary color
Monochromatic Colors of #3A192B
Black with #3A192B
Text Example
Text Example
White with #3A192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A192B; }
p { color: rgb(58,25,43); }
H1.HeaderClassName
{
color: #3A192B;
}
.AnyTagClassName
{
color: #3A192B;
}
</style>
background-color css
<style>
a { background-color: #3A192B; }
a { background-color: rgb(58,25,43); }
div.DivClassName
{
background-color: #3A192B;
}
.BgClassName
{
background-color: #3A192B;
}
</style>
border-color css
<style>
span { border-color: #3A192B; }
span { border-color: rgb(58,25,43); }
td.TdClassName
{
border-color: #3A192B;
}
.TagClassName
{
border-color: #3A192B;
}
</style>