Shades of Blackberry #310125
Tints of Blackberry #310125
RGB
CMYK
RGB Variations
Color information
#310125 (or 0x310125) is known color: Blackberry. HEX triplet: 31, 01 and 25. RGB value is (49,1,37). Sum of RGB (Red+Green+Blue) = 49+1+37=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310125 is #CEFEDA. Grayscale: #131313. Windows color (decimal): -13565659 or 2425137. OLE color: 2425137.
HSL color Cylindrical-coordinate representation of color #310125: hue angle of 315º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310125 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 37 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.81 |
| HSL | 315º | 0.96% | 0.1% | - |
| HSV(B) | 315º | 0.98% | 0.19% | - |
| XYZ | 1.61 | 0.81 | 1.82 | - |
| YUV | 19.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 37 | 0 | 0.98 | 0.24 | 0.81 | 315 | 0.96 | 0.1 |
| Hex | 31 | 1 | 25 | 0 | 62 | 18 | 51 | 13B | 60 | A |
| Octal | 61 | 1 | 45 | 0 | 142 | 30 | 121 | 473 | 140 | 12 |
| Binary | 110001 | 1 | 100101 | 0 | 1100010 | 11000 | 1010001 | 100111011 | 1100000 | 1010 |
Color Harmonies of #310125
Complementary color
Monochromatic Colors of #310125
Black with #310125
Text Example
Text Example
White with #310125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310125; }
p { color: rgb(49,1,37); }
H1.HeaderClassName
{
color: #310125;
}
.AnyTagClassName
{
color: #310125;
}
</style>
background-color css
<style>
a { background-color: #310125; }
a { background-color: rgb(49,1,37); }
div.DivClassName
{
background-color: #310125;
}
.BgClassName
{
background-color: #310125;
}
</style>
border-color css
<style>
span { border-color: #310125; }
span { border-color: rgb(49,1,37); }
td.TdClassName
{
border-color: #310125;
}
.TagClassName
{
border-color: #310125;
}
</style>