Shades of Blackberry #310224
Tints of Blackberry #310224
RGB
CMYK
RGB Variations
Color information
#310224 (or 0x310224) is known color: Blackberry. HEX triplet: 31, 02 and 24. RGB value is (49,2,36). Sum of RGB (Red+Green+Blue) = 49+2+36=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310224 is #CEFDDB. Grayscale: #131313. Windows color (decimal): -13565404 or 2359857. OLE color: 2359857.
HSL color Cylindrical-coordinate representation of color #310224: hue angle of 316.6º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310224 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 36 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.81 |
| HSL | 316.6º | 0.92% | 0.1% | - |
| HSV(B) | 316.6º | 0.96% | 0.19% | - |
| XYZ | 1.61 | 0.82 | 1.74 | - |
| YUV | 19.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 36 | 0 | 0.96 | 0.27 | 0.81 | 316.6 | 0.92 | 0.1 |
| Hex | 31 | 2 | 24 | 0 | 60 | 1B | 51 | 13D | 5C | A |
| Octal | 61 | 2 | 44 | 0 | 140 | 33 | 121 | 475 | 134 | 12 |
| Binary | 110001 | 10 | 100100 | 0 | 1100000 | 11011 | 1010001 | 100111101 | 1011100 | 1010 |
Color Harmonies of #310224
Complementary color
Monochromatic Colors of #310224
Black with #310224
Text Example
Text Example
White with #310224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310224; }
p { color: rgb(49,2,36); }
H1.HeaderClassName
{
color: #310224;
}
.AnyTagClassName
{
color: #310224;
}
</style>
background-color css
<style>
a { background-color: #310224; }
a { background-color: rgb(49,2,36); }
div.DivClassName
{
background-color: #310224;
}
.BgClassName
{
background-color: #310224;
}
</style>
border-color css
<style>
span { border-color: #310224; }
span { border-color: rgb(49,2,36); }
td.TdClassName
{
border-color: #310224;
}
.TagClassName
{
border-color: #310224;
}
</style>