Shades of Blackberry #3A0527
Tints of Blackberry #3A0527
RGB
CMYK
RGB Variations
Color information
#3A0527 (or 0x3A0527) is known color: Blackberry. HEX triplet: 3A, 05 and 27. RGB value is (58,5,39). Sum of RGB (Red+Green+Blue) = 58+5+39=102 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.86% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0527 is #C5FAD8. Grayscale: #181818. Windows color (decimal): -12974809 or 2557242. OLE color: 2557242.
HSL color Cylindrical-coordinate representation of color #3A0527: hue angle of 321.51º 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 #3A0527 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 39 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.77 |
| HSL | 321.51º | 0.84% | 0.12% | - |
| HSV(B) | 321.51º | 0.91% | 0.23% | - |
| XYZ | 2.17 | 1.15 | 2.03 | - |
| YUV | 24.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 39 | 0 | 0.91 | 0.33 | 0.77 | 321.51 | 0.84 | 0.12 |
| Hex | 3A | 5 | 27 | 0 | 5B | 21 | 4D | 142 | 54 | C |
| Octal | 72 | 5 | 47 | 0 | 133 | 41 | 115 | 502 | 124 | 14 |
| Binary | 111010 | 101 | 100111 | 0 | 1011011 | 100001 | 1001101 | 101000010 | 1010100 | 1100 |
Color Harmonies of #3A0527
Complementary color
Monochromatic Colors of #3A0527
Black with #3A0527
Text Example
Text Example
White with #3A0527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0527; }
p { color: rgb(58,5,39); }
H1.HeaderClassName
{
color: #3A0527;
}
.AnyTagClassName
{
color: #3A0527;
}
</style>
background-color css
<style>
a { background-color: #3A0527; }
a { background-color: rgb(58,5,39); }
div.DivClassName
{
background-color: #3A0527;
}
.BgClassName
{
background-color: #3A0527;
}
</style>
border-color css
<style>
span { border-color: #3A0527; }
span { border-color: rgb(58,5,39); }
td.TdClassName
{
border-color: #3A0527;
}
.TagClassName
{
border-color: #3A0527;
}
</style>