Shades of Blackberry #3A0523
Tints of Blackberry #3A0523
RGB
CMYK
RGB Variations
Color information
#3A0523 (or 0x3A0523) is known color: Blackberry. HEX triplet: 3A, 05 and 23. RGB value is (58,5,35). Sum of RGB (Red+Green+Blue) = 58+5+35=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0523 is #C5FADC. Grayscale: #181818. Windows color (decimal): -12974813 or 2295098. OLE color: 2295098.
HSL color Cylindrical-coordinate representation of color #3A0523: hue angle of 326.04º 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 #3A0523 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 35 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.77 |
| HSL | 326.04º | 0.84% | 0.12% | - |
| HSV(B) | 326.04º | 0.91% | 0.23% | - |
| XYZ | 2.1 | 1.13 | 1.7 | - |
| YUV | 24.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 35 | 0 | 0.91 | 0.40 | 0.77 | 326.04 | 0.84 | 0.12 |
| Hex | 3A | 5 | 23 | 0 | 5B | 28 | 4D | 146 | 54 | C |
| Octal | 72 | 5 | 43 | 0 | 133 | 50 | 115 | 506 | 124 | 14 |
| Binary | 111010 | 101 | 100011 | 0 | 1011011 | 101000 | 1001101 | 101000110 | 1010100 | 1100 |
Color Harmonies of #3A0523
Complementary color
Monochromatic Colors of #3A0523
Black with #3A0523
Text Example
Text Example
White with #3A0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0523; }
p { color: rgb(58,5,35); }
H1.HeaderClassName
{
color: #3A0523;
}
.AnyTagClassName
{
color: #3A0523;
}
</style>
background-color css
<style>
a { background-color: #3A0523; }
a { background-color: rgb(58,5,35); }
div.DivClassName
{
background-color: #3A0523;
}
.BgClassName
{
background-color: #3A0523;
}
</style>
border-color css
<style>
span { border-color: #3A0523; }
span { border-color: rgb(58,5,35); }
td.TdClassName
{
border-color: #3A0523;
}
.TagClassName
{
border-color: #3A0523;
}
</style>