Shades of Blackberry #3A0222
Tints of Blackberry #3A0222
RGB
CMYK
RGB Variations
Color information
#3A0222 (or 0x3A0222) is known color: Blackberry. HEX triplet: 3A, 02 and 22. RGB value is (58,2,34). Sum of RGB (Red+Green+Blue) = 58+2+34=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0222 is #C5FDDD. Grayscale: #161616. Windows color (decimal): -12975582 or 2228794. OLE color: 2228794.
HSL color Cylindrical-coordinate representation of color #3A0222: hue angle of 325.71º 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 #3A0222 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 2 | 34 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.77 |
| HSL | 325.71º | 0.93% | 0.12% | - |
| HSV(B) | 325.71º | 0.97% | 0.23% | - |
| XYZ | 2.06 | 1.06 | 1.61 | - |
| YUV | 22.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 34 | 0 | 0.97 | 0.41 | 0.77 | 325.71 | 0.93 | 0.12 |
| Hex | 3A | 2 | 22 | 0 | 61 | 29 | 4D | 146 | 5D | C |
| Octal | 72 | 2 | 42 | 0 | 141 | 51 | 115 | 506 | 135 | 14 |
| Binary | 111010 | 10 | 100010 | 0 | 1100001 | 101001 | 1001101 | 101000110 | 1011101 | 1100 |
Color Harmonies of #3A0222
Complementary color
Monochromatic Colors of #3A0222
Black with #3A0222
Text Example
Text Example
White with #3A0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0222; }
p { color: rgb(58,2,34); }
H1.HeaderClassName
{
color: #3A0222;
}
.AnyTagClassName
{
color: #3A0222;
}
</style>
background-color css
<style>
a { background-color: #3A0222; }
a { background-color: rgb(58,2,34); }
div.DivClassName
{
background-color: #3A0222;
}
.BgClassName
{
background-color: #3A0222;
}
</style>
border-color css
<style>
span { border-color: #3A0222; }
span { border-color: rgb(58,2,34); }
td.TdClassName
{
border-color: #3A0222;
}
.TagClassName
{
border-color: #3A0222;
}
</style>