Shades of Blackberry #310016
Tints of Blackberry #310016
RGB
CMYK
RGB Variations
Color information
#310016 (or 0x310016) is known color: Blackberry. HEX triplet: 31, 00 and 16. RGB value is (49,0,22). Sum of RGB (Red+Green+Blue) = 49+0+22=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310016 is #CEFFE9. Grayscale: #111111. Windows color (decimal): -13565930 or 1441841. OLE color: 1441841.
HSL color Cylindrical-coordinate representation of color #310016: hue angle of 333.06º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310016 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.55 | 0.81 |
| HSL | 333.06º | 1% | 0.1% | - |
| HSV(B) | 333.06º | 1% | 0.19% | - |
| XYZ | 1.41 | 0.71 | 0.82 | - |
| YUV | 17.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 22 | 0 | 1 | 0.55 | 0.81 | 333.06 | 1 | 0.1 |
| Hex | 31 | 0 | 16 | 0 | 64 | 37 | 51 | 14D | 64 | A |
| Octal | 61 | 0 | 26 | 0 | 144 | 67 | 121 | 515 | 144 | 12 |
| Binary | 110001 | 0 | 10110 | 0 | 1100100 | 110111 | 1010001 | 101001101 | 1100100 | 1010 |
Color Harmonies of #310016
Complementary color
Monochromatic Colors of #310016
Black with #310016
Text Example
Text Example
White with #310016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310016; }
p { color: rgb(49,0,22); }
H1.HeaderClassName
{
color: #310016;
}
.AnyTagClassName
{
color: #310016;
}
</style>
background-color css
<style>
a { background-color: #310016; }
a { background-color: rgb(49,0,22); }
div.DivClassName
{
background-color: #310016;
}
.BgClassName
{
background-color: #310016;
}
</style>
border-color css
<style>
span { border-color: #310016; }
span { border-color: rgb(49,0,22); }
td.TdClassName
{
border-color: #310016;
}
.TagClassName
{
border-color: #310016;
}
</style>