Shades of Blackberry #310E26
Tints of Blackberry #310E26
RGB
CMYK
RGB Variations
Color information
#310E26 (or 0x310E26) is known color: Blackberry. HEX triplet: 31, 0E and 26. RGB value is (49,14,38). Sum of RGB (Red+Green+Blue) = 49+14+38=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #310E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E26 is #CEF1D9. Grayscale: #1B1B1B. Windows color (decimal): -13562330 or 2494001. OLE color: 2494001.
HSL color Cylindrical-coordinate representation of color #310E26: hue angle of 318.86º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E26 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 38 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.81 |
| HSL | 318.86º | 0.56% | 0.12% | - |
| HSV(B) | 318.86º | 0.71% | 0.19% | - |
| XYZ | 1.77 | 1.11 | 1.95 | - |
| YUV | 27.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 38 | 0 | 0.71 | 0.22 | 0.81 | 318.86 | 0.56 | 0.12 |
| Hex | 31 | E | 26 | 0 | 47 | 16 | 51 | 13F | 38 | C |
| Octal | 61 | 16 | 46 | 0 | 107 | 26 | 121 | 477 | 70 | 14 |
| Binary | 110001 | 1110 | 100110 | 0 | 1000111 | 10110 | 1010001 | 100111111 | 111000 | 1100 |
Color Harmonies of #310E26
Complementary color
Monochromatic Colors of #310E26
Black with #310E26
Text Example
Text Example
White with #310E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E26; }
p { color: rgb(49,14,38); }
H1.HeaderClassName
{
color: #310E26;
}
.AnyTagClassName
{
color: #310E26;
}
</style>
background-color css
<style>
a { background-color: #310E26; }
a { background-color: rgb(49,14,38); }
div.DivClassName
{
background-color: #310E26;
}
.BgClassName
{
background-color: #310E26;
}
</style>
border-color css
<style>
span { border-color: #310E26; }
span { border-color: rgb(49,14,38); }
td.TdClassName
{
border-color: #310E26;
}
.TagClassName
{
border-color: #310E26;
}
</style>