Shades of Blackberry #3A0922
Tints of Blackberry #3A0922
RGB
CMYK
RGB Variations
Color information
#3A0922 (or 0x3A0922) is known color: Blackberry. HEX triplet: 3A, 09 and 22. RGB value is (58,9,34). Sum of RGB (Red+Green+Blue) = 58+9+34=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0922 is #C5F6DD. Grayscale: #1A1A1A. Windows color (decimal): -12973790 or 2230586. OLE color: 2230586.
HSL color Cylindrical-coordinate representation of color #3A0922: hue angle of 329.39º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A0922 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 34 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.77 |
| HSL | 329.39º | 0.73% | 0.13% | - |
| HSV(B) | 329.39º | 0.84% | 0.23% | - |
| XYZ | 2.13 | 1.21 | 1.63 | - |
| YUV | 26.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 34 | 0 | 0.84 | 0.41 | 0.77 | 329.39 | 0.73 | 0.13 |
| Hex | 3A | 9 | 22 | 0 | 54 | 29 | 4D | 149 | 49 | D |
| Octal | 72 | 11 | 42 | 0 | 124 | 51 | 115 | 511 | 111 | 15 |
| Binary | 111010 | 1001 | 100010 | 0 | 1010100 | 101001 | 1001101 | 101001001 | 1001001 | 1101 |
Color Harmonies of #3A0922
Complementary color
Monochromatic Colors of #3A0922
Black with #3A0922
Text Example
Text Example
White with #3A0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0922; }
p { color: rgb(58,9,34); }
H1.HeaderClassName
{
color: #3A0922;
}
.AnyTagClassName
{
color: #3A0922;
}
</style>
background-color css
<style>
a { background-color: #3A0922; }
a { background-color: rgb(58,9,34); }
div.DivClassName
{
background-color: #3A0922;
}
.BgClassName
{
background-color: #3A0922;
}
</style>
border-color css
<style>
span { border-color: #3A0922; }
span { border-color: rgb(58,9,34); }
td.TdClassName
{
border-color: #3A0922;
}
.TagClassName
{
border-color: #3A0922;
}
</style>