Shades of Blackberry #31031B
Tints of Blackberry #31031B
RGB
CMYK
RGB Variations
Color information
#31031B (or 0x31031B) is known color: Blackberry. HEX triplet: 31, 03 and 1B. RGB value is (49,3,27). Sum of RGB (Red+Green+Blue) = 49+3+27=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31031B is #CEFCE4. Grayscale: #131313. Windows color (decimal): -13565157 or 1770289. OLE color: 1770289.
HSL color Cylindrical-coordinate representation of color #31031B: hue angle of 328.7º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31031B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 3 | 27 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.81 |
| HSL | 328.7º | 0.88% | 0.1% | - |
| HSV(B) | 328.7º | 0.94% | 0.19% | - |
| XYZ | 1.5 | 0.8 | 1.11 | - |
| YUV | 19.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 27 | 0 | 0.94 | 0.45 | 0.81 | 328.7 | 0.88 | 0.1 |
| Hex | 31 | 3 | 1B | 0 | 5E | 2D | 51 | 149 | 58 | A |
| Octal | 61 | 3 | 33 | 0 | 136 | 55 | 121 | 511 | 130 | 12 |
| Binary | 110001 | 11 | 11011 | 0 | 1011110 | 101101 | 1010001 | 101001001 | 1011000 | 1010 |
Color Harmonies of #31031B
Complementary color
Monochromatic Colors of #31031B
Black with #31031B
Text Example
Text Example
White with #31031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31031B; }
p { color: rgb(49,3,27); }
H1.HeaderClassName
{
color: #31031B;
}
.AnyTagClassName
{
color: #31031B;
}
</style>
background-color css
<style>
a { background-color: #31031B; }
a { background-color: rgb(49,3,27); }
div.DivClassName
{
background-color: #31031B;
}
.BgClassName
{
background-color: #31031B;
}
</style>
border-color css
<style>
span { border-color: #31031B; }
span { border-color: rgb(49,3,27); }
td.TdClassName
{
border-color: #31031B;
}
.TagClassName
{
border-color: #31031B;
}
</style>