Shades of Blackberry #460B2A
Tints of Blackberry #460B2A
RGB
CMYK
RGB Variations
Color information
#460B2A (or 0x460B2A) is known color: Blackberry. HEX triplet: 46, 0B and 2A. RGB value is (70,11,42). Sum of RGB (Red+Green+Blue) = 70+11+42=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #460B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B2A is #B9F4D5. Grayscale: #202020. Windows color (decimal): -12186838 or 2755398. OLE color: 2755398.
HSL color Cylindrical-coordinate representation of color #460B2A: hue angle of 328.47º 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 #460B2A is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 42 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.73 |
| HSL | 328.47º | 0.73% | 0.16% | - |
| HSV(B) | 328.47º | 0.84% | 0.27% | - |
| XYZ | 3.06 | 1.71 | 2.36 | - |
| YUV | 32.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 42 | 0 | 0.84 | 0.40 | 0.73 | 328.47 | 0.73 | 0.16 |
| Hex | 46 | B | 2A | 0 | 54 | 28 | 49 | 148 | 49 | 10 |
| Octal | 106 | 13 | 52 | 0 | 124 | 50 | 111 | 510 | 111 | 20 |
| Binary | 1000110 | 1011 | 101010 | 0 | 1010100 | 101000 | 1001001 | 101001000 | 1001001 | 10000 |
Color Harmonies of #460B2A
Complementary color
Monochromatic Colors of #460B2A
Black with #460B2A
Text Example
Text Example
White with #460B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B2A; }
p { color: rgb(70,11,42); }
H1.HeaderClassName
{
color: #460B2A;
}
.AnyTagClassName
{
color: #460B2A;
}
</style>
background-color css
<style>
a { background-color: #460B2A; }
a { background-color: rgb(70,11,42); }
div.DivClassName
{
background-color: #460B2A;
}
.BgClassName
{
background-color: #460B2A;
}
</style>
border-color css
<style>
span { border-color: #460B2A; }
span { border-color: rgb(70,11,42); }
td.TdClassName
{
border-color: #460B2A;
}
.TagClassName
{
border-color: #460B2A;
}
</style>