Shades of Blackberry #310E25
Tints of Blackberry #310E25
RGB
CMYK
RGB Variations
Color information
#310E25 (or 0x310E25) is known color: Blackberry. HEX triplet: 31, 0E and 25. RGB value is (49,14,37). Sum of RGB (Red+Green+Blue) = 49+14+37=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #310E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E25 is #CEF1DA. Grayscale: #1B1B1B. Windows color (decimal): -13562331 or 2428465. OLE color: 2428465.
HSL color Cylindrical-coordinate representation of color #310E25: hue angle of 320.57º 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 #310E25 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 37 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.81 |
| HSL | 320.57º | 0.56% | 0.12% | - |
| HSV(B) | 320.57º | 0.71% | 0.19% | - |
| XYZ | 1.76 | 1.1 | 1.87 | - |
| YUV | 27.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 37 | 0 | 0.71 | 0.24 | 0.81 | 320.57 | 0.56 | 0.12 |
| Hex | 31 | E | 25 | 0 | 47 | 18 | 51 | 141 | 38 | C |
| Octal | 61 | 16 | 45 | 0 | 107 | 30 | 121 | 501 | 70 | 14 |
| Binary | 110001 | 1110 | 100101 | 0 | 1000111 | 11000 | 1010001 | 101000001 | 111000 | 1100 |
Color Harmonies of #310E25
Complementary color
Monochromatic Colors of #310E25
Black with #310E25
Text Example
Text Example
White with #310E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E25; }
p { color: rgb(49,14,37); }
H1.HeaderClassName
{
color: #310E25;
}
.AnyTagClassName
{
color: #310E25;
}
</style>
background-color css
<style>
a { background-color: #310E25; }
a { background-color: rgb(49,14,37); }
div.DivClassName
{
background-color: #310E25;
}
.BgClassName
{
background-color: #310E25;
}
</style>
border-color css
<style>
span { border-color: #310E25; }
span { border-color: rgb(49,14,37); }
td.TdClassName
{
border-color: #310E25;
}
.TagClassName
{
border-color: #310E25;
}
</style>