Shades of Blackberry #3A072A
Tints of Blackberry #3A072A
RGB
CMYK
RGB Variations
Color information
#3A072A (or 0x3A072A) is known color: Blackberry. HEX triplet: 3A, 07 and 2A. RGB value is (58,7,42). Sum of RGB (Red+Green+Blue) = 58+7+42=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A072A is #C5F8D5. Grayscale: #1A1A1A. Windows color (decimal): -12974294 or 2754362. OLE color: 2754362.
HSL color Cylindrical-coordinate representation of color #3A072A: hue angle of 318.82º 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 #3A072A is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 42 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.77 |
| HSL | 318.82º | 0.78% | 0.13% | - |
| HSV(B) | 318.82º | 0.88% | 0.23% | - |
| XYZ | 2.24 | 1.22 | 2.31 | - |
| YUV | 26.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 42 | 0 | 0.88 | 0.28 | 0.77 | 318.82 | 0.78 | 0.13 |
| Hex | 3A | 7 | 2A | 0 | 58 | 1C | 4D | 13F | 4E | D |
| Octal | 72 | 7 | 52 | 0 | 130 | 34 | 115 | 477 | 116 | 15 |
| Binary | 111010 | 111 | 101010 | 0 | 1011000 | 11100 | 1001101 | 100111111 | 1001110 | 1101 |
Color Harmonies of #3A072A
Complementary color
Monochromatic Colors of #3A072A
Black with #3A072A
Text Example
Text Example
White with #3A072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A072A; }
p { color: rgb(58,7,42); }
H1.HeaderClassName
{
color: #3A072A;
}
.AnyTagClassName
{
color: #3A072A;
}
</style>
background-color css
<style>
a { background-color: #3A072A; }
a { background-color: rgb(58,7,42); }
div.DivClassName
{
background-color: #3A072A;
}
.BgClassName
{
background-color: #3A072A;
}
</style>
border-color css
<style>
span { border-color: #3A072A; }
span { border-color: rgb(58,7,42); }
td.TdClassName
{
border-color: #3A072A;
}
.TagClassName
{
border-color: #3A072A;
}
</style>