Shades of Blackberry #460B36
Tints of Blackberry #460B36
RGB
CMYK
RGB Variations
Color information
#460B36 (or 0x460B36) is known color: Blackberry. HEX triplet: 46, 0B and 36. RGB value is (70,11,54). Sum of RGB (Red+Green+Blue) = 70+11+54=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #460B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B36 is #B9F4C9. Grayscale: #212121. Windows color (decimal): -12186826 or 3541830. OLE color: 3541830.
HSL color Cylindrical-coordinate representation of color #460B36: hue angle of 316.27º 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 #460B36 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 54 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.73 |
| HSL | 316.27º | 0.73% | 0.16% | - |
| HSV(B) | 316.27º | 0.84% | 0.27% | - |
| XYZ | 3.31 | 1.81 | 3.66 | - |
| YUV | 33.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 54 | 0 | 0.84 | 0.23 | 0.73 | 316.27 | 0.73 | 0.16 |
| Hex | 46 | B | 36 | 0 | 54 | 17 | 49 | 13C | 49 | 10 |
| Octal | 106 | 13 | 66 | 0 | 124 | 27 | 111 | 474 | 111 | 20 |
| Binary | 1000110 | 1011 | 110110 | 0 | 1010100 | 10111 | 1001001 | 100111100 | 1001001 | 10000 |
Color Harmonies of #460B36
Complementary color
Monochromatic Colors of #460B36
Black with #460B36
Text Example
Text Example
White with #460B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B36; }
p { color: rgb(70,11,54); }
H1.HeaderClassName
{
color: #460B36;
}
.AnyTagClassName
{
color: #460B36;
}
</style>
background-color css
<style>
a { background-color: #460B36; }
a { background-color: rgb(70,11,54); }
div.DivClassName
{
background-color: #460B36;
}
.BgClassName
{
background-color: #460B36;
}
</style>
border-color css
<style>
span { border-color: #460B36; }
span { border-color: rgb(70,11,54); }
td.TdClassName
{
border-color: #460B36;
}
.TagClassName
{
border-color: #460B36;
}
</style>