Shades of Blackberry #310525
Tints of Blackberry #310525
RGB
CMYK
RGB Variations
Color information
#310525 (or 0x310525) is known color: Blackberry. HEX triplet: 31, 05 and 25. RGB value is (49,5,37). Sum of RGB (Red+Green+Blue) = 49+5+37=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310525 is #CEFADA. Grayscale: #151515. Windows color (decimal): -13564635 or 2426161. OLE color: 2426161.
HSL color Cylindrical-coordinate representation of color #310525: hue angle of 316.36º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310525 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 37 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.81 |
| HSL | 316.36º | 0.81% | 0.11% | - |
| HSV(B) | 316.36º | 0.9% | 0.19% | - |
| XYZ | 1.65 | 0.9 | 1.84 | - |
| YUV | 21.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 37 | 0 | 0.90 | 0.24 | 0.81 | 316.36 | 0.81 | 0.11 |
| Hex | 31 | 5 | 25 | 0 | 5A | 18 | 51 | 13C | 51 | B |
| Octal | 61 | 5 | 45 | 0 | 132 | 30 | 121 | 474 | 121 | 13 |
| Binary | 110001 | 101 | 100101 | 0 | 1011010 | 11000 | 1010001 | 100111100 | 1010001 | 1011 |
Color Harmonies of #310525
Complementary color
Monochromatic Colors of #310525
Black with #310525
Text Example
Text Example
White with #310525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310525; }
p { color: rgb(49,5,37); }
H1.HeaderClassName
{
color: #310525;
}
.AnyTagClassName
{
color: #310525;
}
</style>
background-color css
<style>
a { background-color: #310525; }
a { background-color: rgb(49,5,37); }
div.DivClassName
{
background-color: #310525;
}
.BgClassName
{
background-color: #310525;
}
</style>
border-color css
<style>
span { border-color: #310525; }
span { border-color: rgb(49,5,37); }
td.TdClassName
{
border-color: #310525;
}
.TagClassName
{
border-color: #310525;
}
</style>