Shades of Blackberry #3A071E
Tints of Blackberry #3A071E
RGB
CMYK
RGB Variations
Color information
#3A071E (or 0x3A071E) is known color: Blackberry. HEX triplet: 3A, 07 and 1E. RGB value is (58,7,30). Sum of RGB (Red+Green+Blue) = 58+7+30=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A071E is #C5F8E1. Grayscale: #181818. Windows color (decimal): -12974306 or 1967930. OLE color: 1967930.
HSL color Cylindrical-coordinate representation of color #3A071E: hue angle of 332.94º 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 #3A071E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 30 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.77 |
| HSL | 332.94º | 0.78% | 0.13% | - |
| HSV(B) | 332.94º | 0.88% | 0.23% | - |
| XYZ | 2.06 | 1.15 | 1.34 | - |
| YUV | 24.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 30 | 0 | 0.88 | 0.48 | 0.77 | 332.94 | 0.78 | 0.13 |
| Hex | 3A | 7 | 1E | 0 | 58 | 30 | 4D | 14D | 4E | D |
| Octal | 72 | 7 | 36 | 0 | 130 | 60 | 115 | 515 | 116 | 15 |
| Binary | 111010 | 111 | 11110 | 0 | 1011000 | 110000 | 1001101 | 101001101 | 1001110 | 1101 |
Color Harmonies of #3A071E
Complementary color
Monochromatic Colors of #3A071E
Black with #3A071E
Text Example
Text Example
White with #3A071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A071E; }
p { color: rgb(58,7,30); }
H1.HeaderClassName
{
color: #3A071E;
}
.AnyTagClassName
{
color: #3A071E;
}
</style>
background-color css
<style>
a { background-color: #3A071E; }
a { background-color: rgb(58,7,30); }
div.DivClassName
{
background-color: #3A071E;
}
.BgClassName
{
background-color: #3A071E;
}
</style>
border-color css
<style>
span { border-color: #3A071E; }
span { border-color: rgb(58,7,30); }
td.TdClassName
{
border-color: #3A071E;
}
.TagClassName
{
border-color: #3A071E;
}
</style>