Shades of Blackberry #3A1431
Tints of Blackberry #3A1431
RGB
CMYK
RGB Variations
Color information
#3A1431 (or 0x3A1431) is known color: Blackberry. HEX triplet: 3A, 14 and 31. RGB value is (58,20,49). Sum of RGB (Red+Green+Blue) = 58+20+49=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1431 is #C5EBCE. Grayscale: #222222. Windows color (decimal): -12970959 or 3216442. OLE color: 3216442.
HSL color Cylindrical-coordinate representation of color #3A1431: hue angle of 314.21º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1431 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 49 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.77 |
| HSL | 314.21º | 0.49% | 0.15% | - |
| HSV(B) | 314.21º | 0.66% | 0.23% | - |
| XYZ | 2.55 | 1.62 | 3.08 | - |
| YUV | 34.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 49 | 0 | 0.66 | 0.16 | 0.77 | 314.21 | 0.49 | 0.15 |
| Hex | 3A | 14 | 31 | 0 | 42 | 10 | 4D | 13A | 31 | F |
| Octal | 72 | 24 | 61 | 0 | 102 | 20 | 115 | 472 | 61 | 17 |
| Binary | 111010 | 10100 | 110001 | 0 | 1000010 | 10000 | 1001101 | 100111010 | 110001 | 1111 |
Color Harmonies of #3A1431
Complementary color
Monochromatic Colors of #3A1431
Black with #3A1431
Text Example
Text Example
White with #3A1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1431; }
p { color: rgb(58,20,49); }
H1.HeaderClassName
{
color: #3A1431;
}
.AnyTagClassName
{
color: #3A1431;
}
</style>
background-color css
<style>
a { background-color: #3A1431; }
a { background-color: rgb(58,20,49); }
div.DivClassName
{
background-color: #3A1431;
}
.BgClassName
{
background-color: #3A1431;
}
</style>
border-color css
<style>
span { border-color: #3A1431; }
span { border-color: rgb(58,20,49); }
td.TdClassName
{
border-color: #3A1431;
}
.TagClassName
{
border-color: #3A1431;
}
</style>