Shades of Blackberry #310128
Tints of Blackberry #310128
RGB
CMYK
RGB Variations
Color information
#310128 (or 0x310128) is known color: Blackberry. HEX triplet: 31, 01 and 28. RGB value is (49,1,40). Sum of RGB (Red+Green+Blue) = 49+1+40=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #310128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310128 is #CEFED7. Grayscale: #131313. Windows color (decimal): -13565656 or 2621745. OLE color: 2621745.
HSL color Cylindrical-coordinate representation of color #310128: hue angle of 311.25º 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 #310128 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 40 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.81 |
| HSL | 311.25º | 0.96% | 0.1% | - |
| HSV(B) | 311.25º | 0.98% | 0.19% | - |
| XYZ | 1.66 | 0.83 | 2.08 | - |
| YUV | 19.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 40 | 0 | 0.98 | 0.18 | 0.81 | 311.25 | 0.96 | 0.1 |
| Hex | 31 | 1 | 28 | 0 | 62 | 12 | 51 | 137 | 60 | A |
| Octal | 61 | 1 | 50 | 0 | 142 | 22 | 121 | 467 | 140 | 12 |
| Binary | 110001 | 1 | 101000 | 0 | 1100010 | 10010 | 1010001 | 100110111 | 1100000 | 1010 |
Color Harmonies of #310128
Complementary color
Monochromatic Colors of #310128
Black with #310128
Text Example
Text Example
White with #310128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310128; }
p { color: rgb(49,1,40); }
H1.HeaderClassName
{
color: #310128;
}
.AnyTagClassName
{
color: #310128;
}
</style>
background-color css
<style>
a { background-color: #310128; }
a { background-color: rgb(49,1,40); }
div.DivClassName
{
background-color: #310128;
}
.BgClassName
{
background-color: #310128;
}
</style>
border-color css
<style>
span { border-color: #310128; }
span { border-color: rgb(49,1,40); }
td.TdClassName
{
border-color: #310128;
}
.TagClassName
{
border-color: #310128;
}
</style>