Shades of Blackberry #460120
Tints of Blackberry #460120
RGB
CMYK
RGB Variations
Color information
#460120 (or 0x460120) is known color: Blackberry. HEX triplet: 46, 01 and 20. RGB value is (70,1,32). Sum of RGB (Red+Green+Blue) = 70+1+32=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #460120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460120 is #B9FEDF. Grayscale: #191919. Windows color (decimal): -12189408 or 2097478. OLE color: 2097478.
HSL color Cylindrical-coordinate representation of color #460120: hue angle of 333.04º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460120 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.73 |
| HSL | 333.04º | 0.97% | 0.14% | - |
| HSV(B) | 333.04º | 0.99% | 0.27% | - |
| XYZ | 2.8 | 1.43 | 1.49 | - |
| YUV | 25.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 32 | 0 | 0.99 | 0.54 | 0.73 | 333.04 | 0.97 | 0.14 |
| Hex | 46 | 1 | 20 | 0 | 63 | 36 | 49 | 14D | 61 | E |
| Octal | 106 | 1 | 40 | 0 | 143 | 66 | 111 | 515 | 141 | 16 |
| Binary | 1000110 | 1 | 100000 | 0 | 1100011 | 110110 | 1001001 | 101001101 | 1100001 | 1110 |
Color Harmonies of #460120
Complementary color
Monochromatic Colors of #460120
Black with #460120
Text Example
Text Example
White with #460120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460120; }
p { color: rgb(70,1,32); }
H1.HeaderClassName
{
color: #460120;
}
.AnyTagClassName
{
color: #460120;
}
</style>
background-color css
<style>
a { background-color: #460120; }
a { background-color: rgb(70,1,32); }
div.DivClassName
{
background-color: #460120;
}
.BgClassName
{
background-color: #460120;
}
</style>
border-color css
<style>
span { border-color: #460120; }
span { border-color: rgb(70,1,32); }
td.TdClassName
{
border-color: #460120;
}
.TagClassName
{
border-color: #460120;
}
</style>