Shades of Blackberry #350226
Tints of Blackberry #350226
RGB
CMYK
RGB Variations
Color information
#350226 (or 0x350226) is known color: Blackberry. HEX triplet: 35, 02 and 26. RGB value is (53,2,38). Sum of RGB (Red+Green+Blue) = 53+2+38=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350226 is #CAFDD9. Grayscale: #151515. Windows color (decimal): -13303258 or 2490933. OLE color: 2490933.
HSL color Cylindrical-coordinate representation of color #350226: hue angle of 317.65º 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 #350226 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 38 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.79 |
| HSL | 317.65º | 0.93% | 0.11% | - |
| HSV(B) | 317.65º | 0.96% | 0.21% | - |
| XYZ | 1.84 | 0.94 | 1.92 | - |
| YUV | 21.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 38 | 0 | 0.96 | 0.28 | 0.79 | 317.65 | 0.93 | 0.11 |
| Hex | 35 | 2 | 26 | 0 | 60 | 1C | 4F | 13E | 5D | B |
| Octal | 65 | 2 | 46 | 0 | 140 | 34 | 117 | 476 | 135 | 13 |
| Binary | 110101 | 10 | 100110 | 0 | 1100000 | 11100 | 1001111 | 100111110 | 1011101 | 1011 |
Color Harmonies of #350226
Complementary color
Monochromatic Colors of #350226
Black with #350226
Text Example
Text Example
White with #350226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350226; }
p { color: rgb(53,2,38); }
H1.HeaderClassName
{
color: #350226;
}
.AnyTagClassName
{
color: #350226;
}
</style>
background-color css
<style>
a { background-color: #350226; }
a { background-color: rgb(53,2,38); }
div.DivClassName
{
background-color: #350226;
}
.BgClassName
{
background-color: #350226;
}
</style>
border-color css
<style>
span { border-color: #350226; }
span { border-color: rgb(53,2,38); }
td.TdClassName
{
border-color: #350226;
}
.TagClassName
{
border-color: #350226;
}
</style>