Shades of Blackberry #351120
Tints of Blackberry #351120
RGB
CMYK
RGB Variations
Color information
#351120 (or 0x351120) is known color: Blackberry. HEX triplet: 35, 11 and 20. RGB value is (53,17,32). Sum of RGB (Red+Green+Blue) = 53+17+32=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351120 is #CAEEDF. Grayscale: #1D1D1D. Windows color (decimal): -13299424 or 2101557. OLE color: 2101557.
HSL color Cylindrical-coordinate representation of color #351120: hue angle of 335º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #351120 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 17 | 32 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.79 |
| HSL | 335º | 0.51% | 0.14% | - |
| HSV(B) | 335º | 0.68% | 0.21% | - |
| XYZ | 1.93 | 1.26 | 1.51 | - |
| YUV | 29.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 32 | 0 | 0.68 | 0.40 | 0.79 | 335 | 0.51 | 0.14 |
| Hex | 35 | 11 | 20 | 0 | 44 | 28 | 4F | 14F | 33 | E |
| Octal | 65 | 21 | 40 | 0 | 104 | 50 | 117 | 517 | 63 | 16 |
| Binary | 110101 | 10001 | 100000 | 0 | 1000100 | 101000 | 1001111 | 101001111 | 110011 | 1110 |
Color Harmonies of #351120
Complementary color
Monochromatic Colors of #351120
Black with #351120
Text Example
Text Example
White with #351120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351120; }
p { color: rgb(53,17,32); }
H1.HeaderClassName
{
color: #351120;
}
.AnyTagClassName
{
color: #351120;
}
</style>
background-color css
<style>
a { background-color: #351120; }
a { background-color: rgb(53,17,32); }
div.DivClassName
{
background-color: #351120;
}
.BgClassName
{
background-color: #351120;
}
</style>
border-color css
<style>
span { border-color: #351120; }
span { border-color: rgb(53,17,32); }
td.TdClassName
{
border-color: #351120;
}
.TagClassName
{
border-color: #351120;
}
</style>