Shades of Blackberry #460B31
Tints of Blackberry #460B31
RGB
CMYK
RGB Variations
Color information
#460B31 (or 0x460B31) is known color: Blackberry. HEX triplet: 46, 0B and 31. RGB value is (70,11,49). Sum of RGB (Red+Green+Blue) = 70+11+49=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #460B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B31 is #B9F4CE. Grayscale: #202020. Windows color (decimal): -12186831 or 3214150. OLE color: 3214150.
HSL color Cylindrical-coordinate representation of color #460B31: hue angle of 321.36º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B31 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 49 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.73 |
| HSL | 321.36º | 0.73% | 0.16% | - |
| HSV(B) | 321.36º | 0.84% | 0.27% | - |
| XYZ | 3.2 | 1.76 | 3.08 | - |
| YUV | 32.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 49 | 0 | 0.84 | 0.30 | 0.73 | 321.36 | 0.73 | 0.16 |
| Hex | 46 | B | 31 | 0 | 54 | 1E | 49 | 141 | 49 | 10 |
| Octal | 106 | 13 | 61 | 0 | 124 | 36 | 111 | 501 | 111 | 20 |
| Binary | 1000110 | 1011 | 110001 | 0 | 1010100 | 11110 | 1001001 | 101000001 | 1001001 | 10000 |
Color Harmonies of #460B31
Complementary color
Monochromatic Colors of #460B31
Black with #460B31
Text Example
Text Example
White with #460B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B31; }
p { color: rgb(70,11,49); }
H1.HeaderClassName
{
color: #460B31;
}
.AnyTagClassName
{
color: #460B31;
}
</style>
background-color css
<style>
a { background-color: #460B31; }
a { background-color: rgb(70,11,49); }
div.DivClassName
{
background-color: #460B31;
}
.BgClassName
{
background-color: #460B31;
}
</style>
border-color css
<style>
span { border-color: #460B31; }
span { border-color: rgb(70,11,49); }
td.TdClassName
{
border-color: #460B31;
}
.TagClassName
{
border-color: #460B31;
}
</style>