Shades of Blackberry #3A092E
Tints of Blackberry #3A092E
RGB
CMYK
RGB Variations
Color information
#3A092E (or 0x3A092E) is known color: Blackberry. HEX triplet: 3A, 09 and 2E. RGB value is (58,9,46). Sum of RGB (Red+Green+Blue) = 58+9+46=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A092E is #C5F6D1. Grayscale: #1B1B1B. Windows color (decimal): -12973778 or 3017018. OLE color: 3017018.
HSL color Cylindrical-coordinate representation of color #3A092E: hue angle of 314.69º 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 #3A092E is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 46 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.77 |
| HSL | 314.69º | 0.73% | 0.13% | - |
| HSV(B) | 314.69º | 0.84% | 0.23% | - |
| XYZ | 2.34 | 1.29 | 2.71 | - |
| YUV | 27.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 46 | 0 | 0.84 | 0.21 | 0.77 | 314.69 | 0.73 | 0.13 |
| Hex | 3A | 9 | 2E | 0 | 54 | 15 | 4D | 13B | 49 | D |
| Octal | 72 | 11 | 56 | 0 | 124 | 25 | 115 | 473 | 111 | 15 |
| Binary | 111010 | 1001 | 101110 | 0 | 1010100 | 10101 | 1001101 | 100111011 | 1001001 | 1101 |
Color Harmonies of #3A092E
Complementary color
Monochromatic Colors of #3A092E
Black with #3A092E
Text Example
Text Example
White with #3A092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A092E; }
p { color: rgb(58,9,46); }
H1.HeaderClassName
{
color: #3A092E;
}
.AnyTagClassName
{
color: #3A092E;
}
</style>
background-color css
<style>
a { background-color: #3A092E; }
a { background-color: rgb(58,9,46); }
div.DivClassName
{
background-color: #3A092E;
}
.BgClassName
{
background-color: #3A092E;
}
</style>
border-color css
<style>
span { border-color: #3A092E; }
span { border-color: rgb(58,9,46); }
td.TdClassName
{
border-color: #3A092E;
}
.TagClassName
{
border-color: #3A092E;
}
</style>