Shades of Blackberry #46092A
Tints of Blackberry #46092A
RGB
CMYK
RGB Variations
Color information
#46092A (or 0x46092A) is known color: Blackberry. HEX triplet: 46, 09 and 2A. RGB value is (70,9,42). Sum of RGB (Red+Green+Blue) = 70+9+42=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46092A is #B9F6D5. Grayscale: #1E1E1E. Windows color (decimal): -12187350 or 2754886. OLE color: 2754886.
HSL color Cylindrical-coordinate representation of color #46092A: hue angle of 327.54º 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 #46092A is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 42 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.73 |
| HSL | 327.54º | 0.77% | 0.15% | - |
| HSV(B) | 327.54º | 0.87% | 0.27% | - |
| XYZ | 3.04 | 1.66 | 2.35 | - |
| YUV | 31 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 42 | 0 | 0.87 | 0.40 | 0.73 | 327.54 | 0.77 | 0.15 |
| Hex | 46 | 9 | 2A | 0 | 57 | 28 | 49 | 148 | 4D | F |
| Octal | 106 | 11 | 52 | 0 | 127 | 50 | 111 | 510 | 115 | 17 |
| Binary | 1000110 | 1001 | 101010 | 0 | 1010111 | 101000 | 1001001 | 101001000 | 1001101 | 1111 |
Color Harmonies of #46092A
Complementary color
Monochromatic Colors of #46092A
Black with #46092A
Text Example
Text Example
White with #46092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46092A; }
p { color: rgb(70,9,42); }
H1.HeaderClassName
{
color: #46092A;
}
.AnyTagClassName
{
color: #46092A;
}
</style>
background-color css
<style>
a { background-color: #46092A; }
a { background-color: rgb(70,9,42); }
div.DivClassName
{
background-color: #46092A;
}
.BgClassName
{
background-color: #46092A;
}
</style>
border-color css
<style>
span { border-color: #46092A; }
span { border-color: rgb(70,9,42); }
td.TdClassName
{
border-color: #46092A;
}
.TagClassName
{
border-color: #46092A;
}
</style>