Shades of Blackberry #3A071B
Tints of Blackberry #3A071B
RGB
CMYK
RGB Variations
Color information
#3A071B (or 0x3A071B) is known color: Blackberry. HEX triplet: 3A, 07 and 1B. RGB value is (58,7,27). Sum of RGB (Red+Green+Blue) = 58+7+27=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A071B is #C5F8E4. Grayscale: #181818. Windows color (decimal): -12974309 or 1771322. OLE color: 1771322.
HSL color Cylindrical-coordinate representation of color #3A071B: hue angle of 336.47º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A071B is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 27 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.77 |
| HSL | 336.47º | 0.78% | 0.13% | - |
| HSV(B) | 336.47º | 0.88% | 0.23% | - |
| XYZ | 2.02 | 1.13 | 1.15 | - |
| YUV | 24.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 27 | 0 | 0.88 | 0.53 | 0.77 | 336.47 | 0.78 | 0.13 |
| Hex | 3A | 7 | 1B | 0 | 58 | 35 | 4D | 150 | 4E | D |
| Octal | 72 | 7 | 33 | 0 | 130 | 65 | 115 | 520 | 116 | 15 |
| Binary | 111010 | 111 | 11011 | 0 | 1011000 | 110101 | 1001101 | 101010000 | 1001110 | 1101 |
Color Harmonies of #3A071B
Complementary color
Monochromatic Colors of #3A071B
Black with #3A071B
Text Example
Text Example
White with #3A071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A071B; }
p { color: rgb(58,7,27); }
H1.HeaderClassName
{
color: #3A071B;
}
.AnyTagClassName
{
color: #3A071B;
}
</style>
background-color css
<style>
a { background-color: #3A071B; }
a { background-color: rgb(58,7,27); }
div.DivClassName
{
background-color: #3A071B;
}
.BgClassName
{
background-color: #3A071B;
}
</style>
border-color css
<style>
span { border-color: #3A071B; }
span { border-color: rgb(58,7,27); }
td.TdClassName
{
border-color: #3A071B;
}
.TagClassName
{
border-color: #3A071B;
}
</style>