Shades of Blackberry #460020
Tints of Blackberry #460020
RGB
CMYK
RGB Variations
Color information
#460020 (or 0x460020) is known color: Blackberry. HEX triplet: 46, 00 and 20. RGB value is (70,0,32). Sum of RGB (Red+Green+Blue) = 70+0+32=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #460020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460020 is #B9FFDF. Grayscale: #181818. Windows color (decimal): -12189664 or 2097222. OLE color: 2097222.
HSL color Cylindrical-coordinate representation of color #460020: hue angle of 332.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460020 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.54 | 0.73 |
| HSL | 332.57º | 1% | 0.14% | - |
| HSV(B) | 332.57º | 1% | 0.27% | - |
| XYZ | 2.79 | 1.41 | 1.49 | - |
| YUV | 24.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 32 | 0 | 1 | 0.54 | 0.73 | 332.57 | 1 | 0.14 |
| Hex | 46 | 0 | 20 | 0 | 64 | 36 | 49 | 14D | 64 | E |
| Octal | 106 | 0 | 40 | 0 | 144 | 66 | 111 | 515 | 144 | 16 |
| Binary | 1000110 | 0 | 100000 | 0 | 1100100 | 110110 | 1001001 | 101001101 | 1100100 | 1110 |
Color Harmonies of #460020
Complementary color
Monochromatic Colors of #460020
Black with #460020
Text Example
Text Example
White with #460020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460020; }
p { color: rgb(70,0,32); }
H1.HeaderClassName
{
color: #460020;
}
.AnyTagClassName
{
color: #460020;
}
</style>
background-color css
<style>
a { background-color: #460020; }
a { background-color: rgb(70,0,32); }
div.DivClassName
{
background-color: #460020;
}
.BgClassName
{
background-color: #460020;
}
</style>
border-color css
<style>
span { border-color: #460020; }
span { border-color: rgb(70,0,32); }
td.TdClassName
{
border-color: #460020;
}
.TagClassName
{
border-color: #460020;
}
</style>