Shades of Blackberry #460B22
Tints of Blackberry #460B22
RGB
CMYK
RGB Variations
Color information
#460B22 (or 0x460B22) is known color: Blackberry. HEX triplet: 46, 0B and 22. RGB value is (70,11,34). Sum of RGB (Red+Green+Blue) = 70+11+34=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #460B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B22 is #B9F4DD. Grayscale: #1F1F1F. Windows color (decimal): -12186846 or 2231110. OLE color: 2231110.
HSL color Cylindrical-coordinate representation of color #460B22: hue angle of 336.61º 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 #460B22 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 34 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.73 |
| HSL | 336.61º | 0.73% | 0.16% | - |
| HSV(B) | 336.61º | 0.84% | 0.27% | - |
| XYZ | 2.93 | 1.66 | 1.68 | - |
| YUV | 31.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 34 | 0 | 0.84 | 0.51 | 0.73 | 336.61 | 0.73 | 0.16 |
| Hex | 46 | B | 22 | 0 | 54 | 33 | 49 | 151 | 49 | 10 |
| Octal | 106 | 13 | 42 | 0 | 124 | 63 | 111 | 521 | 111 | 20 |
| Binary | 1000110 | 1011 | 100010 | 0 | 1010100 | 110011 | 1001001 | 101010001 | 1001001 | 10000 |
Color Harmonies of #460B22
Complementary color
Monochromatic Colors of #460B22
Black with #460B22
Text Example
Text Example
White with #460B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B22; }
p { color: rgb(70,11,34); }
H1.HeaderClassName
{
color: #460B22;
}
.AnyTagClassName
{
color: #460B22;
}
</style>
background-color css
<style>
a { background-color: #460B22; }
a { background-color: rgb(70,11,34); }
div.DivClassName
{
background-color: #460B22;
}
.BgClassName
{
background-color: #460B22;
}
</style>
border-color css
<style>
span { border-color: #460B22; }
span { border-color: rgb(70,11,34); }
td.TdClassName
{
border-color: #460B22;
}
.TagClassName
{
border-color: #460B22;
}
</style>