Shades of Blackberry #311321
Tints of Blackberry #311321
RGB
CMYK
RGB Variations
Color information
#311321 (or 0x311321) is known color: Blackberry. HEX triplet: 31, 13 and 21. RGB value is (49,19,33). Sum of RGB (Red+Green+Blue) = 49+19+33=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311321 is #CEECDE. Grayscale: #1D1D1D. Windows color (decimal): -13561055 or 2167601. OLE color: 2167601.
HSL color Cylindrical-coordinate representation of color #311321: hue angle of 332º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311321 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 33 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.81 |
| HSL | 332º | 0.44% | 0.13% | - |
| HSV(B) | 332º | 0.61% | 0.19% | - |
| XYZ | 1.77 | 1.23 | 1.58 | - |
| YUV | 29.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 33 | 0 | 0.61 | 0.33 | 0.81 | 332 | 0.44 | 0.13 |
| Hex | 31 | 13 | 21 | 0 | 3D | 21 | 51 | 14C | 2C | D |
| Octal | 61 | 23 | 41 | 0 | 75 | 41 | 121 | 514 | 54 | 15 |
| Binary | 110001 | 10011 | 100001 | 0 | 111101 | 100001 | 1010001 | 101001100 | 101100 | 1101 |
Color Harmonies of #311321
Complementary color
Monochromatic Colors of #311321
Black with #311321
Text Example
Text Example
White with #311321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311321; }
p { color: rgb(49,19,33); }
H1.HeaderClassName
{
color: #311321;
}
.AnyTagClassName
{
color: #311321;
}
</style>
background-color css
<style>
a { background-color: #311321; }
a { background-color: rgb(49,19,33); }
div.DivClassName
{
background-color: #311321;
}
.BgClassName
{
background-color: #311321;
}
</style>
border-color css
<style>
span { border-color: #311321; }
span { border-color: rgb(49,19,33); }
td.TdClassName
{
border-color: #311321;
}
.TagClassName
{
border-color: #311321;
}
</style>