Shades of Blackberry #351528
Tints of Blackberry #351528
RGB
CMYK
RGB Variations
Color information
#351528 (or 0x351528) is known color: Blackberry. HEX triplet: 35, 15 and 28. RGB value is (53,21,40). Sum of RGB (Red+Green+Blue) = 53+21+40=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #351528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351528 is #CAEAD7. Grayscale: #202020. Windows color (decimal): -13298392 or 2626869. OLE color: 2626869.
HSL color Cylindrical-coordinate representation of color #351528: hue angle of 324.38º 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 #351528 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 21 | 40 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.79 |
| HSL | 324.38º | 0.43% | 0.15% | - |
| HSV(B) | 324.38º | 0.6% | 0.21% | - |
| XYZ | 2.12 | 1.45 | 2.17 | - |
| YUV | 32.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 40 | 0 | 0.60 | 0.25 | 0.79 | 324.38 | 0.43 | 0.15 |
| Hex | 35 | 15 | 28 | 0 | 3C | 19 | 4F | 144 | 2B | F |
| Octal | 65 | 25 | 50 | 0 | 74 | 31 | 117 | 504 | 53 | 17 |
| Binary | 110101 | 10101 | 101000 | 0 | 111100 | 11001 | 1001111 | 101000100 | 101011 | 1111 |
Color Harmonies of #351528
Complementary color
Monochromatic Colors of #351528
Black with #351528
Text Example
Text Example
White with #351528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351528; }
p { color: rgb(53,21,40); }
H1.HeaderClassName
{
color: #351528;
}
.AnyTagClassName
{
color: #351528;
}
</style>
background-color css
<style>
a { background-color: #351528; }
a { background-color: rgb(53,21,40); }
div.DivClassName
{
background-color: #351528;
}
.BgClassName
{
background-color: #351528;
}
</style>
border-color css
<style>
span { border-color: #351528; }
span { border-color: rgb(53,21,40); }
td.TdClassName
{
border-color: #351528;
}
.TagClassName
{
border-color: #351528;
}
</style>