Shades of Blackberry #310124
Tints of Blackberry #310124
RGB
CMYK
RGB Variations
Color information
#310124 (or 0x310124) is known color: Blackberry. HEX triplet: 31, 01 and 24. RGB value is (49,1,36). Sum of RGB (Red+Green+Blue) = 49+1+36=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #310124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310124 is #CEFEDB. Grayscale: #131313. Windows color (decimal): -13565660 or 2359601. OLE color: 2359601.
HSL color Cylindrical-coordinate representation of color #310124: hue angle of 316.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310124 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 36 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.81 |
| HSL | 316.25º | 0.96% | 0.1% | - |
| HSV(B) | 316.25º | 0.98% | 0.19% | - |
| XYZ | 1.6 | 0.8 | 1.74 | - |
| YUV | 19.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 36 | 0 | 0.98 | 0.27 | 0.81 | 316.25 | 0.96 | 0.1 |
| Hex | 31 | 1 | 24 | 0 | 62 | 1B | 51 | 13C | 60 | A |
| Octal | 61 | 1 | 44 | 0 | 142 | 33 | 121 | 474 | 140 | 12 |
| Binary | 110001 | 1 | 100100 | 0 | 1100010 | 11011 | 1010001 | 100111100 | 1100000 | 1010 |
Color Harmonies of #310124
Complementary color
Monochromatic Colors of #310124
Black with #310124
Text Example
Text Example
White with #310124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310124; }
p { color: rgb(49,1,36); }
H1.HeaderClassName
{
color: #310124;
}
.AnyTagClassName
{
color: #310124;
}
</style>
background-color css
<style>
a { background-color: #310124; }
a { background-color: rgb(49,1,36); }
div.DivClassName
{
background-color: #310124;
}
.BgClassName
{
background-color: #310124;
}
</style>
border-color css
<style>
span { border-color: #310124; }
span { border-color: rgb(49,1,36); }
td.TdClassName
{
border-color: #310124;
}
.TagClassName
{
border-color: #310124;
}
</style>