Shades of Blackberry #46132A
Tints of Blackberry #46132A
RGB
CMYK
RGB Variations
Color information
#46132A (or 0x46132A) is known color: Blackberry. HEX triplet: 46, 13 and 2A. RGB value is (70,19,42). Sum of RGB (Red+Green+Blue) = 70+19+42=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46132A is #B9ECD5. Grayscale: #242424. Windows color (decimal): -12184790 or 2757446. OLE color: 2757446.
HSL color Cylindrical-coordinate representation of color #46132A: hue angle of 332.94º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46132A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 19 | 42 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.73 |
| HSL | 332.94º | 0.57% | 0.17% | - |
| HSV(B) | 332.94º | 0.73% | 0.27% | - |
| XYZ | 3.18 | 1.94 | 2.4 | - |
| YUV | 36.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 42 | 0 | 0.73 | 0.40 | 0.73 | 332.94 | 0.57 | 0.17 |
| Hex | 46 | 13 | 2A | 0 | 49 | 28 | 49 | 14D | 39 | 11 |
| Octal | 106 | 23 | 52 | 0 | 111 | 50 | 111 | 515 | 71 | 21 |
| Binary | 1000110 | 10011 | 101010 | 0 | 1001001 | 101000 | 1001001 | 101001101 | 111001 | 10001 |
Color Harmonies of #46132A
Complementary color
Monochromatic Colors of #46132A
Black with #46132A
Text Example
Text Example
White with #46132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46132A; }
p { color: rgb(70,19,42); }
H1.HeaderClassName
{
color: #46132A;
}
.AnyTagClassName
{
color: #46132A;
}
</style>
background-color css
<style>
a { background-color: #46132A; }
a { background-color: rgb(70,19,42); }
div.DivClassName
{
background-color: #46132A;
}
.BgClassName
{
background-color: #46132A;
}
</style>
border-color css
<style>
span { border-color: #46132A; }
span { border-color: rgb(70,19,42); }
td.TdClassName
{
border-color: #46132A;
}
.TagClassName
{
border-color: #46132A;
}
</style>