Shades of Blackberry #46163B
Tints of Blackberry #46163B
RGB
CMYK
RGB Variations
Color information
#46163B (or 0x46163B) is known color: Blackberry. HEX triplet: 46, 16 and 3B. RGB value is (70,22,59). Sum of RGB (Red+Green+Blue) = 70+22+59=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46163B is #B9E9C4. Grayscale: #282828. Windows color (decimal): -12184005 or 3872326. OLE color: 3872326.
HSL color Cylindrical-coordinate representation of color #46163B: hue angle of 313.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46163B is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 59 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.73 |
| HSL | 313.75º | 0.52% | 0.18% | - |
| HSV(B) | 313.75º | 0.69% | 0.27% | - |
| XYZ | 3.6 | 2.19 | 4.37 | - |
| YUV | 40.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 59 | 0 | 0.69 | 0.16 | 0.73 | 313.75 | 0.52 | 0.18 |
| Hex | 46 | 16 | 3B | 0 | 45 | 10 | 49 | 13A | 34 | 12 |
| Octal | 106 | 26 | 73 | 0 | 105 | 20 | 111 | 472 | 64 | 22 |
| Binary | 1000110 | 10110 | 111011 | 0 | 1000101 | 10000 | 1001001 | 100111010 | 110100 | 10010 |
Color Harmonies of #46163B
Complementary color
Monochromatic Colors of #46163B
Black with #46163B
Text Example
Text Example
White with #46163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46163B; }
p { color: rgb(70,22,59); }
H1.HeaderClassName
{
color: #46163B;
}
.AnyTagClassName
{
color: #46163B;
}
</style>
background-color css
<style>
a { background-color: #46163B; }
a { background-color: rgb(70,22,59); }
div.DivClassName
{
background-color: #46163B;
}
.BgClassName
{
background-color: #46163B;
}
</style>
border-color css
<style>
span { border-color: #46163B; }
span { border-color: rgb(70,22,59); }
td.TdClassName
{
border-color: #46163B;
}
.TagClassName
{
border-color: #46163B;
}
</style>