Shades of Blackberry #46152A
Tints of Blackberry #46152A
RGB
CMYK
RGB Variations
Color information
#46152A (or 0x46152A) is known color: Blackberry. HEX triplet: 46, 15 and 2A. RGB value is (70,21,42). Sum of RGB (Red+Green+Blue) = 70+21+42=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152A is #B9EAD5. Grayscale: #262626. Windows color (decimal): -12184278 or 2757958. OLE color: 2757958.
HSL color Cylindrical-coordinate representation of color #46152A: hue angle of 334.29º 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 #46152A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 42 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.73 |
| HSL | 334.29º | 0.54% | 0.18% | - |
| HSV(B) | 334.29º | 0.7% | 0.27% | - |
| XYZ | 3.21 | 2.01 | 2.41 | - |
| YUV | 38.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 42 | 0 | 0.70 | 0.40 | 0.73 | 334.29 | 0.54 | 0.18 |
| Hex | 46 | 15 | 2A | 0 | 46 | 28 | 49 | 14E | 36 | 12 |
| Octal | 106 | 25 | 52 | 0 | 106 | 50 | 111 | 516 | 66 | 22 |
| Binary | 1000110 | 10101 | 101010 | 0 | 1000110 | 101000 | 1001001 | 101001110 | 110110 | 10010 |
Color Harmonies of #46152A
Complementary color
Monochromatic Colors of #46152A
Black with #46152A
Text Example
Text Example
White with #46152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46152A; }
p { color: rgb(70,21,42); }
H1.HeaderClassName
{
color: #46152A;
}
.AnyTagClassName
{
color: #46152A;
}
</style>
background-color css
<style>
a { background-color: #46152A; }
a { background-color: rgb(70,21,42); }
div.DivClassName
{
background-color: #46152A;
}
.BgClassName
{
background-color: #46152A;
}
</style>
border-color css
<style>
span { border-color: #46152A; }
span { border-color: rgb(70,21,42); }
td.TdClassName
{
border-color: #46152A;
}
.TagClassName
{
border-color: #46152A;
}
</style>