Shades of Blackberry #46123B
Tints of Blackberry #46123B
RGB
CMYK
RGB Variations
Color information
#46123B (or 0x46123B) is known color: Blackberry. HEX triplet: 46, 12 and 3B. RGB value is (70,18,59). Sum of RGB (Red+Green+Blue) = 70+18+59=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46123B is #B9EDC4. Grayscale: #262626. Windows color (decimal): -12185029 or 3871302. OLE color: 3871302.
HSL color Cylindrical-coordinate representation of color #46123B: hue angle of 312.69º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46123B is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 59 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.73 |
| HSL | 312.69º | 0.59% | 0.17% | - |
| HSV(B) | 312.69º | 0.74% | 0.27% | - |
| XYZ | 3.53 | 2.05 | 4.35 | - |
| YUV | 38.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 59 | 0 | 0.74 | 0.16 | 0.73 | 312.69 | 0.59 | 0.17 |
| Hex | 46 | 12 | 3B | 0 | 4A | 10 | 49 | 139 | 3B | 11 |
| Octal | 106 | 22 | 73 | 0 | 112 | 20 | 111 | 471 | 73 | 21 |
| Binary | 1000110 | 10010 | 111011 | 0 | 1001010 | 10000 | 1001001 | 100111001 | 111011 | 10001 |
Color Harmonies of #46123B
Complementary color
Monochromatic Colors of #46123B
Black with #46123B
Text Example
Text Example
White with #46123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46123B; }
p { color: rgb(70,18,59); }
H1.HeaderClassName
{
color: #46123B;
}
.AnyTagClassName
{
color: #46123B;
}
</style>
background-color css
<style>
a { background-color: #46123B; }
a { background-color: rgb(70,18,59); }
div.DivClassName
{
background-color: #46123B;
}
.BgClassName
{
background-color: #46123B;
}
</style>
border-color css
<style>
span { border-color: #46123B; }
span { border-color: rgb(70,18,59); }
td.TdClassName
{
border-color: #46123B;
}
.TagClassName
{
border-color: #46123B;
}
</style>