Shades of Blackberry #310017
Tints of Blackberry #310017
RGB
CMYK
RGB Variations
Color information
#310017 (or 0x310017) is known color: Blackberry. HEX triplet: 31, 00 and 17. RGB value is (49,0,23). Sum of RGB (Red+Green+Blue) = 49+0+23=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310017 is #CEFFE8. Grayscale: #111111. Windows color (decimal): -13565929 or 1507377. OLE color: 1507377.
HSL color Cylindrical-coordinate representation of color #310017: hue angle of 331.84º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310017 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.53 | 0.81 |
| HSL | 331.84º | 1% | 0.1% | - |
| HSV(B) | 331.84º | 1% | 0.19% | - |
| XYZ | 1.42 | 0.71 | 0.87 | - |
| YUV | 17.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 23 | 0 | 1 | 0.53 | 0.81 | 331.84 | 1 | 0.1 |
| Hex | 31 | 0 | 17 | 0 | 64 | 35 | 51 | 14C | 64 | A |
| Octal | 61 | 0 | 27 | 0 | 144 | 65 | 121 | 514 | 144 | 12 |
| Binary | 110001 | 0 | 10111 | 0 | 1100100 | 110101 | 1010001 | 101001100 | 1100100 | 1010 |
Color Harmonies of #310017
Complementary color
Monochromatic Colors of #310017
Black with #310017
Text Example
Text Example
White with #310017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310017; }
p { color: rgb(49,0,23); }
H1.HeaderClassName
{
color: #310017;
}
.AnyTagClassName
{
color: #310017;
}
</style>
background-color css
<style>
a { background-color: #310017; }
a { background-color: rgb(49,0,23); }
div.DivClassName
{
background-color: #310017;
}
.BgClassName
{
background-color: #310017;
}
</style>
border-color css
<style>
span { border-color: #310017; }
span { border-color: rgb(49,0,23); }
td.TdClassName
{
border-color: #310017;
}
.TagClassName
{
border-color: #310017;
}
</style>