Shades of Blackberry #311322
Tints of Blackberry #311322
RGB
CMYK
RGB Variations
Color information
#311322 (or 0x311322) is known color: Blackberry. HEX triplet: 31, 13 and 22. RGB value is (49,19,34). Sum of RGB (Red+Green+Blue) = 49+19+34=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311322 is #CEECDD. Grayscale: #1D1D1D. Windows color (decimal): -13561054 or 2233137. OLE color: 2233137.
HSL color Cylindrical-coordinate representation of color #311322: hue angle of 330º 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 #311322 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 34 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.81 |
| HSL | 330º | 0.44% | 0.13% | - |
| HSV(B) | 330º | 0.61% | 0.19% | - |
| XYZ | 1.79 | 1.23 | 1.66 | - |
| YUV | 29.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 34 | 0 | 0.61 | 0.31 | 0.81 | 330 | 0.44 | 0.13 |
| Hex | 31 | 13 | 22 | 0 | 3D | 1F | 51 | 14A | 2C | D |
| Octal | 61 | 23 | 42 | 0 | 75 | 37 | 121 | 512 | 54 | 15 |
| Binary | 110001 | 10011 | 100010 | 0 | 111101 | 11111 | 1010001 | 101001010 | 101100 | 1101 |
Color Harmonies of #311322
Complementary color
Monochromatic Colors of #311322
Black with #311322
Text Example
Text Example
White with #311322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311322; }
p { color: rgb(49,19,34); }
H1.HeaderClassName
{
color: #311322;
}
.AnyTagClassName
{
color: #311322;
}
</style>
background-color css
<style>
a { background-color: #311322; }
a { background-color: rgb(49,19,34); }
div.DivClassName
{
background-color: #311322;
}
.BgClassName
{
background-color: #311322;
}
</style>
border-color css
<style>
span { border-color: #311322; }
span { border-color: rgb(49,19,34); }
td.TdClassName
{
border-color: #311322;
}
.TagClassName
{
border-color: #311322;
}
</style>