Shades of Blackberry #3A082D
Tints of Blackberry #3A082D
RGB
CMYK
RGB Variations
Color information
#3A082D (or 0x3A082D) is known color: Blackberry. HEX triplet: 3A, 08 and 2D. RGB value is (58,8,45). Sum of RGB (Red+Green+Blue) = 58+8+45=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A082D is #C5F7D2. Grayscale: #1B1B1B. Windows color (decimal): -12974035 or 2951226. OLE color: 2951226.
HSL color Cylindrical-coordinate representation of color #3A082D: hue angle of 315.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A082D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 45 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.77 |
| HSL | 315.6º | 0.76% | 0.13% | - |
| HSV(B) | 315.6º | 0.86% | 0.23% | - |
| XYZ | 2.31 | 1.26 | 2.6 | - |
| YUV | 27.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 45 | 0 | 0.86 | 0.22 | 0.77 | 315.6 | 0.76 | 0.13 |
| Hex | 3A | 8 | 2D | 0 | 56 | 16 | 4D | 13C | 4C | D |
| Octal | 72 | 10 | 55 | 0 | 126 | 26 | 115 | 474 | 114 | 15 |
| Binary | 111010 | 1000 | 101101 | 0 | 1010110 | 10110 | 1001101 | 100111100 | 1001100 | 1101 |
Color Harmonies of #3A082D
Complementary color
Monochromatic Colors of #3A082D
Black with #3A082D
Text Example
Text Example
White with #3A082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A082D; }
p { color: rgb(58,8,45); }
H1.HeaderClassName
{
color: #3A082D;
}
.AnyTagClassName
{
color: #3A082D;
}
</style>
background-color css
<style>
a { background-color: #3A082D; }
a { background-color: rgb(58,8,45); }
div.DivClassName
{
background-color: #3A082D;
}
.BgClassName
{
background-color: #3A082D;
}
</style>
border-color css
<style>
span { border-color: #3A082D; }
span { border-color: rgb(58,8,45); }
td.TdClassName
{
border-color: #3A082D;
}
.TagClassName
{
border-color: #3A082D;
}
</style>