Shades of Blackberry #310F24
Tints of Blackberry #310F24
RGB
CMYK
RGB Variations
Color information
#310F24 (or 0x310F24) is known color: Blackberry. HEX triplet: 31, 0F and 24. RGB value is (49,15,36). Sum of RGB (Red+Green+Blue) = 49+15+36=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #310F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F24 is #CEF0DB. Grayscale: #1B1B1B. Windows color (decimal): -13562076 or 2363185. OLE color: 2363185.
HSL color Cylindrical-coordinate representation of color #310F24: hue angle of 322.94º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F24 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 15 | 36 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.81 |
| HSL | 322.94º | 0.53% | 0.13% | - |
| HSV(B) | 322.94º | 0.69% | 0.19% | - |
| XYZ | 1.76 | 1.12 | 1.79 | - |
| YUV | 27.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 36 | 0 | 0.69 | 0.27 | 0.81 | 322.94 | 0.53 | 0.13 |
| Hex | 31 | F | 24 | 0 | 45 | 1B | 51 | 143 | 35 | D |
| Octal | 61 | 17 | 44 | 0 | 105 | 33 | 121 | 503 | 65 | 15 |
| Binary | 110001 | 1111 | 100100 | 0 | 1000101 | 11011 | 1010001 | 101000011 | 110101 | 1101 |
Color Harmonies of #310F24
Complementary color
Monochromatic Colors of #310F24
Black with #310F24
Text Example
Text Example
White with #310F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F24; }
p { color: rgb(49,15,36); }
H1.HeaderClassName
{
color: #310F24;
}
.AnyTagClassName
{
color: #310F24;
}
</style>
background-color css
<style>
a { background-color: #310F24; }
a { background-color: rgb(49,15,36); }
div.DivClassName
{
background-color: #310F24;
}
.BgClassName
{
background-color: #310F24;
}
</style>
border-color css
<style>
span { border-color: #310F24; }
span { border-color: rgb(49,15,36); }
td.TdClassName
{
border-color: #310F24;
}
.TagClassName
{
border-color: #310F24;
}
</style>