Shades of Blackberry #311223
Tints of Blackberry #311223
RGB
CMYK
RGB Variations
Color information
#311223 (or 0x311223) is known color: Blackberry. HEX triplet: 31, 12 and 23. RGB value is (49,18,35). Sum of RGB (Red+Green+Blue) = 49+18+35=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311223 is #CEEDDC. Grayscale: #1D1D1D. Windows color (decimal): -13561309 or 2298417. OLE color: 2298417.
HSL color Cylindrical-coordinate representation of color #311223: hue angle of 327.1º 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 #311223 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 35 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.81 |
| HSL | 327.1º | 0.46% | 0.13% | - |
| HSV(B) | 327.1º | 0.63% | 0.19% | - |
| XYZ | 1.79 | 1.21 | 1.73 | - |
| YUV | 29.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 35 | 0 | 0.63 | 0.29 | 0.81 | 327.1 | 0.46 | 0.13 |
| Hex | 31 | 12 | 23 | 0 | 3F | 1D | 51 | 147 | 2E | D |
| Octal | 61 | 22 | 43 | 0 | 77 | 35 | 121 | 507 | 56 | 15 |
| Binary | 110001 | 10010 | 100011 | 0 | 111111 | 11101 | 1010001 | 101000111 | 101110 | 1101 |
Color Harmonies of #311223
Complementary color
Monochromatic Colors of #311223
Black with #311223
Text Example
Text Example
White with #311223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311223; }
p { color: rgb(49,18,35); }
H1.HeaderClassName
{
color: #311223;
}
.AnyTagClassName
{
color: #311223;
}
</style>
background-color css
<style>
a { background-color: #311223; }
a { background-color: rgb(49,18,35); }
div.DivClassName
{
background-color: #311223;
}
.BgClassName
{
background-color: #311223;
}
</style>
border-color css
<style>
span { border-color: #311223; }
span { border-color: rgb(49,18,35); }
td.TdClassName
{
border-color: #311223;
}
.TagClassName
{
border-color: #311223;
}
</style>