Shades of Blackberry #351A28
Tints of Blackberry #351A28
RGB
CMYK
RGB Variations
Color information
#351A28 (or 0x351A28) is known color: Blackberry. HEX triplet: 35, 1A and 28. RGB value is (53,26,40). Sum of RGB (Red+Green+Blue) = 53+26+40=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #351A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A28 is #CAE5D7. Grayscale: #232323. Windows color (decimal): -13297112 or 2628149. OLE color: 2628149.
HSL color Cylindrical-coordinate representation of color #351A28: hue angle of 328.89º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A28 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 40 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.79 |
| HSL | 328.89º | 0.34% | 0.15% | - |
| HSV(B) | 328.89º | 0.51% | 0.21% | - |
| XYZ | 2.22 | 1.65 | 2.21 | - |
| YUV | 35.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 40 | 0 | 0.51 | 0.25 | 0.79 | 328.89 | 0.34 | 0.15 |
| Hex | 35 | 1A | 28 | 0 | 33 | 19 | 4F | 149 | 22 | F |
| Octal | 65 | 32 | 50 | 0 | 63 | 31 | 117 | 511 | 42 | 17 |
| Binary | 110101 | 11010 | 101000 | 0 | 110011 | 11001 | 1001111 | 101001001 | 100010 | 1111 |
Color Harmonies of #351A28
Complementary color
Monochromatic Colors of #351A28
Black with #351A28
Text Example
Text Example
White with #351A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A28; }
p { color: rgb(53,26,40); }
H1.HeaderClassName
{
color: #351A28;
}
.AnyTagClassName
{
color: #351A28;
}
</style>
background-color css
<style>
a { background-color: #351A28; }
a { background-color: rgb(53,26,40); }
div.DivClassName
{
background-color: #351A28;
}
.BgClassName
{
background-color: #351A28;
}
</style>
border-color css
<style>
span { border-color: #351A28; }
span { border-color: rgb(53,26,40); }
td.TdClassName
{
border-color: #351A28;
}
.TagClassName
{
border-color: #351A28;
}
</style>