Shades of Blackberry #460321
Tints of Blackberry #460321
RGB
CMYK
RGB Variations
Color information
#460321 (or 0x460321) is known color: Blackberry. HEX triplet: 46, 03 and 21. RGB value is (70,3,33). Sum of RGB (Red+Green+Blue) = 70+3+33=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #460321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460321 is #B9FCDE. Grayscale: #1A1A1A. Windows color (decimal): -12188895 or 2163526. OLE color: 2163526.
HSL color Cylindrical-coordinate representation of color #460321: hue angle of 333.13º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460321 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 3 | 33 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.73 |
| HSL | 333.13º | 0.92% | 0.14% | - |
| HSV(B) | 333.13º | 0.96% | 0.27% | - |
| XYZ | 2.83 | 1.48 | 1.57 | - |
| YUV | 26.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 33 | 0 | 0.96 | 0.53 | 0.73 | 333.13 | 0.92 | 0.14 |
| Hex | 46 | 3 | 21 | 0 | 60 | 35 | 49 | 14D | 5C | E |
| Octal | 106 | 3 | 41 | 0 | 140 | 65 | 111 | 515 | 134 | 16 |
| Binary | 1000110 | 11 | 100001 | 0 | 1100000 | 110101 | 1001001 | 101001101 | 1011100 | 1110 |
Color Harmonies of #460321
Complementary color
Monochromatic Colors of #460321
Black with #460321
Text Example
Text Example
White with #460321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460321; }
p { color: rgb(70,3,33); }
H1.HeaderClassName
{
color: #460321;
}
.AnyTagClassName
{
color: #460321;
}
</style>
background-color css
<style>
a { background-color: #460321; }
a { background-color: rgb(70,3,33); }
div.DivClassName
{
background-color: #460321;
}
.BgClassName
{
background-color: #460321;
}
</style>
border-color css
<style>
span { border-color: #460321; }
span { border-color: rgb(70,3,33); }
td.TdClassName
{
border-color: #460321;
}
.TagClassName
{
border-color: #460321;
}
</style>