Shades of Blackberry #3A022B
Tints of Blackberry #3A022B
RGB
CMYK
RGB Variations
Color information
#3A022B (or 0x3A022B) is known color: Blackberry. HEX triplet: 3A, 02 and 2B. RGB value is (58,2,43). Sum of RGB (Red+Green+Blue) = 58+2+43=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A022B is #C5FDD4. Grayscale: #171717. Windows color (decimal): -12975573 or 2818618. OLE color: 2818618.
HSL color Cylindrical-coordinate representation of color #3A022B: hue angle of 316.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A022B is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 2 | 43 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.77 |
| HSL | 316.07º | 0.93% | 0.12% | - |
| HSV(B) | 316.07º | 0.97% | 0.23% | - |
| XYZ | 2.2 | 1.12 | 2.39 | - |
| YUV | 23.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 43 | 0 | 0.97 | 0.26 | 0.77 | 316.07 | 0.93 | 0.12 |
| Hex | 3A | 2 | 2B | 0 | 61 | 1A | 4D | 13C | 5D | C |
| Octal | 72 | 2 | 53 | 0 | 141 | 32 | 115 | 474 | 135 | 14 |
| Binary | 111010 | 10 | 101011 | 0 | 1100001 | 11010 | 1001101 | 100111100 | 1011101 | 1100 |
Color Harmonies of #3A022B
Complementary color
Monochromatic Colors of #3A022B
Black with #3A022B
Text Example
Text Example
White with #3A022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A022B; }
p { color: rgb(58,2,43); }
H1.HeaderClassName
{
color: #3A022B;
}
.AnyTagClassName
{
color: #3A022B;
}
</style>
background-color css
<style>
a { background-color: #3A022B; }
a { background-color: rgb(58,2,43); }
div.DivClassName
{
background-color: #3A022B;
}
.BgClassName
{
background-color: #3A022B;
}
</style>
border-color css
<style>
span { border-color: #3A022B; }
span { border-color: rgb(58,2,43); }
td.TdClassName
{
border-color: #3A022B;
}
.TagClassName
{
border-color: #3A022B;
}
</style>