Shades of Blackberry #31051E
Tints of Blackberry #31051E
RGB
CMYK
RGB Variations
Color information
#31051E (or 0x31051E) is known color: Blackberry. HEX triplet: 31, 05 and 1E. RGB value is (49,5,30). Sum of RGB (Red+Green+Blue) = 49+5+30=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31051E is #CEFAE1. Grayscale: #141414. Windows color (decimal): -13564642 or 1967409. OLE color: 1967409.
HSL color Cylindrical-coordinate representation of color #31051E: hue angle of 325.91º 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 #31051E is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 30 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.81 |
| HSL | 325.91º | 0.81% | 0.11% | - |
| HSV(B) | 325.91º | 0.9% | 0.19% | - |
| XYZ | 1.56 | 0.86 | 1.31 | - |
| YUV | 21.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 30 | 0 | 0.90 | 0.39 | 0.81 | 325.91 | 0.81 | 0.11 |
| Hex | 31 | 5 | 1E | 0 | 5A | 27 | 51 | 146 | 51 | B |
| Octal | 61 | 5 | 36 | 0 | 132 | 47 | 121 | 506 | 121 | 13 |
| Binary | 110001 | 101 | 11110 | 0 | 1011010 | 100111 | 1010001 | 101000110 | 1010001 | 1011 |
Color Harmonies of #31051E
Complementary color
Monochromatic Colors of #31051E
Black with #31051E
Text Example
Text Example
White with #31051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31051E; }
p { color: rgb(49,5,30); }
H1.HeaderClassName
{
color: #31051E;
}
.AnyTagClassName
{
color: #31051E;
}
</style>
background-color css
<style>
a { background-color: #31051E; }
a { background-color: rgb(49,5,30); }
div.DivClassName
{
background-color: #31051E;
}
.BgClassName
{
background-color: #31051E;
}
</style>
border-color css
<style>
span { border-color: #31051E; }
span { border-color: rgb(49,5,30); }
td.TdClassName
{
border-color: #31051E;
}
.TagClassName
{
border-color: #31051E;
}
</style>