Shades of Blackberry #460E24
Tints of Blackberry #460E24
RGB
CMYK
RGB Variations
Color information
#460E24 (or 0x460E24) is known color: Blackberry. HEX triplet: 46, 0E and 24. RGB value is (70,14,36). Sum of RGB (Red+Green+Blue) = 70+14+36=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #460E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E24 is #B9F1DB. Grayscale: #212121. Windows color (decimal): -12186076 or 2362950. OLE color: 2362950.
HSL color Cylindrical-coordinate representation of color #460E24: hue angle of 336.43º 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 #460E24 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 14 | 36 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.73 |
| HSL | 336.43º | 0.67% | 0.16% | - |
| HSV(B) | 336.43º | 0.8% | 0.27% | - |
| XYZ | 3 | 1.74 | 1.85 | - |
| YUV | 33.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 36 | 0 | 0.80 | 0.49 | 0.73 | 336.43 | 0.67 | 0.16 |
| Hex | 46 | E | 24 | 0 | 50 | 31 | 49 | 150 | 43 | 10 |
| Octal | 106 | 16 | 44 | 0 | 120 | 61 | 111 | 520 | 103 | 20 |
| Binary | 1000110 | 1110 | 100100 | 0 | 1010000 | 110001 | 1001001 | 101010000 | 1000011 | 10000 |
Color Harmonies of #460E24
Complementary color
Monochromatic Colors of #460E24
Black with #460E24
Text Example
Text Example
White with #460E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E24; }
p { color: rgb(70,14,36); }
H1.HeaderClassName
{
color: #460E24;
}
.AnyTagClassName
{
color: #460E24;
}
</style>
background-color css
<style>
a { background-color: #460E24; }
a { background-color: rgb(70,14,36); }
div.DivClassName
{
background-color: #460E24;
}
.BgClassName
{
background-color: #460E24;
}
</style>
border-color css
<style>
span { border-color: #460E24; }
span { border-color: rgb(70,14,36); }
td.TdClassName
{
border-color: #460E24;
}
.TagClassName
{
border-color: #460E24;
}
</style>