Shades of Blackberry #311121
Tints of Blackberry #311121
RGB
CMYK
RGB Variations
Color information
#311121 (or 0x311121) is known color: Blackberry. HEX triplet: 31, 11 and 21. RGB value is (49,17,33). Sum of RGB (Red+Green+Blue) = 49+17+33=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311121 is #CEEEDE. Grayscale: #1C1C1C. Windows color (decimal): -13561567 or 2167089. OLE color: 2167089.
HSL color Cylindrical-coordinate representation of color #311121: hue angle of 330º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311121 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 17 | 33 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.81 |
| HSL | 330º | 0.48% | 0.13% | - |
| HSV(B) | 330º | 0.65% | 0.19% | - |
| XYZ | 1.74 | 1.16 | 1.57 | - |
| YUV | 28.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 33 | 0 | 0.65 | 0.33 | 0.81 | 330 | 0.48 | 0.13 |
| Hex | 31 | 11 | 21 | 0 | 41 | 21 | 51 | 14A | 30 | D |
| Octal | 61 | 21 | 41 | 0 | 101 | 41 | 121 | 512 | 60 | 15 |
| Binary | 110001 | 10001 | 100001 | 0 | 1000001 | 100001 | 1010001 | 101001010 | 110000 | 1101 |
Color Harmonies of #311121
Complementary color
Monochromatic Colors of #311121
Black with #311121
Text Example
Text Example
White with #311121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311121; }
p { color: rgb(49,17,33); }
H1.HeaderClassName
{
color: #311121;
}
.AnyTagClassName
{
color: #311121;
}
</style>
background-color css
<style>
a { background-color: #311121; }
a { background-color: rgb(49,17,33); }
div.DivClassName
{
background-color: #311121;
}
.BgClassName
{
background-color: #311121;
}
</style>
border-color css
<style>
span { border-color: #311121; }
span { border-color: rgb(49,17,33); }
td.TdClassName
{
border-color: #311121;
}
.TagClassName
{
border-color: #311121;
}
</style>