Shades of Blackberry #46063B
Tints of Blackberry #46063B
RGB
CMYK
RGB Variations
Color information
#46063B (or 0x46063B) is known color: Blackberry. HEX triplet: 46, 06 and 3B. RGB value is (70,6,59). Sum of RGB (Red+Green+Blue) = 70+6+59=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46063B is #B9F9C4. Grayscale: #1F1F1F. Windows color (decimal): -12188101 or 3868230. OLE color: 3868230.
HSL color Cylindrical-coordinate representation of color #46063B: hue angle of 310.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46063B is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 59 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.73 |
| HSL | 310.31º | 0.84% | 0.15% | - |
| HSV(B) | 310.31º | 0.91% | 0.27% | - |
| XYZ | 3.38 | 1.75 | 4.3 | - |
| YUV | 31.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 59 | 0 | 0.91 | 0.16 | 0.73 | 310.31 | 0.84 | 0.15 |
| Hex | 46 | 6 | 3B | 0 | 5B | 10 | 49 | 136 | 54 | F |
| Octal | 106 | 6 | 73 | 0 | 133 | 20 | 111 | 466 | 124 | 17 |
| Binary | 1000110 | 110 | 111011 | 0 | 1011011 | 10000 | 1001001 | 100110110 | 1010100 | 1111 |
Color Harmonies of #46063B
Complementary color
Monochromatic Colors of #46063B
Black with #46063B
Text Example
Text Example
White with #46063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46063B; }
p { color: rgb(70,6,59); }
H1.HeaderClassName
{
color: #46063B;
}
.AnyTagClassName
{
color: #46063B;
}
</style>
background-color css
<style>
a { background-color: #46063B; }
a { background-color: rgb(70,6,59); }
div.DivClassName
{
background-color: #46063B;
}
.BgClassName
{
background-color: #46063B;
}
</style>
border-color css
<style>
span { border-color: #46063B; }
span { border-color: rgb(70,6,59); }
td.TdClassName
{
border-color: #46063B;
}
.TagClassName
{
border-color: #46063B;
}
</style>