Shades of Blackberry #46152B
Tints of Blackberry #46152B
RGB
CMYK
RGB Variations
Color information
#46152B (or 0x46152B) is known color: Blackberry. HEX triplet: 46, 15 and 2B. RGB value is (70,21,43). Sum of RGB (Red+Green+Blue) = 70+21+43=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46152B is #B9EAD4. Grayscale: #262626. Windows color (decimal): -12184277 or 2823494. OLE color: 2823494.
HSL color Cylindrical-coordinate representation of color #46152B: hue angle of 333.06º 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 #46152B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 43 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.73 |
| HSL | 333.06º | 0.54% | 0.18% | - |
| HSV(B) | 333.06º | 0.7% | 0.27% | - |
| XYZ | 3.23 | 2.01 | 2.5 | - |
| YUV | 38.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 43 | 0 | 0.70 | 0.39 | 0.73 | 333.06 | 0.54 | 0.18 |
| Hex | 46 | 15 | 2B | 0 | 46 | 27 | 49 | 14D | 36 | 12 |
| Octal | 106 | 25 | 53 | 0 | 106 | 47 | 111 | 515 | 66 | 22 |
| Binary | 1000110 | 10101 | 101011 | 0 | 1000110 | 100111 | 1001001 | 101001101 | 110110 | 10010 |
Color Harmonies of #46152B
Complementary color
Monochromatic Colors of #46152B
Black with #46152B
Text Example
Text Example
White with #46152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46152B; }
p { color: rgb(70,21,43); }
H1.HeaderClassName
{
color: #46152B;
}
.AnyTagClassName
{
color: #46152B;
}
</style>
background-color css
<style>
a { background-color: #46152B; }
a { background-color: rgb(70,21,43); }
div.DivClassName
{
background-color: #46152B;
}
.BgClassName
{
background-color: #46152B;
}
</style>
border-color css
<style>
span { border-color: #46152B; }
span { border-color: rgb(70,21,43); }
td.TdClassName
{
border-color: #46152B;
}
.TagClassName
{
border-color: #46152B;
}
</style>