Shades of Blackberry #460A20
Tints of Blackberry #460A20
RGB
CMYK
RGB Variations
Color information
#460A20 (or 0x460A20) is known color: Blackberry. HEX triplet: 46, 0A and 20. RGB value is (70,10,32). Sum of RGB (Red+Green+Blue) = 70+10+32=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #460A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A20 is #B9F5DF. Grayscale: #1E1E1E. Windows color (decimal): -12187104 or 2099782. OLE color: 2099782.
HSL color Cylindrical-coordinate representation of color #460A20: hue angle of 338º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A20 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 32 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.73 |
| HSL | 338º | 0.75% | 0.16% | - |
| HSV(B) | 338º | 0.86% | 0.27% | - |
| XYZ | 2.9 | 1.62 | 1.53 | - |
| YUV | 30.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 32 | 0 | 0.86 | 0.54 | 0.73 | 338 | 0.75 | 0.16 |
| Hex | 46 | A | 20 | 0 | 56 | 36 | 49 | 152 | 4B | 10 |
| Octal | 106 | 12 | 40 | 0 | 126 | 66 | 111 | 522 | 113 | 20 |
| Binary | 1000110 | 1010 | 100000 | 0 | 1010110 | 110110 | 1001001 | 101010010 | 1001011 | 10000 |
Color Harmonies of #460A20
Complementary color
Monochromatic Colors of #460A20
Black with #460A20
Text Example
Text Example
White with #460A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A20; }
p { color: rgb(70,10,32); }
H1.HeaderClassName
{
color: #460A20;
}
.AnyTagClassName
{
color: #460A20;
}
</style>
background-color css
<style>
a { background-color: #460A20; }
a { background-color: rgb(70,10,32); }
div.DivClassName
{
background-color: #460A20;
}
.BgClassName
{
background-color: #460A20;
}
</style>
border-color css
<style>
span { border-color: #460A20; }
span { border-color: rgb(70,10,32); }
td.TdClassName
{
border-color: #460A20;
}
.TagClassName
{
border-color: #460A20;
}
</style>