Shades of Blackberry #46102C
Tints of Blackberry #46102C
RGB
CMYK
RGB Variations
Color information
#46102C (or 0x46102C) is known color: Blackberry. HEX triplet: 46, 10 and 2C. RGB value is (70,16,44). Sum of RGB (Red+Green+Blue) = 70+16+44=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46102C is #B9EFD3. Grayscale: #232323. Windows color (decimal): -12185556 or 2887750. OLE color: 2887750.
HSL color Cylindrical-coordinate representation of color #46102C: hue angle of 328.89º 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 #46102C is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 16 | 44 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.73 |
| HSL | 328.89º | 0.63% | 0.17% | - |
| HSV(B) | 328.89º | 0.77% | 0.27% | - |
| XYZ | 3.17 | 1.85 | 2.57 | - |
| YUV | 35.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 44 | 0 | 0.77 | 0.37 | 0.73 | 328.89 | 0.63 | 0.17 |
| Hex | 46 | 10 | 2C | 0 | 4D | 25 | 49 | 149 | 3F | 11 |
| Octal | 106 | 20 | 54 | 0 | 115 | 45 | 111 | 511 | 77 | 21 |
| Binary | 1000110 | 10000 | 101100 | 0 | 1001101 | 100101 | 1001001 | 101001001 | 111111 | 10001 |
Color Harmonies of #46102C
Complementary color
Monochromatic Colors of #46102C
Black with #46102C
Text Example
Text Example
White with #46102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46102C; }
p { color: rgb(70,16,44); }
H1.HeaderClassName
{
color: #46102C;
}
.AnyTagClassName
{
color: #46102C;
}
</style>
background-color css
<style>
a { background-color: #46102C; }
a { background-color: rgb(70,16,44); }
div.DivClassName
{
background-color: #46102C;
}
.BgClassName
{
background-color: #46102C;
}
</style>
border-color css
<style>
span { border-color: #46102C; }
span { border-color: rgb(70,16,44); }
td.TdClassName
{
border-color: #46102C;
}
.TagClassName
{
border-color: #46102C;
}
</style>