Shades of Blackberry #3A192A
Tints of Blackberry #3A192A
RGB
CMYK
RGB Variations
Color information
#3A192A (or 0x3A192A) is known color: Blackberry. HEX triplet: 3A, 19 and 2A. RGB value is (58,25,42). Sum of RGB (Red+Green+Blue) = 58+25+42=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A192A is #C5E6D5. Grayscale: #242424. Windows color (decimal): -12969686 or 2758970. OLE color: 2758970.
HSL color Cylindrical-coordinate representation of color #3A192A: hue angle of 329.09º 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 #3A192A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 42 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.77 |
| HSL | 329.09º | 0.4% | 0.16% | - |
| HSV(B) | 329.09º | 0.57% | 0.23% | - |
| XYZ | 2.51 | 1.76 | 2.4 | - |
| YUV | 36.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 42 | 0 | 0.57 | 0.28 | 0.77 | 329.09 | 0.4 | 0.16 |
| Hex | 3A | 19 | 2A | 0 | 39 | 1C | 4D | 149 | 28 | 10 |
| Octal | 72 | 31 | 52 | 0 | 71 | 34 | 115 | 511 | 50 | 20 |
| Binary | 111010 | 11001 | 101010 | 0 | 111001 | 11100 | 1001101 | 101001001 | 101000 | 10000 |
Color Harmonies of #3A192A
Complementary color
Monochromatic Colors of #3A192A
Black with #3A192A
Text Example
Text Example
White with #3A192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A192A; }
p { color: rgb(58,25,42); }
H1.HeaderClassName
{
color: #3A192A;
}
.AnyTagClassName
{
color: #3A192A;
}
</style>
background-color css
<style>
a { background-color: #3A192A; }
a { background-color: rgb(58,25,42); }
div.DivClassName
{
background-color: #3A192A;
}
.BgClassName
{
background-color: #3A192A;
}
</style>
border-color css
<style>
span { border-color: #3A192A; }
span { border-color: rgb(58,25,42); }
td.TdClassName
{
border-color: #3A192A;
}
.TagClassName
{
border-color: #3A192A;
}
</style>