Shades of Blackberry #3A002E
Tints of Blackberry #3A002E
RGB
CMYK
RGB Variations
Color information
#3A002E (or 0x3A002E) is known color: Blackberry. HEX triplet: 3A, 00 and 2E. RGB value is (58,0,46). Sum of RGB (Red+Green+Blue) = 58+0+46=104 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.77% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 58 - color contains mainly: red. Hex color #3A002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A002E is #C5FFD1. Grayscale: #161616. Windows color (decimal): -12976082 or 3014714. OLE color: 3014714.
HSL color Cylindrical-coordinate representation of color #3A002E: hue angle of 312.41º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A002E is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.21 | 0.77 |
| HSL | 312.41º | 1% | 0.11% | - |
| HSV(B) | 312.41º | 1% | 0.23% | - |
| XYZ | 2.24 | 1.1 | 2.68 | - |
| YUV | 22.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 46 | 0 | 1 | 0.21 | 0.77 | 312.41 | 1 | 0.11 |
| Hex | 3A | 0 | 2E | 0 | 64 | 15 | 4D | 138 | 64 | B |
| Octal | 72 | 0 | 56 | 0 | 144 | 25 | 115 | 470 | 144 | 13 |
| Binary | 111010 | 0 | 101110 | 0 | 1100100 | 10101 | 1001101 | 100111000 | 1100100 | 1011 |
Color Harmonies of #3A002E
Complementary color
Monochromatic Colors of #3A002E
Black with #3A002E
Text Example
Text Example
White with #3A002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A002E; }
p { color: rgb(58,0,46); }
H1.HeaderClassName
{
color: #3A002E;
}
.AnyTagClassName
{
color: #3A002E;
}
</style>
background-color css
<style>
a { background-color: #3A002E; }
a { background-color: rgb(58,0,46); }
div.DivClassName
{
background-color: #3A002E;
}
.BgClassName
{
background-color: #3A002E;
}
</style>
border-color css
<style>
span { border-color: #3A002E; }
span { border-color: rgb(58,0,46); }
td.TdClassName
{
border-color: #3A002E;
}
.TagClassName
{
border-color: #3A002E;
}
</style>