Shades of Blackberry #351020
Tints of Blackberry #351020
RGB
CMYK
RGB Variations
Color information
#351020 (or 0x351020) is known color: Blackberry. HEX triplet: 35, 10 and 20. RGB value is (53,16,32). Sum of RGB (Red+Green+Blue) = 53+16+32=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351020 is #CAEFDF. Grayscale: #1C1C1C. Windows color (decimal): -13299680 or 2101301. OLE color: 2101301.
HSL color Cylindrical-coordinate representation of color #351020: hue angle of 334.05º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351020 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 16 | 32 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.79 |
| HSL | 334.05º | 0.54% | 0.14% | - |
| HSV(B) | 334.05º | 0.7% | 0.21% | - |
| XYZ | 1.91 | 1.23 | 1.5 | - |
| YUV | 28.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 32 | 0 | 0.70 | 0.40 | 0.79 | 334.05 | 0.54 | 0.14 |
| Hex | 35 | 10 | 20 | 0 | 46 | 28 | 4F | 14E | 36 | E |
| Octal | 65 | 20 | 40 | 0 | 106 | 50 | 117 | 516 | 66 | 16 |
| Binary | 110101 | 10000 | 100000 | 0 | 1000110 | 101000 | 1001111 | 101001110 | 110110 | 1110 |
Color Harmonies of #351020
Complementary color
Monochromatic Colors of #351020
Black with #351020
Text Example
Text Example
White with #351020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351020; }
p { color: rgb(53,16,32); }
H1.HeaderClassName
{
color: #351020;
}
.AnyTagClassName
{
color: #351020;
}
</style>
background-color css
<style>
a { background-color: #351020; }
a { background-color: rgb(53,16,32); }
div.DivClassName
{
background-color: #351020;
}
.BgClassName
{
background-color: #351020;
}
</style>
border-color css
<style>
span { border-color: #351020; }
span { border-color: rgb(53,16,32); }
td.TdClassName
{
border-color: #351020;
}
.TagClassName
{
border-color: #351020;
}
</style>