Shades of Blackberry #46102B
Tints of Blackberry #46102B
RGB
CMYK
RGB Variations
Color information
#46102B (or 0x46102B) is known color: Blackberry. HEX triplet: 46, 10 and 2B. RGB value is (70,16,43). Sum of RGB (Red+Green+Blue) = 70+16+43=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #46102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46102B is #B9EFD4. Grayscale: #232323. Windows color (decimal): -12185557 or 2822214. OLE color: 2822214.
HSL color Cylindrical-coordinate representation of color #46102B: hue angle of 330º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46102B is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 16 | 43 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.73 |
| HSL | 330º | 0.63% | 0.17% | - |
| HSV(B) | 330º | 0.77% | 0.27% | - |
| XYZ | 3.15 | 1.85 | 2.48 | - |
| YUV | 35.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 43 | 0 | 0.77 | 0.39 | 0.73 | 330 | 0.63 | 0.17 |
| Hex | 46 | 10 | 2B | 0 | 4D | 27 | 49 | 14A | 3F | 11 |
| Octal | 106 | 20 | 53 | 0 | 115 | 47 | 111 | 512 | 77 | 21 |
| Binary | 1000110 | 10000 | 101011 | 0 | 1001101 | 100111 | 1001001 | 101001010 | 111111 | 10001 |
Color Harmonies of #46102B
Complementary color
Monochromatic Colors of #46102B
Black with #46102B
Text Example
Text Example
White with #46102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46102B; }
p { color: rgb(70,16,43); }
H1.HeaderClassName
{
color: #46102B;
}
.AnyTagClassName
{
color: #46102B;
}
</style>
background-color css
<style>
a { background-color: #46102B; }
a { background-color: rgb(70,16,43); }
div.DivClassName
{
background-color: #46102B;
}
.BgClassName
{
background-color: #46102B;
}
</style>
border-color css
<style>
span { border-color: #46102B; }
span { border-color: rgb(70,16,43); }
td.TdClassName
{
border-color: #46102B;
}
.TagClassName
{
border-color: #46102B;
}
</style>