Shades of Blackberry #46062D
Tints of Blackberry #46062D
RGB
CMYK
RGB Variations
Color information
#46062D (or 0x46062D) is known color: Blackberry. HEX triplet: 46, 06 and 2D. RGB value is (70,6,45). Sum of RGB (Red+Green+Blue) = 70+6+45=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46062D is #B9F9D2. Grayscale: #1D1D1D. Windows color (decimal): -12188115 or 2950726. OLE color: 2950726.
HSL color Cylindrical-coordinate representation of color #46062D: hue angle of 323.44º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46062D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 45 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.73 |
| HSL | 323.44º | 0.84% | 0.15% | - |
| HSV(B) | 323.44º | 0.91% | 0.27% | - |
| XYZ | 3.06 | 1.62 | 2.63 | - |
| YUV | 29.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 45 | 0 | 0.91 | 0.36 | 0.73 | 323.44 | 0.84 | 0.15 |
| Hex | 46 | 6 | 2D | 0 | 5B | 24 | 49 | 143 | 54 | F |
| Octal | 106 | 6 | 55 | 0 | 133 | 44 | 111 | 503 | 124 | 17 |
| Binary | 1000110 | 110 | 101101 | 0 | 1011011 | 100100 | 1001001 | 101000011 | 1010100 | 1111 |
Color Harmonies of #46062D
Complementary color
Monochromatic Colors of #46062D
Black with #46062D
Text Example
Text Example
White with #46062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46062D; }
p { color: rgb(70,6,45); }
H1.HeaderClassName
{
color: #46062D;
}
.AnyTagClassName
{
color: #46062D;
}
</style>
background-color css
<style>
a { background-color: #46062D; }
a { background-color: rgb(70,6,45); }
div.DivClassName
{
background-color: #46062D;
}
.BgClassName
{
background-color: #46062D;
}
</style>
border-color css
<style>
span { border-color: #46062D; }
span { border-color: rgb(70,6,45); }
td.TdClassName
{
border-color: #46062D;
}
.TagClassName
{
border-color: #46062D;
}
</style>