Shades of Blackberry #460521
Tints of Blackberry #460521
RGB
CMYK
RGB Variations
Color information
#460521 (or 0x460521) is known color: Blackberry. HEX triplet: 46, 05 and 21. RGB value is (70,5,33). Sum of RGB (Red+Green+Blue) = 70+5+33=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #460521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460521 is #B9FADE. Grayscale: #1B1B1B. Windows color (decimal): -12188383 or 2164038. OLE color: 2164038.
HSL color Cylindrical-coordinate representation of color #460521: hue angle of 334.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460521 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 33 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.73 |
| HSL | 334.15º | 0.87% | 0.15% | - |
| HSV(B) | 334.15º | 0.93% | 0.27% | - |
| XYZ | 2.85 | 1.52 | 1.58 | - |
| YUV | 27.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 33 | 0 | 0.93 | 0.53 | 0.73 | 334.15 | 0.87 | 0.15 |
| Hex | 46 | 5 | 21 | 0 | 5D | 35 | 49 | 14E | 57 | F |
| Octal | 106 | 5 | 41 | 0 | 135 | 65 | 111 | 516 | 127 | 17 |
| Binary | 1000110 | 101 | 100001 | 0 | 1011101 | 110101 | 1001001 | 101001110 | 1010111 | 1111 |
Color Harmonies of #460521
Complementary color
Monochromatic Colors of #460521
Black with #460521
Text Example
Text Example
White with #460521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460521; }
p { color: rgb(70,5,33); }
H1.HeaderClassName
{
color: #460521;
}
.AnyTagClassName
{
color: #460521;
}
</style>
background-color css
<style>
a { background-color: #460521; }
a { background-color: rgb(70,5,33); }
div.DivClassName
{
background-color: #460521;
}
.BgClassName
{
background-color: #460521;
}
</style>
border-color css
<style>
span { border-color: #460521; }
span { border-color: rgb(70,5,33); }
td.TdClassName
{
border-color: #460521;
}
.TagClassName
{
border-color: #460521;
}
</style>