Shades of Blackberry #460721
Tints of Blackberry #460721
RGB
CMYK
RGB Variations
Color information
#460721 (or 0x460721) is known color: Blackberry. HEX triplet: 46, 07 and 21. RGB value is (70,7,33). Sum of RGB (Red+Green+Blue) = 70+7+33=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460721 is #B9F8DE. Grayscale: #1C1C1C. Windows color (decimal): -12187871 or 2164550. OLE color: 2164550.
HSL color Cylindrical-coordinate representation of color #460721: hue angle of 335.24º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460721 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 33 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.73 |
| HSL | 335.24º | 0.82% | 0.15% | - |
| HSV(B) | 335.24º | 0.9% | 0.27% | - |
| XYZ | 2.88 | 1.56 | 1.59 | - |
| YUV | 28.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 33 | 0 | 0.90 | 0.53 | 0.73 | 335.24 | 0.82 | 0.15 |
| Hex | 46 | 7 | 21 | 0 | 5A | 35 | 49 | 14F | 52 | F |
| Octal | 106 | 7 | 41 | 0 | 132 | 65 | 111 | 517 | 122 | 17 |
| Binary | 1000110 | 111 | 100001 | 0 | 1011010 | 110101 | 1001001 | 101001111 | 1010010 | 1111 |
Color Harmonies of #460721
Complementary color
Monochromatic Colors of #460721
Black with #460721
Text Example
Text Example
White with #460721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460721; }
p { color: rgb(70,7,33); }
H1.HeaderClassName
{
color: #460721;
}
.AnyTagClassName
{
color: #460721;
}
</style>
background-color css
<style>
a { background-color: #460721; }
a { background-color: rgb(70,7,33); }
div.DivClassName
{
background-color: #460721;
}
.BgClassName
{
background-color: #460721;
}
</style>
border-color css
<style>
span { border-color: #460721; }
span { border-color: rgb(70,7,33); }
td.TdClassName
{
border-color: #460721;
}
.TagClassName
{
border-color: #460721;
}
</style>