Shades of Blackberry #31081F
Tints of Blackberry #31081F
RGB
CMYK
RGB Variations
Color information
#31081F (or 0x31081F) is known color: Blackberry. HEX triplet: 31, 08 and 1F. RGB value is (49,8,31). Sum of RGB (Red+Green+Blue) = 49+8+31=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #31081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31081F is #CEF7E0. Grayscale: #161616. Windows color (decimal): -13563873 or 2033713. OLE color: 2033713.
HSL color Cylindrical-coordinate representation of color #31081F: hue angle of 326.34º 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 #31081F is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 8 | 31 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.81 |
| HSL | 326.34º | 0.72% | 0.11% | - |
| HSV(B) | 326.34º | 0.84% | 0.19% | - |
| XYZ | 1.6 | 0.93 | 1.39 | - |
| YUV | 22.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 31 | 0 | 0.84 | 0.37 | 0.81 | 326.34 | 0.72 | 0.11 |
| Hex | 31 | 8 | 1F | 0 | 54 | 25 | 51 | 146 | 48 | B |
| Octal | 61 | 10 | 37 | 0 | 124 | 45 | 121 | 506 | 110 | 13 |
| Binary | 110001 | 1000 | 11111 | 0 | 1010100 | 100101 | 1010001 | 101000110 | 1001000 | 1011 |
Color Harmonies of #31081F
Complementary color
Monochromatic Colors of #31081F
Black with #31081F
Text Example
Text Example
White with #31081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31081F; }
p { color: rgb(49,8,31); }
H1.HeaderClassName
{
color: #31081F;
}
.AnyTagClassName
{
color: #31081F;
}
</style>
background-color css
<style>
a { background-color: #31081F; }
a { background-color: rgb(49,8,31); }
div.DivClassName
{
background-color: #31081F;
}
.BgClassName
{
background-color: #31081F;
}
</style>
border-color css
<style>
span { border-color: #31081F; }
span { border-color: rgb(49,8,31); }
td.TdClassName
{
border-color: #31081F;
}
.TagClassName
{
border-color: #31081F;
}
</style>