Shades of Blackberry #460B29
Tints of Blackberry #460B29
RGB
CMYK
RGB Variations
Color information
#460B29 (or 0x460B29) is known color: Blackberry. HEX triplet: 46, 0B and 29. RGB value is (70,11,41). Sum of RGB (Red+Green+Blue) = 70+11+41=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #460B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B29 is #B9F4D6. Grayscale: #202020. Windows color (decimal): -12186839 or 2689862. OLE color: 2689862.
HSL color Cylindrical-coordinate representation of color #460B29: hue angle of 329.49º 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 #460B29 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 41 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.73 |
| HSL | 329.49º | 0.73% | 0.16% | - |
| HSV(B) | 329.49º | 0.84% | 0.27% | - |
| XYZ | 3.05 | 1.7 | 2.27 | - |
| YUV | 32.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 41 | 0 | 0.84 | 0.41 | 0.73 | 329.49 | 0.73 | 0.16 |
| Hex | 46 | B | 29 | 0 | 54 | 29 | 49 | 149 | 49 | 10 |
| Octal | 106 | 13 | 51 | 0 | 124 | 51 | 111 | 511 | 111 | 20 |
| Binary | 1000110 | 1011 | 101001 | 0 | 1010100 | 101001 | 1001001 | 101001001 | 1001001 | 10000 |
Color Harmonies of #460B29
Complementary color
Monochromatic Colors of #460B29
Black with #460B29
Text Example
Text Example
White with #460B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B29; }
p { color: rgb(70,11,41); }
H1.HeaderClassName
{
color: #460B29;
}
.AnyTagClassName
{
color: #460B29;
}
</style>
background-color css
<style>
a { background-color: #460B29; }
a { background-color: rgb(70,11,41); }
div.DivClassName
{
background-color: #460B29;
}
.BgClassName
{
background-color: #460B29;
}
</style>
border-color css
<style>
span { border-color: #460B29; }
span { border-color: rgb(70,11,41); }
td.TdClassName
{
border-color: #460B29;
}
.TagClassName
{
border-color: #460B29;
}
</style>