Shades of Blackberry #460B3A
Tints of Blackberry #460B3A
RGB
CMYK
RGB Variations
Color information
#460B3A (or 0x460B3A) is known color: Blackberry. HEX triplet: 46, 0B and 3A. RGB value is (70,11,58). Sum of RGB (Red+Green+Blue) = 70+11+58=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #460B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B3A is #B9F4C5. Grayscale: #212121. Windows color (decimal): -12186822 or 3803974. OLE color: 3803974.
HSL color Cylindrical-coordinate representation of color #460B3A: hue angle of 312.2º 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 #460B3A is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 58 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.73 |
| HSL | 312.2º | 0.73% | 0.16% | - |
| HSV(B) | 312.2º | 0.84% | 0.27% | - |
| XYZ | 3.41 | 1.85 | 4.18 | - |
| YUV | 34 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 58 | 0 | 0.84 | 0.17 | 0.73 | 312.2 | 0.73 | 0.16 |
| Hex | 46 | B | 3A | 0 | 54 | 11 | 49 | 138 | 49 | 10 |
| Octal | 106 | 13 | 72 | 0 | 124 | 21 | 111 | 470 | 111 | 20 |
| Binary | 1000110 | 1011 | 111010 | 0 | 1010100 | 10001 | 1001001 | 100111000 | 1001001 | 10000 |
Color Harmonies of #460B3A
Complementary color
Monochromatic Colors of #460B3A
Black with #460B3A
Text Example
Text Example
White with #460B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B3A; }
p { color: rgb(70,11,58); }
H1.HeaderClassName
{
color: #460B3A;
}
.AnyTagClassName
{
color: #460B3A;
}
</style>
background-color css
<style>
a { background-color: #460B3A; }
a { background-color: rgb(70,11,58); }
div.DivClassName
{
background-color: #460B3A;
}
.BgClassName
{
background-color: #460B3A;
}
</style>
border-color css
<style>
span { border-color: #460B3A; }
span { border-color: rgb(70,11,58); }
td.TdClassName
{
border-color: #460B3A;
}
.TagClassName
{
border-color: #460B3A;
}
</style>