Shades of Blackberry #46052E
Tints of Blackberry #46052E
RGB
CMYK
RGB Variations
Color information
#46052E (or 0x46052E) is known color: Blackberry. HEX triplet: 46, 05 and 2E. RGB value is (70,5,46). Sum of RGB (Red+Green+Blue) = 70+5+46=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46052E is #B9FAD1. Grayscale: #1D1D1D. Windows color (decimal): -12188370 or 3016006. OLE color: 3016006.
HSL color Cylindrical-coordinate representation of color #46052E: hue angle of 322.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46052E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 46 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.73 |
| HSL | 322.15º | 0.87% | 0.15% | - |
| HSV(B) | 322.15º | 0.93% | 0.27% | - |
| XYZ | 3.07 | 1.61 | 2.73 | - |
| YUV | 29.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 46 | 0 | 0.93 | 0.34 | 0.73 | 322.15 | 0.87 | 0.15 |
| Hex | 46 | 5 | 2E | 0 | 5D | 22 | 49 | 142 | 57 | F |
| Octal | 106 | 5 | 56 | 0 | 135 | 42 | 111 | 502 | 127 | 17 |
| Binary | 1000110 | 101 | 101110 | 0 | 1011101 | 100010 | 1001001 | 101000010 | 1010111 | 1111 |
Color Harmonies of #46052E
Complementary color
Monochromatic Colors of #46052E
Black with #46052E
Text Example
Text Example
White with #46052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46052E; }
p { color: rgb(70,5,46); }
H1.HeaderClassName
{
color: #46052E;
}
.AnyTagClassName
{
color: #46052E;
}
</style>
background-color css
<style>
a { background-color: #46052E; }
a { background-color: rgb(70,5,46); }
div.DivClassName
{
background-color: #46052E;
}
.BgClassName
{
background-color: #46052E;
}
</style>
border-color css
<style>
span { border-color: #46052E; }
span { border-color: rgb(70,5,46); }
td.TdClassName
{
border-color: #46052E;
}
.TagClassName
{
border-color: #46052E;
}
</style>