Shades of Blackberry #460033
Tints of Blackberry #460033
RGB
CMYK
RGB Variations
Color information
#460033 (or 0x460033) is known color: Blackberry. HEX triplet: 46, 00 and 33. RGB value is (70,0,51). Sum of RGB (Red+Green+Blue) = 70+0+51=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #460033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460033 is #B9FFCC. Grayscale: #1A1A1A. Windows color (decimal): -12189645 or 3342406. OLE color: 3342406.
HSL color Cylindrical-coordinate representation of color #460033: hue angle of 316.29º 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 #460033 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.27 | 0.73 |
| HSL | 316.29º | 1% | 0.14% | - |
| HSV(B) | 316.29º | 1% | 0.27% | - |
| XYZ | 3.12 | 1.54 | 3.26 | - |
| YUV | 26.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 51 | 0 | 1 | 0.27 | 0.73 | 316.29 | 1 | 0.14 |
| Hex | 46 | 0 | 33 | 0 | 64 | 1B | 49 | 13C | 64 | E |
| Octal | 106 | 0 | 63 | 0 | 144 | 33 | 111 | 474 | 144 | 16 |
| Binary | 1000110 | 0 | 110011 | 0 | 1100100 | 11011 | 1001001 | 100111100 | 1100100 | 1110 |
Color Harmonies of #460033
Complementary color
Monochromatic Colors of #460033
Black with #460033
Text Example
Text Example
White with #460033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460033; }
p { color: rgb(70,0,51); }
H1.HeaderClassName
{
color: #460033;
}
.AnyTagClassName
{
color: #460033;
}
</style>
background-color css
<style>
a { background-color: #460033; }
a { background-color: rgb(70,0,51); }
div.DivClassName
{
background-color: #460033;
}
.BgClassName
{
background-color: #460033;
}
</style>
border-color css
<style>
span { border-color: #460033; }
span { border-color: rgb(70,0,51); }
td.TdClassName
{
border-color: #460033;
}
.TagClassName
{
border-color: #460033;
}
</style>