Shades of Blackberry #31081D
Tints of Blackberry #31081D
RGB
CMYK
RGB Variations
Color information
#31081D (or 0x31081D) is known color: Blackberry. HEX triplet: 31, 08 and 1D. RGB value is (49,8,29). Sum of RGB (Red+Green+Blue) = 49+8+29=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31081D is #CEF7E2. Grayscale: #161616. Windows color (decimal): -13563875 or 1902641. OLE color: 1902641.
HSL color Cylindrical-coordinate representation of color #31081D: hue angle of 329.27º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31081D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 8 | 29 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.81 |
| HSL | 329.27º | 0.72% | 0.11% | - |
| HSV(B) | 329.27º | 0.84% | 0.19% | - |
| XYZ | 1.58 | 0.92 | 1.26 | - |
| YUV | 22.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 29 | 0 | 0.84 | 0.41 | 0.81 | 329.27 | 0.72 | 0.11 |
| Hex | 31 | 8 | 1D | 0 | 54 | 29 | 51 | 149 | 48 | B |
| Octal | 61 | 10 | 35 | 0 | 124 | 51 | 121 | 511 | 110 | 13 |
| Binary | 110001 | 1000 | 11101 | 0 | 1010100 | 101001 | 1010001 | 101001001 | 1001000 | 1011 |
Color Harmonies of #31081D
Complementary color
Monochromatic Colors of #31081D
Black with #31081D
Text Example
Text Example
White with #31081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31081D; }
p { color: rgb(49,8,29); }
H1.HeaderClassName
{
color: #31081D;
}
.AnyTagClassName
{
color: #31081D;
}
</style>
background-color css
<style>
a { background-color: #31081D; }
a { background-color: rgb(49,8,29); }
div.DivClassName
{
background-color: #31081D;
}
.BgClassName
{
background-color: #31081D;
}
</style>
border-color css
<style>
span { border-color: #31081D; }
span { border-color: rgb(49,8,29); }
td.TdClassName
{
border-color: #31081D;
}
.TagClassName
{
border-color: #31081D;
}
</style>