Shades of Blackberry #460031
Tints of Blackberry #460031
RGB
CMYK
RGB Variations
Color information
#460031 (or 0x460031) is known color: Blackberry. HEX triplet: 46, 00 and 31. RGB value is (70,0,49). Sum of RGB (Red+Green+Blue) = 70+0+49=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #460031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460031 is #B9FFCE. Grayscale: #1A1A1A. Windows color (decimal): -12189647 or 3211334. OLE color: 3211334.
HSL color Cylindrical-coordinate representation of color #460031: hue angle of 318º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460031 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.30 | 0.73 |
| HSL | 318º | 1% | 0.14% | - |
| HSV(B) | 318º | 1% | 0.27% | - |
| XYZ | 3.08 | 1.52 | 3.04 | - |
| YUV | 26.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 49 | 0 | 1 | 0.30 | 0.73 | 318 | 1 | 0.14 |
| Hex | 46 | 0 | 31 | 0 | 64 | 1E | 49 | 13E | 64 | E |
| Octal | 106 | 0 | 61 | 0 | 144 | 36 | 111 | 476 | 144 | 16 |
| Binary | 1000110 | 0 | 110001 | 0 | 1100100 | 11110 | 1001001 | 100111110 | 1100100 | 1110 |
Color Harmonies of #460031
Complementary color
Monochromatic Colors of #460031
Black with #460031
Text Example
Text Example
White with #460031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460031; }
p { color: rgb(70,0,49); }
H1.HeaderClassName
{
color: #460031;
}
.AnyTagClassName
{
color: #460031;
}
</style>
background-color css
<style>
a { background-color: #460031; }
a { background-color: rgb(70,0,49); }
div.DivClassName
{
background-color: #460031;
}
.BgClassName
{
background-color: #460031;
}
</style>
border-color css
<style>
span { border-color: #460031; }
span { border-color: rgb(70,0,49); }
td.TdClassName
{
border-color: #460031;
}
.TagClassName
{
border-color: #460031;
}
</style>