Shades of Blackberry #460B39
Tints of Blackberry #460B39
RGB
CMYK
RGB Variations
Color information
#460B39 (or 0x460B39) is known color: Blackberry. HEX triplet: 46, 0B and 39. RGB value is (70,11,57). Sum of RGB (Red+Green+Blue) = 70+11+57=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #460B39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B39 is #B9F4C6. Grayscale: #212121. Windows color (decimal): -12186823 or 3738438. OLE color: 3738438.
HSL color Cylindrical-coordinate representation of color #460B39: hue angle of 313.22º 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 #460B39 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 57 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.73 |
| HSL | 313.22º | 0.73% | 0.16% | - |
| HSV(B) | 313.22º | 0.84% | 0.27% | - |
| XYZ | 3.38 | 1.84 | 4.05 | - |
| YUV | 33.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 57 | 0 | 0.84 | 0.19 | 0.73 | 313.22 | 0.73 | 0.16 |
| Hex | 46 | B | 39 | 0 | 54 | 13 | 49 | 139 | 49 | 10 |
| Octal | 106 | 13 | 71 | 0 | 124 | 23 | 111 | 471 | 111 | 20 |
| Binary | 1000110 | 1011 | 111001 | 0 | 1010100 | 10011 | 1001001 | 100111001 | 1001001 | 10000 |
Color Harmonies of #460B39
Complementary color
Monochromatic Colors of #460B39
Black with #460B39
Text Example
Text Example
White with #460B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B39; }
p { color: rgb(70,11,57); }
H1.HeaderClassName
{
color: #460B39;
}
.AnyTagClassName
{
color: #460B39;
}
</style>
background-color css
<style>
a { background-color: #460B39; }
a { background-color: rgb(70,11,57); }
div.DivClassName
{
background-color: #460B39;
}
.BgClassName
{
background-color: #460B39;
}
</style>
border-color css
<style>
span { border-color: #460B39; }
span { border-color: rgb(70,11,57); }
td.TdClassName
{
border-color: #460B39;
}
.TagClassName
{
border-color: #460B39;
}
</style>