Shades of Blackberry #311323
Tints of Blackberry #311323
RGB
CMYK
RGB Variations
Color information
#311323 (or 0x311323) is known color: Blackberry. HEX triplet: 31, 13 and 23. RGB value is (49,19,35). Sum of RGB (Red+Green+Blue) = 49+19+35=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311323 is #CEECDC. Grayscale: #1D1D1D. Windows color (decimal): -13561053 or 2298673. OLE color: 2298673.
HSL color Cylindrical-coordinate representation of color #311323: hue angle of 328º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311323 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 35 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.81 |
| HSL | 328º | 0.44% | 0.13% | - |
| HSV(B) | 328º | 0.61% | 0.19% | - |
| XYZ | 1.8 | 1.24 | 1.73 | - |
| YUV | 29.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 35 | 0 | 0.61 | 0.29 | 0.81 | 328 | 0.44 | 0.13 |
| Hex | 31 | 13 | 23 | 0 | 3D | 1D | 51 | 148 | 2C | D |
| Octal | 61 | 23 | 43 | 0 | 75 | 35 | 121 | 510 | 54 | 15 |
| Binary | 110001 | 10011 | 100011 | 0 | 111101 | 11101 | 1010001 | 101001000 | 101100 | 1101 |
Color Harmonies of #311323
Complementary color
Monochromatic Colors of #311323
Black with #311323
Text Example
Text Example
White with #311323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311323; }
p { color: rgb(49,19,35); }
H1.HeaderClassName
{
color: #311323;
}
.AnyTagClassName
{
color: #311323;
}
</style>
background-color css
<style>
a { background-color: #311323; }
a { background-color: rgb(49,19,35); }
div.DivClassName
{
background-color: #311323;
}
.BgClassName
{
background-color: #311323;
}
</style>
border-color css
<style>
span { border-color: #311323; }
span { border-color: rgb(49,19,35); }
td.TdClassName
{
border-color: #311323;
}
.TagClassName
{
border-color: #311323;
}
</style>