Shades of Blackberry #351925
Tints of Blackberry #351925
RGB
CMYK
RGB Variations
Color information
#351925 (or 0x351925) is known color: Blackberry. HEX triplet: 35, 19 and 25. RGB value is (53,25,37). Sum of RGB (Red+Green+Blue) = 53+25+37=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351925 is #CAE6DA. Grayscale: #222222. Windows color (decimal): -13297371 or 2431285. OLE color: 2431285.
HSL color Cylindrical-coordinate representation of color #351925: hue angle of 334.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351925 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 25 | 37 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.79 |
| HSL | 334.29º | 0.36% | 0.15% | - |
| HSV(B) | 334.29º | 0.53% | 0.21% | - |
| XYZ | 2.15 | 1.59 | 1.94 | - |
| YUV | 34.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 37 | 0 | 0.53 | 0.30 | 0.79 | 334.29 | 0.36 | 0.15 |
| Hex | 35 | 19 | 25 | 0 | 35 | 1E | 4F | 14E | 24 | F |
| Octal | 65 | 31 | 45 | 0 | 65 | 36 | 117 | 516 | 44 | 17 |
| Binary | 110101 | 11001 | 100101 | 0 | 110101 | 11110 | 1001111 | 101001110 | 100100 | 1111 |
Color Harmonies of #351925
Complementary color
Monochromatic Colors of #351925
Black with #351925
Text Example
Text Example
White with #351925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351925; }
p { color: rgb(53,25,37); }
H1.HeaderClassName
{
color: #351925;
}
.AnyTagClassName
{
color: #351925;
}
</style>
background-color css
<style>
a { background-color: #351925; }
a { background-color: rgb(53,25,37); }
div.DivClassName
{
background-color: #351925;
}
.BgClassName
{
background-color: #351925;
}
</style>
border-color css
<style>
span { border-color: #351925; }
span { border-color: rgb(53,25,37); }
td.TdClassName
{
border-color: #351925;
}
.TagClassName
{
border-color: #351925;
}
</style>