Shades of Blackberry #311521
Tints of Blackberry #311521
RGB
CMYK
RGB Variations
Color information
#311521 (or 0x311521) is known color: Blackberry. HEX triplet: 31, 15 and 21. RGB value is (49,21,33). Sum of RGB (Red+Green+Blue) = 49+21+33=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311521 is #CEEADE. Grayscale: #1E1E1E. Windows color (decimal): -13560543 or 2168113. OLE color: 2168113.
HSL color Cylindrical-coordinate representation of color #311521: hue angle of 334.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311521 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 21 | 33 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.81 |
| HSL | 334.29º | 0.4% | 0.14% | - |
| HSV(B) | 334.29º | 0.57% | 0.19% | - |
| XYZ | 1.81 | 1.3 | 1.59 | - |
| YUV | 30.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 33 | 0 | 0.57 | 0.33 | 0.81 | 334.29 | 0.4 | 0.14 |
| Hex | 31 | 15 | 21 | 0 | 39 | 21 | 51 | 14E | 28 | E |
| Octal | 61 | 25 | 41 | 0 | 71 | 41 | 121 | 516 | 50 | 16 |
| Binary | 110001 | 10101 | 100001 | 0 | 111001 | 100001 | 1010001 | 101001110 | 101000 | 1110 |
Color Harmonies of #311521
Complementary color
Monochromatic Colors of #311521
Black with #311521
Text Example
Text Example
White with #311521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311521; }
p { color: rgb(49,21,33); }
H1.HeaderClassName
{
color: #311521;
}
.AnyTagClassName
{
color: #311521;
}
</style>
background-color css
<style>
a { background-color: #311521; }
a { background-color: rgb(49,21,33); }
div.DivClassName
{
background-color: #311521;
}
.BgClassName
{
background-color: #311521;
}
</style>
border-color css
<style>
span { border-color: #311521; }
span { border-color: rgb(49,21,33); }
td.TdClassName
{
border-color: #311521;
}
.TagClassName
{
border-color: #311521;
}
</style>