Shades of Blackberry #46061E
Tints of Blackberry #46061E
RGB
CMYK
RGB Variations
Color information
#46061E (or 0x46061E) is known color: Blackberry. HEX triplet: 46, 06 and 1E. RGB value is (70,6,30). Sum of RGB (Red+Green+Blue) = 70+6+30=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46061E is #B9F9E1. Grayscale: #1B1B1B. Windows color (decimal): -12188130 or 1967686. OLE color: 1967686.
HSL color Cylindrical-coordinate representation of color #46061E: hue angle of 337.5º 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 #46061E is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 30 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.73 |
| HSL | 337.5º | 0.84% | 0.15% | - |
| HSV(B) | 337.5º | 0.91% | 0.27% | - |
| XYZ | 2.83 | 1.53 | 1.37 | - |
| YUV | 27.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 30 | 0 | 0.91 | 0.57 | 0.73 | 337.5 | 0.84 | 0.15 |
| Hex | 46 | 6 | 1E | 0 | 5B | 39 | 49 | 152 | 54 | F |
| Octal | 106 | 6 | 36 | 0 | 133 | 71 | 111 | 522 | 124 | 17 |
| Binary | 1000110 | 110 | 11110 | 0 | 1011011 | 111001 | 1001001 | 101010010 | 1010100 | 1111 |
Color Harmonies of #46061E
Complementary color
Monochromatic Colors of #46061E
Black with #46061E
Text Example
Text Example
White with #46061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46061E; }
p { color: rgb(70,6,30); }
H1.HeaderClassName
{
color: #46061E;
}
.AnyTagClassName
{
color: #46061E;
}
</style>
background-color css
<style>
a { background-color: #46061E; }
a { background-color: rgb(70,6,30); }
div.DivClassName
{
background-color: #46061E;
}
.BgClassName
{
background-color: #46061E;
}
</style>
border-color css
<style>
span { border-color: #46061E; }
span { border-color: rgb(70,6,30); }
td.TdClassName
{
border-color: #46061E;
}
.TagClassName
{
border-color: #46061E;
}
</style>