Shades of Blackberry #311622
Tints of Blackberry #311622
RGB
CMYK
RGB Variations
Color information
#311622 (or 0x311622) is known color: Blackberry. HEX triplet: 31, 16 and 22. RGB value is (49,22,34). Sum of RGB (Red+Green+Blue) = 49+22+34=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #311622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311622 is #CEE9DD. Grayscale: #1F1F1F. Windows color (decimal): -13560286 or 2233905. OLE color: 2233905.
HSL color Cylindrical-coordinate representation of color #311622: hue angle of 333.33º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311622 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 22 | 34 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.81 |
| HSL | 333.33º | 0.38% | 0.14% | - |
| HSV(B) | 333.33º | 0.55% | 0.19% | - |
| XYZ | 1.84 | 1.34 | 1.68 | - |
| YUV | 31.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 34 | 0 | 0.55 | 0.31 | 0.81 | 333.33 | 0.38 | 0.14 |
| Hex | 31 | 16 | 22 | 0 | 37 | 1F | 51 | 14D | 26 | E |
| Octal | 61 | 26 | 42 | 0 | 67 | 37 | 121 | 515 | 46 | 16 |
| Binary | 110001 | 10110 | 100010 | 0 | 110111 | 11111 | 1010001 | 101001101 | 100110 | 1110 |
Color Harmonies of #311622
Complementary color
Monochromatic Colors of #311622
Black with #311622
Text Example
Text Example
White with #311622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311622; }
p { color: rgb(49,22,34); }
H1.HeaderClassName
{
color: #311622;
}
.AnyTagClassName
{
color: #311622;
}
</style>
background-color css
<style>
a { background-color: #311622; }
a { background-color: rgb(49,22,34); }
div.DivClassName
{
background-color: #311622;
}
.BgClassName
{
background-color: #311622;
}
</style>
border-color css
<style>
span { border-color: #311622; }
span { border-color: rgb(49,22,34); }
td.TdClassName
{
border-color: #311622;
}
.TagClassName
{
border-color: #311622;
}
</style>