Shades of Blackberry #460533
Tints of Blackberry #460533
RGB
CMYK
RGB Variations
Color information
#460533 (or 0x460533) is known color: Blackberry. HEX triplet: 46, 05 and 33. RGB value is (70,5,51). Sum of RGB (Red+Green+Blue) = 70+5+51=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460533 is #B9FACC. Grayscale: #1D1D1D. Windows color (decimal): -12188365 or 3343686. OLE color: 3343686.
HSL color Cylindrical-coordinate representation of color #460533: hue angle of 317.54º 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 #460533 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 51 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.73 |
| HSL | 317.54º | 0.87% | 0.15% | - |
| HSV(B) | 317.54º | 0.93% | 0.27% | - |
| XYZ | 3.18 | 1.65 | 3.28 | - |
| YUV | 29.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 51 | 0 | 0.93 | 0.27 | 0.73 | 317.54 | 0.87 | 0.15 |
| Hex | 46 | 5 | 33 | 0 | 5D | 1B | 49 | 13E | 57 | F |
| Octal | 106 | 5 | 63 | 0 | 135 | 33 | 111 | 476 | 127 | 17 |
| Binary | 1000110 | 101 | 110011 | 0 | 1011101 | 11011 | 1001001 | 100111110 | 1010111 | 1111 |
Color Harmonies of #460533
Complementary color
Monochromatic Colors of #460533
Black with #460533
Text Example
Text Example
White with #460533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460533; }
p { color: rgb(70,5,51); }
H1.HeaderClassName
{
color: #460533;
}
.AnyTagClassName
{
color: #460533;
}
</style>
background-color css
<style>
a { background-color: #460533; }
a { background-color: rgb(70,5,51); }
div.DivClassName
{
background-color: #460533;
}
.BgClassName
{
background-color: #460533;
}
</style>
border-color css
<style>
span { border-color: #460533; }
span { border-color: rgb(70,5,51); }
td.TdClassName
{
border-color: #460533;
}
.TagClassName
{
border-color: #460533;
}
</style>