Shades of Blackberry #3A0221
Tints of Blackberry #3A0221
RGB
CMYK
RGB Variations
Color information
#3A0221 (or 0x3A0221) is known color: Blackberry. HEX triplet: 3A, 02 and 21. RGB value is (58,2,33). Sum of RGB (Red+Green+Blue) = 58+2+33=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0221 is #C5FDDE. Grayscale: #161616. Windows color (decimal): -12975583 or 2163258. OLE color: 2163258.
HSL color Cylindrical-coordinate representation of color #3A0221: hue angle of 326.79º 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 #3A0221 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 2 | 33 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.77 |
| HSL | 326.79º | 0.93% | 0.12% | - |
| HSV(B) | 326.79º | 0.97% | 0.23% | - |
| XYZ | 2.04 | 1.05 | 1.53 | - |
| YUV | 22.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 33 | 0 | 0.97 | 0.43 | 0.77 | 326.79 | 0.93 | 0.12 |
| Hex | 3A | 2 | 21 | 0 | 61 | 2B | 4D | 147 | 5D | C |
| Octal | 72 | 2 | 41 | 0 | 141 | 53 | 115 | 507 | 135 | 14 |
| Binary | 111010 | 10 | 100001 | 0 | 1100001 | 101011 | 1001101 | 101000111 | 1011101 | 1100 |
Color Harmonies of #3A0221
Complementary color
Monochromatic Colors of #3A0221
Black with #3A0221
Text Example
Text Example
White with #3A0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0221; }
p { color: rgb(58,2,33); }
H1.HeaderClassName
{
color: #3A0221;
}
.AnyTagClassName
{
color: #3A0221;
}
</style>
background-color css
<style>
a { background-color: #3A0221; }
a { background-color: rgb(58,2,33); }
div.DivClassName
{
background-color: #3A0221;
}
.BgClassName
{
background-color: #3A0221;
}
</style>
border-color css
<style>
span { border-color: #3A0221; }
span { border-color: rgb(58,2,33); }
td.TdClassName
{
border-color: #3A0221;
}
.TagClassName
{
border-color: #3A0221;
}
</style>