Shades of Blackberry #46112B
Tints of Blackberry #46112B
RGB
CMYK
RGB Variations
Color information
#46112B (or 0x46112B) is known color: Blackberry. HEX triplet: 46, 11 and 2B. RGB value is (70,17,43). Sum of RGB (Red+Green+Blue) = 70+17+43=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46112B is #B9EED4. Grayscale: #232323. Windows color (decimal): -12185301 or 2822470. OLE color: 2822470.
HSL color Cylindrical-coordinate representation of color #46112B: hue angle of 330.57º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46112B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 43 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.73 |
| HSL | 330.57º | 0.61% | 0.17% | - |
| HSV(B) | 330.57º | 0.76% | 0.27% | - |
| XYZ | 3.16 | 1.88 | 2.48 | - |
| YUV | 35.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 43 | 0 | 0.76 | 0.39 | 0.73 | 330.57 | 0.61 | 0.17 |
| Hex | 46 | 11 | 2B | 0 | 4C | 27 | 49 | 14B | 3D | 11 |
| Octal | 106 | 21 | 53 | 0 | 114 | 47 | 111 | 513 | 75 | 21 |
| Binary | 1000110 | 10001 | 101011 | 0 | 1001100 | 100111 | 1001001 | 101001011 | 111101 | 10001 |
Color Harmonies of #46112B
Complementary color
Monochromatic Colors of #46112B
Black with #46112B
Text Example
Text Example
White with #46112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46112B; }
p { color: rgb(70,17,43); }
H1.HeaderClassName
{
color: #46112B;
}
.AnyTagClassName
{
color: #46112B;
}
</style>
background-color css
<style>
a { background-color: #46112B; }
a { background-color: rgb(70,17,43); }
div.DivClassName
{
background-color: #46112B;
}
.BgClassName
{
background-color: #46112B;
}
</style>
border-color css
<style>
span { border-color: #46112B; }
span { border-color: rgb(70,17,43); }
td.TdClassName
{
border-color: #46112B;
}
.TagClassName
{
border-color: #46112B;
}
</style>