Shades of Blackberry #3A0531
Tints of Blackberry #3A0531
RGB
CMYK
RGB Variations
Color information
#3A0531 (or 0x3A0531) is known color: Blackberry. HEX triplet: 3A, 05 and 31. RGB value is (58,5,49). Sum of RGB (Red+Green+Blue) = 58+5+49=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0531 is #C5FACE. Grayscale: #191919. Windows color (decimal): -12974799 or 3212602. OLE color: 3212602.
HSL color Cylindrical-coordinate representation of color #3A0531: hue angle of 310.19º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0531 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 49 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.77 |
| HSL | 310.19º | 0.84% | 0.12% | - |
| HSV(B) | 310.19º | 0.91% | 0.23% | - |
| XYZ | 2.35 | 1.23 | 3.02 | - |
| YUV | 25.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 49 | 0 | 0.91 | 0.16 | 0.77 | 310.19 | 0.84 | 0.12 |
| Hex | 3A | 5 | 31 | 0 | 5B | 10 | 4D | 136 | 54 | C |
| Octal | 72 | 5 | 61 | 0 | 133 | 20 | 115 | 466 | 124 | 14 |
| Binary | 111010 | 101 | 110001 | 0 | 1011011 | 10000 | 1001101 | 100110110 | 1010100 | 1100 |
Color Harmonies of #3A0531
Complementary color
Monochromatic Colors of #3A0531
Black with #3A0531
Text Example
Text Example
White with #3A0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0531; }
p { color: rgb(58,5,49); }
H1.HeaderClassName
{
color: #3A0531;
}
.AnyTagClassName
{
color: #3A0531;
}
</style>
background-color css
<style>
a { background-color: #3A0531; }
a { background-color: rgb(58,5,49); }
div.DivClassName
{
background-color: #3A0531;
}
.BgClassName
{
background-color: #3A0531;
}
</style>
border-color css
<style>
span { border-color: #3A0531; }
span { border-color: rgb(58,5,49); }
td.TdClassName
{
border-color: #3A0531;
}
.TagClassName
{
border-color: #3A0531;
}
</style>