Shades of Blackberry #3A0223
Tints of Blackberry #3A0223
RGB
CMYK
RGB Variations
Color information
#3A0223 (or 0x3A0223) is known color: Blackberry. HEX triplet: 3A, 02 and 23. RGB value is (58,2,35). Sum of RGB (Red+Green+Blue) = 58+2+35=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0223 is #C5FDDC. Grayscale: #161616. Windows color (decimal): -12975581 or 2294330. OLE color: 2294330.
HSL color Cylindrical-coordinate representation of color #3A0223: hue angle of 324.64º 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 #3A0223 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 2 | 35 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.77 |
| HSL | 324.64º | 0.93% | 0.12% | - |
| HSV(B) | 324.64º | 0.97% | 0.23% | - |
| XYZ | 2.07 | 1.06 | 1.69 | - |
| YUV | 22.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 35 | 0 | 0.97 | 0.40 | 0.77 | 324.64 | 0.93 | 0.12 |
| Hex | 3A | 2 | 23 | 0 | 61 | 28 | 4D | 145 | 5D | C |
| Octal | 72 | 2 | 43 | 0 | 141 | 50 | 115 | 505 | 135 | 14 |
| Binary | 111010 | 10 | 100011 | 0 | 1100001 | 101000 | 1001101 | 101000101 | 1011101 | 1100 |
Color Harmonies of #3A0223
Complementary color
Monochromatic Colors of #3A0223
Black with #3A0223
Text Example
Text Example
White with #3A0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0223; }
p { color: rgb(58,2,35); }
H1.HeaderClassName
{
color: #3A0223;
}
.AnyTagClassName
{
color: #3A0223;
}
</style>
background-color css
<style>
a { background-color: #3A0223; }
a { background-color: rgb(58,2,35); }
div.DivClassName
{
background-color: #3A0223;
}
.BgClassName
{
background-color: #3A0223;
}
</style>
border-color css
<style>
span { border-color: #3A0223; }
span { border-color: rgb(58,2,35); }
td.TdClassName
{
border-color: #3A0223;
}
.TagClassName
{
border-color: #3A0223;
}
</style>