Shades of Blackberry #460822
Tints of Blackberry #460822
RGB
CMYK
RGB Variations
Color information
#460822 (or 0x460822) is known color: Blackberry. HEX triplet: 46, 08 and 22. RGB value is (70,8,34). Sum of RGB (Red+Green+Blue) = 70+8+34=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #460822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460822 is #B9F7DD. Grayscale: #1D1D1D. Windows color (decimal): -12187614 or 2230342. OLE color: 2230342.
HSL color Cylindrical-coordinate representation of color #460822: hue angle of 334.84º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460822 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 34 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.73 |
| HSL | 334.84º | 0.79% | 0.15% | - |
| HSV(B) | 334.84º | 0.89% | 0.27% | - |
| XYZ | 2.9 | 1.59 | 1.67 | - |
| YUV | 29.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 34 | 0 | 0.89 | 0.51 | 0.73 | 334.84 | 0.79 | 0.15 |
| Hex | 46 | 8 | 22 | 0 | 59 | 33 | 49 | 14F | 4F | F |
| Octal | 106 | 10 | 42 | 0 | 131 | 63 | 111 | 517 | 117 | 17 |
| Binary | 1000110 | 1000 | 100010 | 0 | 1011001 | 110011 | 1001001 | 101001111 | 1001111 | 1111 |
Color Harmonies of #460822
Complementary color
Monochromatic Colors of #460822
Black with #460822
Text Example
Text Example
White with #460822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460822; }
p { color: rgb(70,8,34); }
H1.HeaderClassName
{
color: #460822;
}
.AnyTagClassName
{
color: #460822;
}
</style>
background-color css
<style>
a { background-color: #460822; }
a { background-color: rgb(70,8,34); }
div.DivClassName
{
background-color: #460822;
}
.BgClassName
{
background-color: #460822;
}
</style>
border-color css
<style>
span { border-color: #460822; }
span { border-color: rgb(70,8,34); }
td.TdClassName
{
border-color: #460822;
}
.TagClassName
{
border-color: #460822;
}
</style>