Shades of Blackberry #460E2B
Tints of Blackberry #460E2B
RGB
CMYK
RGB Variations
Color information
#460E2B (or 0x460E2B) is known color: Blackberry. HEX triplet: 46, 0E and 2B. RGB value is (70,14,43). Sum of RGB (Red+Green+Blue) = 70+14+43=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #460E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E2B is #B9F1D4. Grayscale: #212121. Windows color (decimal): -12186069 or 2821702. OLE color: 2821702.
HSL color Cylindrical-coordinate representation of color #460E2B: hue angle of 328.93º 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 #460E2B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 14 | 43 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.73 |
| HSL | 328.93º | 0.67% | 0.16% | - |
| HSV(B) | 328.93º | 0.8% | 0.27% | - |
| XYZ | 3.12 | 1.79 | 2.47 | - |
| YUV | 34.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 43 | 0 | 0.80 | 0.39 | 0.73 | 328.93 | 0.67 | 0.16 |
| Hex | 46 | E | 2B | 0 | 50 | 27 | 49 | 149 | 43 | 10 |
| Octal | 106 | 16 | 53 | 0 | 120 | 47 | 111 | 511 | 103 | 20 |
| Binary | 1000110 | 1110 | 101011 | 0 | 1010000 | 100111 | 1001001 | 101001001 | 1000011 | 10000 |
Color Harmonies of #460E2B
Complementary color
Monochromatic Colors of #460E2B
Black with #460E2B
Text Example
Text Example
White with #460E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E2B; }
p { color: rgb(70,14,43); }
H1.HeaderClassName
{
color: #460E2B;
}
.AnyTagClassName
{
color: #460E2B;
}
</style>
background-color css
<style>
a { background-color: #460E2B; }
a { background-color: rgb(70,14,43); }
div.DivClassName
{
background-color: #460E2B;
}
.BgClassName
{
background-color: #460E2B;
}
</style>
border-color css
<style>
span { border-color: #460E2B; }
span { border-color: rgb(70,14,43); }
td.TdClassName
{
border-color: #460E2B;
}
.TagClassName
{
border-color: #460E2B;
}
</style>