Shades of Blackberry #46152F
Tints of Blackberry #46152F
RGB
CMYK
RGB Variations
Color information
#46152F (or 0x46152F) is known color: Blackberry. HEX triplet: 46, 15 and 2F. RGB value is (70,21,47). Sum of RGB (Red+Green+Blue) = 70+21+47=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152F is #B9EAD0. Grayscale: #262626. Windows color (decimal): -12184273 or 3085638. OLE color: 3085638.
HSL color Cylindrical-coordinate representation of color #46152F: hue angle of 328.16º 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 #46152F is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 47 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.73 |
| HSL | 328.16º | 0.54% | 0.18% | - |
| HSV(B) | 328.16º | 0.7% | 0.27% | - |
| XYZ | 3.31 | 2.04 | 2.91 | - |
| YUV | 38.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 47 | 0 | 0.70 | 0.33 | 0.73 | 328.16 | 0.54 | 0.18 |
| Hex | 46 | 15 | 2F | 0 | 46 | 21 | 49 | 148 | 36 | 12 |
| Octal | 106 | 25 | 57 | 0 | 106 | 41 | 111 | 510 | 66 | 22 |
| Binary | 1000110 | 10101 | 101111 | 0 | 1000110 | 100001 | 1001001 | 101001000 | 110110 | 10010 |
Color Harmonies of #46152F
Complementary color
Monochromatic Colors of #46152F
Black with #46152F
Text Example
Text Example
White with #46152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46152F; }
p { color: rgb(70,21,47); }
H1.HeaderClassName
{
color: #46152F;
}
.AnyTagClassName
{
color: #46152F;
}
</style>
background-color css
<style>
a { background-color: #46152F; }
a { background-color: rgb(70,21,47); }
div.DivClassName
{
background-color: #46152F;
}
.BgClassName
{
background-color: #46152F;
}
</style>
border-color css
<style>
span { border-color: #46152F; }
span { border-color: rgb(70,21,47); }
td.TdClassName
{
border-color: #46152F;
}
.TagClassName
{
border-color: #46152F;
}
</style>