Shades of Blackberry #460E2E
Tints of Blackberry #460E2E
RGB
CMYK
RGB Variations
Color information
#460E2E (or 0x460E2E) is known color: Blackberry. HEX triplet: 46, 0E and 2E. RGB value is (70,14,46). Sum of RGB (Red+Green+Blue) = 70+14+46=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #460E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E2E is #B9F1D1. Grayscale: #222222. Windows color (decimal): -12186066 or 3018310. OLE color: 3018310.
HSL color Cylindrical-coordinate representation of color #460E2E: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #460E2E is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 14 | 46 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.73 |
| HSL | 325.71º | 0.67% | 0.16% | - |
| HSV(B) | 325.71º | 0.8% | 0.27% | - |
| XYZ | 3.18 | 1.81 | 2.77 | - |
| YUV | 34.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 46 | 0 | 0.80 | 0.34 | 0.73 | 325.71 | 0.67 | 0.16 |
| Hex | 46 | E | 2E | 0 | 50 | 22 | 49 | 146 | 43 | 10 |
| Octal | 106 | 16 | 56 | 0 | 120 | 42 | 111 | 506 | 103 | 20 |
| Binary | 1000110 | 1110 | 101110 | 0 | 1010000 | 100010 | 1001001 | 101000110 | 1000011 | 10000 |
Color Harmonies of #460E2E
Complementary color
Monochromatic Colors of #460E2E
Black with #460E2E
Text Example
Text Example
White with #460E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E2E; }
p { color: rgb(70,14,46); }
H1.HeaderClassName
{
color: #460E2E;
}
.AnyTagClassName
{
color: #460E2E;
}
</style>
background-color css
<style>
a { background-color: #460E2E; }
a { background-color: rgb(70,14,46); }
div.DivClassName
{
background-color: #460E2E;
}
.BgClassName
{
background-color: #460E2E;
}
</style>
border-color css
<style>
span { border-color: #460E2E; }
span { border-color: rgb(70,14,46); }
td.TdClassName
{
border-color: #460E2E;
}
.TagClassName
{
border-color: #460E2E;
}
</style>