Shades of Blackberry #350026
Tints of Blackberry #350026
RGB
CMYK
RGB Variations
Color information
#350026 (or 0x350026) is known color: Blackberry. HEX triplet: 35, 00 and 26. RGB value is (53,0,38). Sum of RGB (Red+Green+Blue) = 53+0+38=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350026 is #CAFFD9. Grayscale: #141414. Windows color (decimal): -13303770 or 2490421. OLE color: 2490421.
HSL color Cylindrical-coordinate representation of color #350026: hue angle of 316.98º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350026 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.28 | 0.79 |
| HSL | 316.98º | 1% | 0.1% | - |
| HSV(B) | 316.98º | 1% | 0.21% | - |
| XYZ | 1.82 | 0.9 | 1.91 | - |
| YUV | 20.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 38 | 0 | 1 | 0.28 | 0.79 | 316.98 | 1 | 0.1 |
| Hex | 35 | 0 | 26 | 0 | 64 | 1C | 4F | 13D | 64 | A |
| Octal | 65 | 0 | 46 | 0 | 144 | 34 | 117 | 475 | 144 | 12 |
| Binary | 110101 | 0 | 100110 | 0 | 1100100 | 11100 | 1001111 | 100111101 | 1100100 | 1010 |
Color Harmonies of #350026
Complementary color
Monochromatic Colors of #350026
Black with #350026
Text Example
Text Example
White with #350026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350026; }
p { color: rgb(53,0,38); }
H1.HeaderClassName
{
color: #350026;
}
.AnyTagClassName
{
color: #350026;
}
</style>
background-color css
<style>
a { background-color: #350026; }
a { background-color: rgb(53,0,38); }
div.DivClassName
{
background-color: #350026;
}
.BgClassName
{
background-color: #350026;
}
</style>
border-color css
<style>
span { border-color: #350026; }
span { border-color: rgb(53,0,38); }
td.TdClassName
{
border-color: #350026;
}
.TagClassName
{
border-color: #350026;
}
</style>