Shades of Blackberry #46113C
Tints of Blackberry #46113C
RGB
CMYK
RGB Variations
Color information
#46113C (or 0x46113C) is known color: Blackberry. HEX triplet: 46, 11 and 3C. RGB value is (70,17,60). Sum of RGB (Red+Green+Blue) = 70+17+60=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46113C is #B9EEC3. Grayscale: #252525. Windows color (decimal): -12185284 or 3936582. OLE color: 3936582.
HSL color Cylindrical-coordinate representation of color #46113C: hue angle of 311.32º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46113C is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 60 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.73 |
| HSL | 311.32º | 0.61% | 0.17% | - |
| HSV(B) | 311.32º | 0.76% | 0.27% | - |
| XYZ | 3.54 | 2.03 | 4.48 | - |
| YUV | 37.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 60 | 0 | 0.76 | 0.14 | 0.73 | 311.32 | 0.61 | 0.17 |
| Hex | 46 | 11 | 3C | 0 | 4C | E | 49 | 137 | 3D | 11 |
| Octal | 106 | 21 | 74 | 0 | 114 | 16 | 111 | 467 | 75 | 21 |
| Binary | 1000110 | 10001 | 111100 | 0 | 1001100 | 1110 | 1001001 | 100110111 | 111101 | 10001 |
Color Harmonies of #46113C
Complementary color
Monochromatic Colors of #46113C
Black with #46113C
Text Example
Text Example
White with #46113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46113C; }
p { color: rgb(70,17,60); }
H1.HeaderClassName
{
color: #46113C;
}
.AnyTagClassName
{
color: #46113C;
}
</style>
background-color css
<style>
a { background-color: #46113C; }
a { background-color: rgb(70,17,60); }
div.DivClassName
{
background-color: #46113C;
}
.BgClassName
{
background-color: #46113C;
}
</style>
border-color css
<style>
span { border-color: #46113C; }
span { border-color: rgb(70,17,60); }
td.TdClassName
{
border-color: #46113C;
}
.TagClassName
{
border-color: #46113C;
}
</style>