Shades of Blackberry #46113B
Tints of Blackberry #46113B
RGB
CMYK
RGB Variations
Color information
#46113B (or 0x46113B) is known color: Blackberry. HEX triplet: 46, 11 and 3B. RGB value is (70,17,59). Sum of RGB (Red+Green+Blue) = 70+17+59=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46113B is #B9EEC4. Grayscale: #252525. Windows color (decimal): -12185285 or 3871046. OLE color: 3871046.
HSL color Cylindrical-coordinate representation of color #46113B: hue angle of 312.45º 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 #46113B is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 59 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.73 |
| HSL | 312.45º | 0.61% | 0.17% | - |
| HSV(B) | 312.45º | 0.76% | 0.27% | - |
| XYZ | 3.52 | 2.02 | 4.34 | - |
| YUV | 37.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 59 | 0 | 0.76 | 0.16 | 0.73 | 312.45 | 0.61 | 0.17 |
| Hex | 46 | 11 | 3B | 0 | 4C | 10 | 49 | 138 | 3D | 11 |
| Octal | 106 | 21 | 73 | 0 | 114 | 20 | 111 | 470 | 75 | 21 |
| Binary | 1000110 | 10001 | 111011 | 0 | 1001100 | 10000 | 1001001 | 100111000 | 111101 | 10001 |
Color Harmonies of #46113B
Complementary color
Monochromatic Colors of #46113B
Black with #46113B
Text Example
Text Example
White with #46113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46113B; }
p { color: rgb(70,17,59); }
H1.HeaderClassName
{
color: #46113B;
}
.AnyTagClassName
{
color: #46113B;
}
</style>
background-color css
<style>
a { background-color: #46113B; }
a { background-color: rgb(70,17,59); }
div.DivClassName
{
background-color: #46113B;
}
.BgClassName
{
background-color: #46113B;
}
</style>
border-color css
<style>
span { border-color: #46113B; }
span { border-color: rgb(70,17,59); }
td.TdClassName
{
border-color: #46113B;
}
.TagClassName
{
border-color: #46113B;
}
</style>