Shades of Blackberry #351529
Tints of Blackberry #351529
RGB
CMYK
RGB Variations
Color information
#351529 (or 0x351529) is known color: Blackberry. HEX triplet: 35, 15 and 29. RGB value is (53,21,41). Sum of RGB (Red+Green+Blue) = 53+21+41=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351529 is #CAEAD6. Grayscale: #202020. Windows color (decimal): -13298391 or 2692405. OLE color: 2692405.
HSL color Cylindrical-coordinate representation of color #351529: hue angle of 322.5º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351529 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 21 | 41 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.79 |
| HSL | 322.5º | 0.43% | 0.15% | - |
| HSV(B) | 322.5º | 0.6% | 0.21% | - |
| XYZ | 2.14 | 1.45 | 2.27 | - |
| YUV | 32.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 41 | 0 | 0.60 | 0.23 | 0.79 | 322.5 | 0.43 | 0.15 |
| Hex | 35 | 15 | 29 | 0 | 3C | 17 | 4F | 142 | 2B | F |
| Octal | 65 | 25 | 51 | 0 | 74 | 27 | 117 | 502 | 53 | 17 |
| Binary | 110101 | 10101 | 101001 | 0 | 111100 | 10111 | 1001111 | 101000010 | 101011 | 1111 |
Color Harmonies of #351529
Complementary color
Monochromatic Colors of #351529
Black with #351529
Text Example
Text Example
White with #351529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351529; }
p { color: rgb(53,21,41); }
H1.HeaderClassName
{
color: #351529;
}
.AnyTagClassName
{
color: #351529;
}
</style>
background-color css
<style>
a { background-color: #351529; }
a { background-color: rgb(53,21,41); }
div.DivClassName
{
background-color: #351529;
}
.BgClassName
{
background-color: #351529;
}
</style>
border-color css
<style>
span { border-color: #351529; }
span { border-color: rgb(53,21,41); }
td.TdClassName
{
border-color: #351529;
}
.TagClassName
{
border-color: #351529;
}
</style>