Shades of Blackberry #311224
Tints of Blackberry #311224
RGB
CMYK
RGB Variations
Color information
#311224 (or 0x311224) is known color: Blackberry. HEX triplet: 31, 12 and 24. RGB value is (49,18,36). Sum of RGB (Red+Green+Blue) = 49+18+36=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311224 is #CEEDDB. Grayscale: #1D1D1D. Windows color (decimal): -13561308 or 2363953. OLE color: 2363953.
HSL color Cylindrical-coordinate representation of color #311224: hue angle of 325.16º 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 #311224 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 36 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.81 |
| HSL | 325.16º | 0.46% | 0.13% | - |
| HSV(B) | 325.16º | 0.63% | 0.19% | - |
| XYZ | 1.8 | 1.21 | 1.81 | - |
| YUV | 29.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 36 | 0 | 0.63 | 0.27 | 0.81 | 325.16 | 0.46 | 0.13 |
| Hex | 31 | 12 | 24 | 0 | 3F | 1B | 51 | 145 | 2E | D |
| Octal | 61 | 22 | 44 | 0 | 77 | 33 | 121 | 505 | 56 | 15 |
| Binary | 110001 | 10010 | 100100 | 0 | 111111 | 11011 | 1010001 | 101000101 | 101110 | 1101 |
Color Harmonies of #311224
Complementary color
Monochromatic Colors of #311224
Black with #311224
Text Example
Text Example
White with #311224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311224; }
p { color: rgb(49,18,36); }
H1.HeaderClassName
{
color: #311224;
}
.AnyTagClassName
{
color: #311224;
}
</style>
background-color css
<style>
a { background-color: #311224; }
a { background-color: rgb(49,18,36); }
div.DivClassName
{
background-color: #311224;
}
.BgClassName
{
background-color: #311224;
}
</style>
border-color css
<style>
span { border-color: #311224; }
span { border-color: rgb(49,18,36); }
td.TdClassName
{
border-color: #311224;
}
.TagClassName
{
border-color: #311224;
}
</style>