Shades of Blackberry #311424
Tints of Blackberry #311424
RGB
CMYK
RGB Variations
Color information
#311424 (or 0x311424) is known color: Blackberry. HEX triplet: 31, 14 and 24. RGB value is (49,20,36). Sum of RGB (Red+Green+Blue) = 49+20+36=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #311424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311424 is #CEEBDB. Grayscale: #1E1E1E. Windows color (decimal): -13560796 or 2364465. OLE color: 2364465.
HSL color Cylindrical-coordinate representation of color #311424: hue angle of 326.9º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311424 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 20 | 36 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.81 |
| HSL | 326.9º | 0.42% | 0.14% | - |
| HSV(B) | 326.9º | 0.59% | 0.19% | - |
| XYZ | 1.84 | 1.28 | 1.82 | - |
| YUV | 30.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 36 | 0 | 0.59 | 0.27 | 0.81 | 326.9 | 0.42 | 0.14 |
| Hex | 31 | 14 | 24 | 0 | 3B | 1B | 51 | 147 | 2A | E |
| Octal | 61 | 24 | 44 | 0 | 73 | 33 | 121 | 507 | 52 | 16 |
| Binary | 110001 | 10100 | 100100 | 0 | 111011 | 11011 | 1010001 | 101000111 | 101010 | 1110 |
Color Harmonies of #311424
Complementary color
Monochromatic Colors of #311424
Black with #311424
Text Example
Text Example
White with #311424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311424; }
p { color: rgb(49,20,36); }
H1.HeaderClassName
{
color: #311424;
}
.AnyTagClassName
{
color: #311424;
}
</style>
background-color css
<style>
a { background-color: #311424; }
a { background-color: rgb(49,20,36); }
div.DivClassName
{
background-color: #311424;
}
.BgClassName
{
background-color: #311424;
}
</style>
border-color css
<style>
span { border-color: #311424; }
span { border-color: rgb(49,20,36); }
td.TdClassName
{
border-color: #311424;
}
.TagClassName
{
border-color: #311424;
}
</style>