Shades of Blackberry #351628
Tints of Blackberry #351628
RGB
CMYK
RGB Variations
Color information
#351628 (or 0x351628) is known color: Blackberry. HEX triplet: 35, 16 and 28. RGB value is (53,22,40). Sum of RGB (Red+Green+Blue) = 53+22+40=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351628 is #CAE9D7. Grayscale: #212121. Windows color (decimal): -13298136 or 2627125. OLE color: 2627125.
HSL color Cylindrical-coordinate representation of color #351628: hue angle of 325.16º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351628 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 22 | 40 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.79 |
| HSL | 325.16º | 0.41% | 0.15% | - |
| HSV(B) | 325.16º | 0.58% | 0.21% | - |
| XYZ | 2.14 | 1.48 | 2.18 | - |
| YUV | 33.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 40 | 0 | 0.58 | 0.25 | 0.79 | 325.16 | 0.41 | 0.15 |
| Hex | 35 | 16 | 28 | 0 | 3A | 19 | 4F | 145 | 29 | F |
| Octal | 65 | 26 | 50 | 0 | 72 | 31 | 117 | 505 | 51 | 17 |
| Binary | 110101 | 10110 | 101000 | 0 | 111010 | 11001 | 1001111 | 101000101 | 101001 | 1111 |
Color Harmonies of #351628
Complementary color
Monochromatic Colors of #351628
Black with #351628
Text Example
Text Example
White with #351628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351628; }
p { color: rgb(53,22,40); }
H1.HeaderClassName
{
color: #351628;
}
.AnyTagClassName
{
color: #351628;
}
</style>
background-color css
<style>
a { background-color: #351628; }
a { background-color: rgb(53,22,40); }
div.DivClassName
{
background-color: #351628;
}
.BgClassName
{
background-color: #351628;
}
</style>
border-color css
<style>
span { border-color: #351628; }
span { border-color: rgb(53,22,40); }
td.TdClassName
{
border-color: #351628;
}
.TagClassName
{
border-color: #351628;
}
</style>