Shades of Blackberry #311222
Tints of Blackberry #311222
RGB
CMYK
RGB Variations
Color information
#311222 (or 0x311222) is known color: Blackberry. HEX triplet: 31, 12 and 22. RGB value is (49,18,34). Sum of RGB (Red+Green+Blue) = 49+18+34=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311222 is #CEEDDD. Grayscale: #1D1D1D. Windows color (decimal): -13561310 or 2232881. OLE color: 2232881.
HSL color Cylindrical-coordinate representation of color #311222: hue angle of 329.03º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311222 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 34 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.81 |
| HSL | 329.03º | 0.46% | 0.13% | - |
| HSV(B) | 329.03º | 0.63% | 0.19% | - |
| XYZ | 1.77 | 1.2 | 1.65 | - |
| YUV | 29.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 34 | 0 | 0.63 | 0.31 | 0.81 | 329.03 | 0.46 | 0.13 |
| Hex | 31 | 12 | 22 | 0 | 3F | 1F | 51 | 149 | 2E | D |
| Octal | 61 | 22 | 42 | 0 | 77 | 37 | 121 | 511 | 56 | 15 |
| Binary | 110001 | 10010 | 100010 | 0 | 111111 | 11111 | 1010001 | 101001001 | 101110 | 1101 |
Color Harmonies of #311222
Complementary color
Monochromatic Colors of #311222
Black with #311222
Text Example
Text Example
White with #311222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311222; }
p { color: rgb(49,18,34); }
H1.HeaderClassName
{
color: #311222;
}
.AnyTagClassName
{
color: #311222;
}
</style>
background-color css
<style>
a { background-color: #311222; }
a { background-color: rgb(49,18,34); }
div.DivClassName
{
background-color: #311222;
}
.BgClassName
{
background-color: #311222;
}
</style>
border-color css
<style>
span { border-color: #311222; }
span { border-color: rgb(49,18,34); }
td.TdClassName
{
border-color: #311222;
}
.TagClassName
{
border-color: #311222;
}
</style>