Shades of Blackberry #311020
Tints of Blackberry #311020
RGB
CMYK
RGB Variations
Color information
#311020 (or 0x311020) is known color: Blackberry. HEX triplet: 31, 10 and 20. RGB value is (49,16,32). Sum of RGB (Red+Green+Blue) = 49+16+32=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311020 is #CEEFDF. Grayscale: #1B1B1B. Windows color (decimal): -13561824 or 2101297. OLE color: 2101297.
HSL color Cylindrical-coordinate representation of color #311020: hue angle of 330.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311020 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 32 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.81 |
| HSL | 330.91º | 0.51% | 0.13% | - |
| HSV(B) | 330.91º | 0.67% | 0.19% | - |
| XYZ | 1.71 | 1.13 | 1.49 | - |
| YUV | 27.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 32 | 0 | 0.67 | 0.35 | 0.81 | 330.91 | 0.51 | 0.13 |
| Hex | 31 | 10 | 20 | 0 | 43 | 23 | 51 | 14B | 33 | D |
| Octal | 61 | 20 | 40 | 0 | 103 | 43 | 121 | 513 | 63 | 15 |
| Binary | 110001 | 10000 | 100000 | 0 | 1000011 | 100011 | 1010001 | 101001011 | 110011 | 1101 |
Color Harmonies of #311020
Complementary color
Monochromatic Colors of #311020
Black with #311020
Text Example
Text Example
White with #311020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311020; }
p { color: rgb(49,16,32); }
H1.HeaderClassName
{
color: #311020;
}
.AnyTagClassName
{
color: #311020;
}
</style>
background-color css
<style>
a { background-color: #311020; }
a { background-color: rgb(49,16,32); }
div.DivClassName
{
background-color: #311020;
}
.BgClassName
{
background-color: #311020;
}
</style>
border-color css
<style>
span { border-color: #311020; }
span { border-color: rgb(49,16,32); }
td.TdClassName
{
border-color: #311020;
}
.TagClassName
{
border-color: #311020;
}
</style>