Shades of Blackberry #31051B
Tints of Blackberry #31051B
RGB
CMYK
RGB Variations
Color information
#31051B (or 0x31051B) is known color: Blackberry. HEX triplet: 31, 05 and 1B. RGB value is (49,5,27). Sum of RGB (Red+Green+Blue) = 49+5+27=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31051B is #CEFAE4. Grayscale: #141414. Windows color (decimal): -13564645 or 1770801. OLE color: 1770801.
HSL color Cylindrical-coordinate representation of color #31051B: hue angle of 330º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31051B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 27 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.81 |
| HSL | 330º | 0.81% | 0.11% | - |
| HSV(B) | 330º | 0.9% | 0.19% | - |
| XYZ | 1.52 | 0.84 | 1.12 | - |
| YUV | 20.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 27 | 0 | 0.90 | 0.45 | 0.81 | 330 | 0.81 | 0.11 |
| Hex | 31 | 5 | 1B | 0 | 5A | 2D | 51 | 14A | 51 | B |
| Octal | 61 | 5 | 33 | 0 | 132 | 55 | 121 | 512 | 121 | 13 |
| Binary | 110001 | 101 | 11011 | 0 | 1011010 | 101101 | 1010001 | 101001010 | 1010001 | 1011 |
Color Harmonies of #31051B
Complementary color
Monochromatic Colors of #31051B
Black with #31051B
Text Example
Text Example
White with #31051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31051B; }
p { color: rgb(49,5,27); }
H1.HeaderClassName
{
color: #31051B;
}
.AnyTagClassName
{
color: #31051B;
}
</style>
background-color css
<style>
a { background-color: #31051B; }
a { background-color: rgb(49,5,27); }
div.DivClassName
{
background-color: #31051B;
}
.BgClassName
{
background-color: #31051B;
}
</style>
border-color css
<style>
span { border-color: #31051B; }
span { border-color: rgb(49,5,27); }
td.TdClassName
{
border-color: #31051B;
}
.TagClassName
{
border-color: #31051B;
}
</style>