Shades of Blackberry #46092E
Tints of Blackberry #46092E
RGB
CMYK
RGB Variations
Color information
#46092E (or 0x46092E) is known color: Blackberry. HEX triplet: 46, 09 and 2E. RGB value is (70,9,46). Sum of RGB (Red+Green+Blue) = 70+9+46=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #46092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46092E is #B9F6D1. Grayscale: #1F1F1F. Windows color (decimal): -12187346 or 3017030. OLE color: 3017030.
HSL color Cylindrical-coordinate representation of color #46092E: hue angle of 323.61º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46092E is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 46 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.73 |
| HSL | 323.61º | 0.77% | 0.15% | - |
| HSV(B) | 323.61º | 0.87% | 0.27% | - |
| XYZ | 3.12 | 1.69 | 2.75 | - |
| YUV | 31.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 46 | 0 | 0.87 | 0.34 | 0.73 | 323.61 | 0.77 | 0.15 |
| Hex | 46 | 9 | 2E | 0 | 57 | 22 | 49 | 144 | 4D | F |
| Octal | 106 | 11 | 56 | 0 | 127 | 42 | 111 | 504 | 115 | 17 |
| Binary | 1000110 | 1001 | 101110 | 0 | 1010111 | 100010 | 1001001 | 101000100 | 1001101 | 1111 |
Color Harmonies of #46092E
Complementary color
Monochromatic Colors of #46092E
Black with #46092E
Text Example
Text Example
White with #46092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46092E; }
p { color: rgb(70,9,46); }
H1.HeaderClassName
{
color: #46092E;
}
.AnyTagClassName
{
color: #46092E;
}
</style>
background-color css
<style>
a { background-color: #46092E; }
a { background-color: rgb(70,9,46); }
div.DivClassName
{
background-color: #46092E;
}
.BgClassName
{
background-color: #46092E;
}
</style>
border-color css
<style>
span { border-color: #46092E; }
span { border-color: rgb(70,9,46); }
td.TdClassName
{
border-color: #46092E;
}
.TagClassName
{
border-color: #46092E;
}
</style>