Shades of Blackberry #350221
Tints of Blackberry #350221
RGB
CMYK
RGB Variations
Color information
#350221 (or 0x350221) is known color: Blackberry. HEX triplet: 35, 02 and 21. RGB value is (53,2,33). Sum of RGB (Red+Green+Blue) = 53+2+33=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #350221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350221 is #CAFDDE. Grayscale: #141414. Windows color (decimal): -13303263 or 2163253. OLE color: 2163253.
HSL color Cylindrical-coordinate representation of color #350221: hue angle of 323.53º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350221 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 33 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.79 |
| HSL | 323.53º | 0.93% | 0.11% | - |
| HSV(B) | 323.53º | 0.96% | 0.21% | - |
| XYZ | 1.76 | 0.91 | 1.52 | - |
| YUV | 20.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 33 | 0 | 0.96 | 0.38 | 0.79 | 323.53 | 0.93 | 0.11 |
| Hex | 35 | 2 | 21 | 0 | 60 | 26 | 4F | 144 | 5D | B |
| Octal | 65 | 2 | 41 | 0 | 140 | 46 | 117 | 504 | 135 | 13 |
| Binary | 110101 | 10 | 100001 | 0 | 1100000 | 100110 | 1001111 | 101000100 | 1011101 | 1011 |
Color Harmonies of #350221
Complementary color
Monochromatic Colors of #350221
Black with #350221
Text Example
Text Example
White with #350221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350221; }
p { color: rgb(53,2,33); }
H1.HeaderClassName
{
color: #350221;
}
.AnyTagClassName
{
color: #350221;
}
</style>
background-color css
<style>
a { background-color: #350221; }
a { background-color: rgb(53,2,33); }
div.DivClassName
{
background-color: #350221;
}
.BgClassName
{
background-color: #350221;
}
</style>
border-color css
<style>
span { border-color: #350221; }
span { border-color: rgb(53,2,33); }
td.TdClassName
{
border-color: #350221;
}
.TagClassName
{
border-color: #350221;
}
</style>