Shades of Blackberry #46153A
Tints of Blackberry #46153A
RGB
CMYK
RGB Variations
Color information
#46153A (or 0x46153A) is known color: Blackberry. HEX triplet: 46, 15 and 3A. RGB value is (70,21,58). Sum of RGB (Red+Green+Blue) = 70+21+58=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46153A is #B9EAC5. Grayscale: #272727. Windows color (decimal): -12184262 or 3806534. OLE color: 3806534.
HSL color Cylindrical-coordinate representation of color #46153A: hue angle of 314.69º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46153A is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 58 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.73 |
| HSL | 314.69º | 0.54% | 0.18% | - |
| HSV(B) | 314.69º | 0.7% | 0.27% | - |
| XYZ | 3.56 | 2.14 | 4.23 | - |
| YUV | 39.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 58 | 0 | 0.70 | 0.17 | 0.73 | 314.69 | 0.54 | 0.18 |
| Hex | 46 | 15 | 3A | 0 | 46 | 11 | 49 | 13B | 36 | 12 |
| Octal | 106 | 25 | 72 | 0 | 106 | 21 | 111 | 473 | 66 | 22 |
| Binary | 1000110 | 10101 | 111010 | 0 | 1000110 | 10001 | 1001001 | 100111011 | 110110 | 10010 |
Color Harmonies of #46153A
Complementary color
Monochromatic Colors of #46153A
Black with #46153A
Text Example
Text Example
White with #46153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46153A; }
p { color: rgb(70,21,58); }
H1.HeaderClassName
{
color: #46153A;
}
.AnyTagClassName
{
color: #46153A;
}
</style>
background-color css
<style>
a { background-color: #46153A; }
a { background-color: rgb(70,21,58); }
div.DivClassName
{
background-color: #46153A;
}
.BgClassName
{
background-color: #46153A;
}
</style>
border-color css
<style>
span { border-color: #46153A; }
span { border-color: rgb(70,21,58); }
td.TdClassName
{
border-color: #46153A;
}
.TagClassName
{
border-color: #46153A;
}
</style>