Shades of Blackberry #3A082A
Tints of Blackberry #3A082A
RGB
CMYK
RGB Variations
Color information
#3A082A (or 0x3A082A) is known color: Blackberry. HEX triplet: 3A, 08 and 2A. RGB value is (58,8,42). Sum of RGB (Red+Green+Blue) = 58+8+42=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A082A is #C5F7D5. Grayscale: #1A1A1A. Windows color (decimal): -12974038 or 2754618. OLE color: 2754618.
HSL color Cylindrical-coordinate representation of color #3A082A: hue angle of 319.2º 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 #3A082A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 42 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.77 |
| HSL | 319.2º | 0.76% | 0.13% | - |
| HSV(B) | 319.2º | 0.86% | 0.23% | - |
| XYZ | 2.25 | 1.24 | 2.31 | - |
| YUV | 26.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 42 | 0 | 0.86 | 0.28 | 0.77 | 319.2 | 0.76 | 0.13 |
| Hex | 3A | 8 | 2A | 0 | 56 | 1C | 4D | 13F | 4C | D |
| Octal | 72 | 10 | 52 | 0 | 126 | 34 | 115 | 477 | 114 | 15 |
| Binary | 111010 | 1000 | 101010 | 0 | 1010110 | 11100 | 1001101 | 100111111 | 1001100 | 1101 |
Color Harmonies of #3A082A
Complementary color
Monochromatic Colors of #3A082A
Black with #3A082A
Text Example
Text Example
White with #3A082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A082A; }
p { color: rgb(58,8,42); }
H1.HeaderClassName
{
color: #3A082A;
}
.AnyTagClassName
{
color: #3A082A;
}
</style>
background-color css
<style>
a { background-color: #3A082A; }
a { background-color: rgb(58,8,42); }
div.DivClassName
{
background-color: #3A082A;
}
.BgClassName
{
background-color: #3A082A;
}
</style>
border-color css
<style>
span { border-color: #3A082A; }
span { border-color: rgb(58,8,42); }
td.TdClassName
{
border-color: #3A082A;
}
.TagClassName
{
border-color: #3A082A;
}
</style>