Shades of Blackberry #310219
Tints of Blackberry #310219
RGB
CMYK
RGB Variations
Color information
#310219 (or 0x310219) is known color: Blackberry. HEX triplet: 31, 02 and 19. RGB value is (49,2,25). Sum of RGB (Red+Green+Blue) = 49+2+25=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310219 is #CEFDE6. Grayscale: #121212. Windows color (decimal): -13565415 or 1638961. OLE color: 1638961.
HSL color Cylindrical-coordinate representation of color #310219: hue angle of 330.64º 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 #310219 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 25 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.81 |
| HSL | 330.64º | 0.92% | 0.1% | - |
| HSV(B) | 330.64º | 0.96% | 0.19% | - |
| XYZ | 1.46 | 0.77 | 0.99 | - |
| YUV | 18.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 25 | 0 | 0.96 | 0.49 | 0.81 | 330.64 | 0.92 | 0.1 |
| Hex | 31 | 2 | 19 | 0 | 60 | 31 | 51 | 14B | 5C | A |
| Octal | 61 | 2 | 31 | 0 | 140 | 61 | 121 | 513 | 134 | 12 |
| Binary | 110001 | 10 | 11001 | 0 | 1100000 | 110001 | 1010001 | 101001011 | 1011100 | 1010 |
Color Harmonies of #310219
Complementary color
Monochromatic Colors of #310219
Black with #310219
Text Example
Text Example
White with #310219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310219; }
p { color: rgb(49,2,25); }
H1.HeaderClassName
{
color: #310219;
}
.AnyTagClassName
{
color: #310219;
}
</style>
background-color css
<style>
a { background-color: #310219; }
a { background-color: rgb(49,2,25); }
div.DivClassName
{
background-color: #310219;
}
.BgClassName
{
background-color: #310219;
}
</style>
border-color css
<style>
span { border-color: #310219; }
span { border-color: rgb(49,2,25); }
td.TdClassName
{
border-color: #310219;
}
.TagClassName
{
border-color: #310219;
}
</style>