Shades of Blackberry #310B25
Tints of Blackberry #310B25
RGB
CMYK
RGB Variations
Color information
#310B25 (or 0x310B25) is known color: Blackberry. HEX triplet: 31, 0B and 25. RGB value is (49,11,37). Sum of RGB (Red+Green+Blue) = 49+11+37=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #310B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B25 is #CEF4DA. Grayscale: #191919. Windows color (decimal): -13563099 or 2427697. OLE color: 2427697.
HSL color Cylindrical-coordinate representation of color #310B25: hue angle of 318.95º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B25 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 37 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.81 |
| HSL | 318.95º | 0.63% | 0.12% | - |
| HSV(B) | 318.95º | 0.78% | 0.19% | - |
| XYZ | 1.72 | 1.03 | 1.86 | - |
| YUV | 25.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 37 | 0 | 0.78 | 0.24 | 0.81 | 318.95 | 0.63 | 0.12 |
| Hex | 31 | B | 25 | 0 | 4E | 18 | 51 | 13F | 3F | C |
| Octal | 61 | 13 | 45 | 0 | 116 | 30 | 121 | 477 | 77 | 14 |
| Binary | 110001 | 1011 | 100101 | 0 | 1001110 | 11000 | 1010001 | 100111111 | 111111 | 1100 |
Color Harmonies of #310B25
Complementary color
Monochromatic Colors of #310B25
Black with #310B25
Text Example
Text Example
White with #310B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B25; }
p { color: rgb(49,11,37); }
H1.HeaderClassName
{
color: #310B25;
}
.AnyTagClassName
{
color: #310B25;
}
</style>
background-color css
<style>
a { background-color: #310B25; }
a { background-color: rgb(49,11,37); }
div.DivClassName
{
background-color: #310B25;
}
.BgClassName
{
background-color: #310B25;
}
</style>
border-color css
<style>
span { border-color: #310B25; }
span { border-color: rgb(49,11,37); }
td.TdClassName
{
border-color: #310B25;
}
.TagClassName
{
border-color: #310B25;
}
</style>