Shades of Blackberry #350228
Tints of Blackberry #350228
RGB
CMYK
RGB Variations
Color information
#350228 (or 0x350228) is known color: Blackberry. HEX triplet: 35, 02 and 28. RGB value is (53,2,40). Sum of RGB (Red+Green+Blue) = 53+2+40=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350228 is #CAFDD7. Grayscale: #151515. Windows color (decimal): -13303256 or 2622005. OLE color: 2622005.
HSL color Cylindrical-coordinate representation of color #350228: hue angle of 315.29º 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 #350228 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 40 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.79 |
| HSL | 315.29º | 0.93% | 0.11% | - |
| HSV(B) | 315.29º | 0.96% | 0.21% | - |
| XYZ | 1.87 | 0.95 | 2.09 | - |
| YUV | 21.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 40 | 0 | 0.96 | 0.25 | 0.79 | 315.29 | 0.93 | 0.11 |
| Hex | 35 | 2 | 28 | 0 | 60 | 19 | 4F | 13B | 5D | B |
| Octal | 65 | 2 | 50 | 0 | 140 | 31 | 117 | 473 | 135 | 13 |
| Binary | 110101 | 10 | 101000 | 0 | 1100000 | 11001 | 1001111 | 100111011 | 1011101 | 1011 |
Color Harmonies of #350228
Complementary color
Monochromatic Colors of #350228
Black with #350228
Text Example
Text Example
White with #350228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350228; }
p { color: rgb(53,2,40); }
H1.HeaderClassName
{
color: #350228;
}
.AnyTagClassName
{
color: #350228;
}
</style>
background-color css
<style>
a { background-color: #350228; }
a { background-color: rgb(53,2,40); }
div.DivClassName
{
background-color: #350228;
}
.BgClassName
{
background-color: #350228;
}
</style>
border-color css
<style>
span { border-color: #350228; }
span { border-color: rgb(53,2,40); }
td.TdClassName
{
border-color: #350228;
}
.TagClassName
{
border-color: #350228;
}
</style>