Shades of Blackberry #46102E
Tints of Blackberry #46102E
RGB
CMYK
RGB Variations
Color information
#46102E (or 0x46102E) is known color: Blackberry. HEX triplet: 46, 10 and 2E. RGB value is (70,16,46). Sum of RGB (Red+Green+Blue) = 70+16+46=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46102E is #B9EFD1. Grayscale: #232323. Windows color (decimal): -12185554 or 3018822. OLE color: 3018822.
HSL color Cylindrical-coordinate representation of color #46102E: hue angle of 326.67º 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 #46102E is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 16 | 46 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.73 |
| HSL | 326.67º | 0.63% | 0.17% | - |
| HSV(B) | 326.67º | 0.77% | 0.27% | - |
| XYZ | 3.2 | 1.87 | 2.78 | - |
| YUV | 35.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 46 | 0 | 0.77 | 0.34 | 0.73 | 326.67 | 0.63 | 0.17 |
| Hex | 46 | 10 | 2E | 0 | 4D | 22 | 49 | 147 | 3F | 11 |
| Octal | 106 | 20 | 56 | 0 | 115 | 42 | 111 | 507 | 77 | 21 |
| Binary | 1000110 | 10000 | 101110 | 0 | 1001101 | 100010 | 1001001 | 101000111 | 111111 | 10001 |
Color Harmonies of #46102E
Complementary color
Monochromatic Colors of #46102E
Black with #46102E
Text Example
Text Example
White with #46102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46102E; }
p { color: rgb(70,16,46); }
H1.HeaderClassName
{
color: #46102E;
}
.AnyTagClassName
{
color: #46102E;
}
</style>
background-color css
<style>
a { background-color: #46102E; }
a { background-color: rgb(70,16,46); }
div.DivClassName
{
background-color: #46102E;
}
.BgClassName
{
background-color: #46102E;
}
</style>
border-color css
<style>
span { border-color: #46102E; }
span { border-color: rgb(70,16,46); }
td.TdClassName
{
border-color: #46102E;
}
.TagClassName
{
border-color: #46102E;
}
</style>