Shades of Blackberry #460E2A
Tints of Blackberry #460E2A
RGB
CMYK
RGB Variations
Color information
#460E2A (or 0x460E2A) is known color: Blackberry. HEX triplet: 46, 0E and 2A. RGB value is (70,14,42). Sum of RGB (Red+Green+Blue) = 70+14+42=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E2A is #B9F1D5. Grayscale: #212121. Windows color (decimal): -12186070 or 2756166. OLE color: 2756166.
HSL color Cylindrical-coordinate representation of color #460E2A: hue angle of 330º 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 #460E2A is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 14 | 42 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.73 |
| HSL | 330º | 0.67% | 0.16% | - |
| HSV(B) | 330º | 0.8% | 0.27% | - |
| XYZ | 3.1 | 1.78 | 2.37 | - |
| YUV | 33.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 42 | 0 | 0.80 | 0.40 | 0.73 | 330 | 0.67 | 0.16 |
| Hex | 46 | E | 2A | 0 | 50 | 28 | 49 | 14A | 43 | 10 |
| Octal | 106 | 16 | 52 | 0 | 120 | 50 | 111 | 512 | 103 | 20 |
| Binary | 1000110 | 1110 | 101010 | 0 | 1010000 | 101000 | 1001001 | 101001010 | 1000011 | 10000 |
Color Harmonies of #460E2A
Complementary color
Monochromatic Colors of #460E2A
Black with #460E2A
Text Example
Text Example
White with #460E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E2A; }
p { color: rgb(70,14,42); }
H1.HeaderClassName
{
color: #460E2A;
}
.AnyTagClassName
{
color: #460E2A;
}
</style>
background-color css
<style>
a { background-color: #460E2A; }
a { background-color: rgb(70,14,42); }
div.DivClassName
{
background-color: #460E2A;
}
.BgClassName
{
background-color: #460E2A;
}
</style>
border-color css
<style>
span { border-color: #460E2A; }
span { border-color: rgb(70,14,42); }
td.TdClassName
{
border-color: #460E2A;
}
.TagClassName
{
border-color: #460E2A;
}
</style>