Shades of Blackberry #460828
Tints of Blackberry #460828
RGB
CMYK
RGB Variations
Color information
#460828 (or 0x460828) is known color: Blackberry. HEX triplet: 46, 08 and 28. RGB value is (70,8,40). Sum of RGB (Red+Green+Blue) = 70+8+40=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #460828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460828 is #B9F7D7. Grayscale: #1E1E1E. Windows color (decimal): -12187608 or 2623558. OLE color: 2623558.
HSL color Cylindrical-coordinate representation of color #460828: hue angle of 329.03º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460828 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 40 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.73 |
| HSL | 329.03º | 0.79% | 0.15% | - |
| HSV(B) | 329.03º | 0.89% | 0.27% | - |
| XYZ | 3 | 1.63 | 2.16 | - |
| YUV | 30.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 40 | 0 | 0.89 | 0.43 | 0.73 | 329.03 | 0.79 | 0.15 |
| Hex | 46 | 8 | 28 | 0 | 59 | 2B | 49 | 149 | 4F | F |
| Octal | 106 | 10 | 50 | 0 | 131 | 53 | 111 | 511 | 117 | 17 |
| Binary | 1000110 | 1000 | 101000 | 0 | 1011001 | 101011 | 1001001 | 101001001 | 1001111 | 1111 |
Color Harmonies of #460828
Complementary color
Monochromatic Colors of #460828
Black with #460828
Text Example
Text Example
White with #460828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460828; }
p { color: rgb(70,8,40); }
H1.HeaderClassName
{
color: #460828;
}
.AnyTagClassName
{
color: #460828;
}
</style>
background-color css
<style>
a { background-color: #460828; }
a { background-color: rgb(70,8,40); }
div.DivClassName
{
background-color: #460828;
}
.BgClassName
{
background-color: #460828;
}
</style>
border-color css
<style>
span { border-color: #460828; }
span { border-color: rgb(70,8,40); }
td.TdClassName
{
border-color: #460828;
}
.TagClassName
{
border-color: #460828;
}
</style>